div#modal_backer {
	display:none; 
	/*position:fixed; */
	position:absolute;
	top:0; 
	left:0;
	height:100%; 
	width:100%;
	background-color:#fff;
	opacity: .90; /* Standard: FF gt 1.5, Opera, Safari, CSS3 */
	filter: alpha(opacity=90); /* IE lt 8 */
	-ms-filter: "alpha(opacity=90)"; /* IE 8 */
	-khtml-opacity: .90; /* Safari 1.x */
	-moz-opacity: .90; /* FF lt 1.5, Netscape */
}
div#modal_data {
	/*background-color:#222;*/
	display:none; 
	position:absolute;
	top:0; 
	left:0;
	height:94%; 
	width:94%;
	margin:1% 3%;
	text-align:center;
}

#otreva_signin, #otreva_signup {
	/*overflow:auto;*/
	text-align:center;
	display:none;
}

#otreva_signup .button {
	font-size:14px;
}

#authBox, #signinBox {
	background: white;
	border: 1px solid #ccc;
	padding: 0 10px 10px 10px;
	border-radius: 10px;
	margin: 0 20px 0 20px;
	overflow:auto;
	text-align:left;	
}
#authBox {
	padding-top:20px;
}
#authIframe {
	border-radius: 10px;
	margin-top:20px;
	width:590px;
	height:800px;
}

#authBox h4, #signinBox h4 {
	font-weight: 900;
}

#authBox input[type="text"], #authBox input[type="password"] {
	width: 95%;
	font-size:16px;
}

#authBox input[type="submit"], #authBox input[type="button"], #signinBox input[type="button"] {
	background: #5872A7;
	border-radius: 5px;
	color:white;
	display:inline-block;
	border-color: #29447E #29447E #1A356E;
	border-image: none;
	border-radius: 3px 3px 3px 3px;
	border-style: solid;
	border-width: 1px;
	font-size:12px;
	padding:4px 10px;
	
}

#outerAuth, #outerSignup {
	padding: 20px 0;
	border-radius: 10px;
	margin:20px auto 0 auto;	
}

#outerAuth {
	width:630px;
}
#outerSignup {
	width:650px;
}


.angled {
	background-color: #446CB3;
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}


.stripes {
	background-size: 2px 2px;
	box-shadow: 1px 1px 4px gray;
	margin: 10px;
}

.authLogo {
	margin: -40px auto -20px auto;
	display:block;
}

/**
* Button Object
*/

/**
* 1. Corrects inability to style clickable 'input' types in iOS
* 2. Remove excess padding in IE6/7
* 3. IE6/7 inline-block hack for native block-level elements
*/

.btn-auth,
.btn-auth:visited {
	position: relative;
	display: inline-block;
	height: 22px;
	padding: 0 1em;
	border: 1px solid #999;
	border-radius: 2px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	white-space: nowrap;
	cursor: pointer;
	color: #222;
	background: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* iOS */
	-webkit-appearance: none; /* 1 */
	/* IE6/7 hacks */
	*overflow: visible; /* 2 */
	*display: inline; /* 3 */
	*zoom: 1; /* 3 */
}

.btn-auth:hover,
.btn-auth:focus,
.btn-auth:active {
	color: #222;
	text-decoration: none;
}

.btn-auth:before {
	content: "";
	float: left;
	width: 22px;
	height: 22px;
	background: url('../images/auth-icons.png') no-repeat 99px 99px;
}

/**
* 36px
*/

.btn-auth.large {
	height: 36px;
	line-height: 36px;
	font-size: 20px;
}

.btn-auth.large:before {
	width: 36px;
	height: 36px;
}

/*
* Remove excess padding and border in FF3+
*/

.btn-auth::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Facebook (extends .btn-auth)
========================================================================== */

.btn-facebook,
.btn-facebook:visited {
	border-color: #29447e;
	border-bottom-color: #1a356e;
	color: #fff;
	background-color: #5872a7;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
	background-image: -webkit-linear-gradient(#637bad, #5872a7);
	background-image: -moz-linear-gradient(#637bad, #5872a7);
	background-image: -ms-linear-gradient(#637bad, #5872a7);
	background-image: -o-linear-gradient(#637bad, #5872a7);
	background-image: linear-gradient(#637bad, #5872a7);
	-webkit-box-shadow: inset 0 1px 0 #879ac0;
	box-shadow: inset 0 1px 0 #879ac0;
}

.btn-facebook:hover,
.btn-facebook:focus {
	color: #fff;
	background-color: #3b5998;
}

.btn-facebook:active {
	color: #fff;
	background: #4f6aa3;
	-webkit-box-shadow: inset 0 1px 0 #45619d;
	box-shadow: inset 0 1px 0 #45619d;
}

/*
* Icon
*/

.btn-facebook:before {
	border-right: 1px solid #465f94;
	margin: 0 1em 0 -1em;
	background-position: 0 0;
}

.btn-facebook.large:before {
	background-position: 0 -22px;
}





.rigthSep{
	border-right: 1px solid #eee;
	margin-right: 0 !important;
	margin-left: 0px;
	padding-right: 9px;
	
	}
small#forgot {
	margin: 0 15px 0 0;
}

#outerAuth .leftSep {
	width:270px;
	float:left;
	overflow:auto;
	border-right:1px solid #eee;
}
#outerAuth .rightSep {
	width:270px;
	float:left;
	overflow:auto;
}
#outerAuth p {
	margin:0 0 5px;
}

#authFrameContainer {
	overflow:auto;
}

.signinSection {
	overflow:auto;
}

.signinSection .sepTitle {
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
}

.signinSection .leftSep {
	float:left;
	width:220px;
}
.signinSection .midSep {
	float:left;
	margin: 0 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 1.6em;
	color: #666;
	text-align: center;
}
.signinSection .rightSep {
	float:left;
	width:315px;
}

.signinSection .rightSep label {
	font-size:12px;
	font-weight:normal;
}


.signinSection hr {
	height: 72px;
	width: 1px;
	border: 0;
	background-color: #eeeeee;
	margin: auto;
}

.modalTitle {
	overflow:auto;
	margin:0 0 10px 0;
	border-bottom:1px solid #eeeeee;
}

.modalTitle h2 {
	margin: 0;
	padding:10px 0 0 0;
	font-size: 24px;
	text-align: left;
	float: left;
	width: 440px;
}

.modalTitle h2 span {
	font-size:14px;
}

.modalTitle p.close_p {
	font-size: 35px;
	text-align: right;
	float: right;
	width:50px;
	margin:-5px 0 0 0;
}

#authBox p.close_p {
	margin:0 0 -15px 0 !important;
	font-size: 35px;
	text-align: right;
	/*float: right;*/
}



/*
@media (max-width: 670px) {
	#outerAuth {
		width:300px;
	}
	#outerAuth .leftSep {
		float:none;
		border-right:0px solid #eee;
		border-bottom:1px solid #eee;
		padding-bottom:10px;
	}
	#outerAuth .rightSep {
		float:none;
	}
	#authBox {
		margin:0 5px;
		padding:10px 3px;
		width:280px;
	}


	#authIframe {
		width:290px;
	}
	#outerSignup {
		width:340px
	}
}
*/



