#box_sign{
}
#box_sign .box_wrapper{
	margin-left: 0;
}
#box_sign .box_wrapper p.already{
	text-align: center;
	font-style: 15px;
	color: #454B52;
}
#box_sign .box_wrapper p.already a{
	color: #454B52;
	margin-left: 3px;
	text-decoration: underline;
}
#box_sign .box{
    background-color: white;
	border: 1px solid #CCC;
	border-radius: 4px 4px 4px 4px;
	float: none;
	padding-bottom: 26px;
	margin: 50px auto 0;
	width: 32.5%;
	margin-bottom: 25px;
	box-shadow: 0px 0px 10px 0px #DDD;
}
#box_sign .box .head{
	background-color: #F4F4F4;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 4px 4px 1px 0;
    display: inline-block;
    margin-bottom: 37px;
    padding: 25px 0 25px;
    text-align: center;
    width: 100%;
}
#box_sign .box .head h4{
	font-weight: normal;
	color: #373D44;
	font-size: 21px;
	margin: 0px;
}
#box_sign .box .social{
	margin: 0 auto;
	width: 83%;
}
#box_sign form{
	margin: 0px;
}
#box_sign .box .form{
	margin: 0 auto;
	text-align: center;
	width: 83%;
}
#box_sign .box .form select{
	border-color: #DBDBDB #EAEAEA #EAEAEA #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    height:40px;
    margin-bottom: 16px;
    width: 100%;
    padding-left:3px;
}
#box_sign .box .form input[type="text"]{
	border-color: #DBDBDB #EAEAEA #EAEAEA #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    height: 30px;
    margin-bottom: 16px;
    width: 95%;
}
#box_sign .box .form input[type="password"]{
	border-color: #DBDBDB #EAEAEA #EAEAEA #DBDBDB;
    border-left: 1px solid #DBDBDB;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    height: 30px;
    margin-bottom: 16px;
    width: 95%;
}
#box_sign .box .form input[type="submit"]{
	border-color: #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    color: #394350;
    font-size: 16px;
    font-weight: 900;
    margin-top: 34px;
}
#box_sign .box .social a.face_login{
	background: #6887c4;
	background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#4566a9));
	background: -webkit-linear-gradient(top, #6887c4 0%,#4566a9 100%);
	background: -o-linear-gradient(top, #6887c4 0%,#4566a9 100%);
	background: -ms-linear-gradient(top, #6887c4 0%,#4566a9 100%); 
	background: linear-gradient(to bottom, #6887c4 0%,#4566a9 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
	border: 2px solid #3B4868;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 37px;
    overflow: hidden;
    width: 99%;

    text-decoration: none !important;
}
#box_sign .box .social a.face_login:hover {
	background: #6887c4;
	background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#5773AC));
	background: -webkit-linear-gradient(top, #6887c4 0%,#5773AC 100%);
	background: -o-linear-gradient(top, #6887c4 0%,#5773AC 100%);
	background: -ms-linear-gradient(top, #6887c4 0%,#5773AC 100%); 
	background: linear-gradient(to bottom, #6887c4 0%,#5773AC 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );
}
#box_sign .box .social a.face_login span.face_icon{
	background-color: #39599F;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 37px;
    text-align: center;
    width: 51px;
}
#box_sign .box .social a.face_login span.face_icon img{
	margin-top: 5px;
}
#box_sign .box .social a.face_login span.text{
	color: #FFFFFF;
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 0 42x;
    padding:0 0 0 5px;
    text-shadow: 1px 1px 0 #39599F;
}
#box_sign .box .division{
	display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
#box_sign .box .division hr{
	border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}
#box_sign .box .division hr.left{
	top: 13px;
}
#box_sign .box .division hr.right{
	bottom: 6px;
    right: 0;
}
#box_sign .box .division span{
	color: #666666;
	font-size: 18px;
}

#box_sign .box .requiredText{
	display: inline-block;
    margin: 5px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
	color: Red;
	font-size: 18px;
}
#box_sign .box .form .remember{
	margin-top: 10px;
    margin-left:5px;
	overflow: hidden;
    width: 100%;
}
#box_sign .box .form .remember .left{
	float: left;
    width: 90%;
}
#box_sign .box .form .remember .left input[type="checkbox"]{
	float: left;
}
#box_sign .box .form .remember .left label{
	color: #6B727C;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin: 3px 0 0 7px;
    cursor: pointer;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	#box_sign .box{
	  width: 54%;
	}
}
@media (max-width: 979px) {
	#box_sign .box{
	  width: 48%;
	}
}
@media (min-width: 980px) {
	#box_sign .box{	  
		width: 37%;
	}
}
@media (max-width: 480px) {
	#box_sign .box{
		width: 100%;  
	}
}
/* Large desktop */
@media (min-width: 1200px) {
	#box_sign .box{
		width: 32.5%;
	}
}

#box_sign .box .form label { text-align:left; padding-right:10px; padding-top:10px; float:left; }
#box_sign .box .form label.remember_me { padding-right:0px; padding-top:0px; }


.RadCaptcha { margin-bottom: 16px; }

.errorMessageBox {display: inline-block; background-color: #FBE3E4; border: 1px solid #FBC2C4; padding: 7px; color: #D12F19; margin: 5px 0 23px 33px; position: relative; width: 79%;}
.errorMessageBox ul { margin-bottom: 0; }