/* CSS Document */

.popup {
	display:none;
	max-width: 500px;
	padding:0;
	outline: none;
    -webkit-box-shadow: 2px 2px 10px 2px #666;
    -moz-box-shadow: 2px 2px 10px 2px #666;
    box-shadow: 2px 2px 10px 2px #666;
    border: 1px solid #666;
	line-height: 25px;	
	text-align: center !important;
	
}
.popup .pad{padding:5px 20px;}
.popup hr{width:100%}
.popup p {
	margin:0 10px;
	line-height:18px;
}

.popup_background {
    z-index: 9999999990;
}

.popup_wrapper {
    z-index: 9999999991;
	position:relative;
  	background-color:#FFF;
  	opacity: 0.99;
  	filter: alpha(opacity=99); 		
}
  /* Support for IE7 */
.popup_align,
.popup_content {
    *display: inline;
    *zoom: 1;
	padding-buttom:5px;
}

.popup-header {
    margin: 0;
    padding: 0 10px;
	line-height:35px;
    font-weight: bold;
    font-size: 16px;
	text-transform: uppercase;
    text-align: center;
	border-bottom:1px solid #CCC;
	position:relative;
}



.popup a.x {
	position: absolute;
	top: 0;
	right: 0;
	padding:0 10px;
	line-height:35px;
	font-size:20px;
	font-weight:bold;
}

.popup.form{
	width: 98%;
	border: none;
	margin: 0 auto;
/*	padding: 30px 40px;*/
	position: relative;
}
.popup.form .LeftSideForm{
	float: left;
	width: 45%;
	margin-left:2.5%;
	padding: 10px 0 20px 0;
	position: relative;
}
.popup.form .RightSideForm{
	float: right;
	width: 45%;
	margin-right:2.5%;	
	padding: 10px 0 20px 0;
	position: relative;
}
.popup.form .CenterSideForm{
	margin:auto;
	width: 45%;
	padding:  10px 0 20px 0;
	position: relative;
}
.popup.form label:not(.switch) {
	display: block;
	position: relative;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-weight: 550;
	text-transform: uppercase;
	font-size: 0.7rem;
	
}
.popup.form span {
	font-size:0.7rem;
	font-weight: 300 !important;
}
.popup.form span.err {
	display:inline-block;
	line-height:12px;	
}
.popup.form input:not([type=radio]):not([type=checkbox]):not(.button), .popup.form select{
	width: 100%;
    height: 30px;
   /* box-shadow: 0 0 10px 0px #CCC;*/
	/*box-shadow: 2px 2px 6px 0 #ccc; */ 
    border: none;
	border-bottom: 1px solid #ccc;
/*	background:#f3f3f3;*/
	padding:0 5px;
	margin-bottom: 5px;
	font-size: 0.7rem;
	font-weight: 300px !important;
}
.popup.form input.button{
	line-height:normal;
/*	background-color: transparent;*/
}

.popup.form input.button:hover {
  background: #333 !important;
  color: #FFF !important;
}

.popup.form label{ text-align:left;}

@media (max-width: 530px){
#mod_login.popup.form{
	width:280px;
}
#mod_login.popup.form .LeftSideForm,
#mod_login.popup.form .RightSideForm,
#mod_login.popup.form .CenterSideForm{
	float:none;
	width: 100%;
	padding: 0;
	margin:0

}
}