#login {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/******************************************/
/* * * * * *       Header       * * * * * */
/******************************************/

#login .header {
	background: white url('/resource/img/login_bg_top.png') repeat-x;
    position: relative;
}

#login .header .social-media {
	height: 36px;
	line-height: 36px;
	padding: 0 40px 0 40px;
    display: inline-block;
}
#login .header .social-media ul li {
	display: inline;
	margin: 0 10px;
}
#login .header .social-media ul li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#login .header .social-media ul li a:hover {
	text-decoration: underline;
}

#login .header .social-media  a.website {
	font-weight: bold;
	color: white;
	text-decoration: none;
    right: 40px;
    top: 0px;
    display: inline-block;
    position: absolute;
}

#login .header .social-media  a.website:hover {
	text-decoration: underline;
}

/***************************************/
/* * * * * *      Forms      * * * * * */
/***************************************/

#form-request {
	display: none;
}
#login .header .form-container {
	width: 560px;
	margin: 15px auto 0;
	position: relative;
}
#login .header .form-container .bg-top,
#login .header .form-container .bg-bottom {
	width: 100%;
	height: 55px;
	background: url('/resource/img/login-box-top.png') no-repeat 0 0;
}
#login .header .form-container .bg-bottom {
	background-image: url('/resource/img/login-box-bottom.png');
}
#login .header .form-container .bg-body {
	background: url('/resource/img/login-box-bg.png') repeat-y 0 0;
	position: relative;
	width: 100%;
}
#login .header .form-container form {
	padding: 5px 48px 15px;
}
#login .header .form-container big,
#login .header .form-container small {
	display: block;
	font-weight: bold;
	font-size: 30px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 10px;
}
#login .header .form-container small {
	font-size: 14px;
	color: #a8a8a8;
	margin-bottom: 16px;
}
#login .header .form-container .input {
	width: 462px;
	height: 53px;
	line-height: 53px;
	margin: 0 auto 30px;
	background: url('/resource/img/login-bg-input.png') no-repeat 0 0;
}
#login .header .form-container .input input {
	width: 426px;
	height: 50px;
	line-height: 50px;
	background: transparent;
	border: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	padding: 3px 18px 0;
}
#login .header .form-container #form-request .input { /* Watcha lookin' at?? I'm aware of double ID! */
	height: 37px;
	line-height: 37px;
	background: url('/resource/img/login-bg-input-small.png') no-repeat 0 0;
}
#login .header .form-container #form-request .input input {
	font-size: 14px;
	height: 34px;
	padding: 3px 18px 0;
	line-height: 37px;
}
#login .header .form-container #form-request .input-about {
	background: url('/resource/img/login-textarea-bg.png') repeat-y 0 0;
	height: auto;
}
#login .header .form-container #form-request .input-about-top {
	height: 140px;
	width: 100%;
	background: url('/resource/img/login-textarea-top.png') no-repeat 0 0;
}
#login .header .form-container #form-request .input-about-bottom {
	height: 16px;
	width: 100%;
	background: url('/resource/img/login-textarea-bottom.png') no-repeat 0 0;
}
#login .header .form-container #form-request .input-about textarea {
	resize: none;
	line-height: 18px;
	background: transparent;
	border: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding: 0 0 0 18px;
	height: 148px;
	width: 444px;
	margin-top: -124px;
}
#login .header .form-container .buttons-container { width: 420px; margin: 0 auto; }
#login .header .form-container .submit,
#login .header .form-container .guests {
	width: 204px;
	height: 44px;
	margin: 0 auto;
	line-height: 44px;
	text-align: center;
	background: url('/resource/img/login_button.png') no-repeat 0 0;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-shadow: #e68a24 0 -1px 0;
	cursor: default;
	text-decoration: none;
}
#login .header .form-container .submit:hover,
#login .header .form-container .guests:hover {
	background-position: 0 -44px;
}

#login .header .form-container .guests:active,
#login .header .form-container .submit:active {
	background-position: 0 -88px;
}

#login .header .form-container .input-submit {
	visibility: hidden;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	position: absolute;
}

#login .header .switch {
	display: block;
	text-align: center;
	margin: 10px 0 60px;
}
#login .header .switch a {
	font-size: 24px;
	color: #4580b8;
}

#login .error_span{
    color: #ff6666;
    font-style:italic;
    font-size: 12px;
    font-weight: 800;
}

#form-reset-pword{
    display: none;
}
#form-reset-pword .reset-response{
    font-weight:normal;
    color:#FFF;
    text-align: center;
    background:#D9534F;
    border-radius: 5px;
    margin-bottom: 20px;
}
.go-to-login{
    display: block;
    text-align: center;
    margin: 10px 0 60px;
}
.go-to-login a{
    font-size: 24px;
    color: #4580b8;
}
#form-reset-password-linkpage .reset-response-linkpage{
    font-weight:normal;
    color:#FFF;
    text-align: center;
    background:#D9534F;
    border-radius: 5px;
    margin-bottom: 20px;
}
.pword_para{
    font-size: 11px;
    padding-left: 5px;
    
}
.pword_para .forget-pword a{
    color:#4593D4;
}
/*chrome reccommendation----------------------------------------------------------------*/
.chrome-recommendation{
	
}
.chrome-recommendation p{
	font-family: arial !important;
	font-size: 15px;
	margin: auto;
	text-align: center;
	width:500px;
}
.chrome-recommendation p span{
	font-size: 12px;
}
.chrome-recommendation p img{
	margin-bottom: 7px;
}
.chrome-recommendation p span a{
	color:#4580B8;
	text-decoration: none;
}
.chrome-recommendation p span a:hover{
	text-decoration: underline;
}

/***************************************************************************************/
/* * * * *  categories and country selection styling for login request form   * * * * */
/*************************************************************************************/

#category{
    border:none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding-left: 12px;
}
#category option{
    color:#666666;
    font-weight: 600;
    padding-left: 20px;
}
#country_sel{
    border:none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding-left: 12px;
}
#country_sel option{
    color:#666666;
    font-weight: 600;
}
/********************************************/
/* * * * * *      Paragraphs      * * * * * */
/********************************************/

#login .para {
	width: 780px;
	margin: 0 auto;
	padding: 5px 0 20px;
	overflow: auto; /* float fix */
}
#login .para h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 24px;
}
#login .para p {
	padding-bottom: 10px;
	width: 460px;
}
#login .para a {
	color: #666;
	text-decoration: underline;
}
#login .para .media {
	width: 300px;
}
#login .para .media span {
	font-size: 12px;
	line-height: 24px;
	font-style: oblique;
}

#login .para-left .media { float: right; }
#login .para-left p { float: left; }
#login .para-right .media {	float: left; }
#login .para-right p { float: right; }


/********************************************/
/* * * * * *        Footer        * * * * * */
/********************************************/

#login .footer {
	width: 810px;
	border-top: 1px solid #ccc;
	margin: 70px auto 0;
	text-align: center;
	padding: 50px 0 80px;
	color: #333;
}
#login .footer p {
	font-size: 12px;
	line-height: 14px;
	padding: 20px 0 0;
}
#login .footer .big {
	font-size: 18px;
	padding: 25px 0 0;
}
#login .footer .big a {
	color: #333;
	text-decoration: underline;
}
.password-updated{
	color:#3C763D;
	text-align: center;
	width:99%;
	background:#DFF0D8;
	border: 1px solid #D6E9C6;
	border-radius: 4px;
	margin-top:5px;
	margin-bottom: 5px;
	padding-top:10px;
	padding-bottom: 10px;
}