
/*****************************************************
* Login
*****************************************************/

#bug_report_overlay form .submit {
    bottom: -13px;
    margin: 0pt;
    padding: 0pt;
    position: absolute;
    right: 55px;
}

#container_front { width: 575px; }

#header_front {
	background: url(../images/header-575px.gif) no-repeat;
	height: 115px;
}

#header_front h2 {  }

div.content_front
{
	background: url(../images/bg-content_575px.png) repeat-y;
	color:#777777;
	font-size:12px;
	font-weight:normal;
}

.login div.content_end_front[class] { background: url(../images/bg-content_end_575px.png) no-repeat; }

#container_front.login form {
	padding: 0;
	position: relative;
}

form .blue_box dl dt.openid {
	background: url(/_assets/_graphics/_icons/icn-openId-small-logo.png) no-repeat left 12px;
	padding: 15px 0 15px 23px;
	width: 117px;
}

form .blue_box dl dd.password {
	position: relative;
	text-align: right;
}
	form dd.password span.input {
		padding-right: 10px;
	}

form input#pass {
    position: absolute;
    width: 200px;
    top: 5px;
    left: 5px;
}

form img#signup_button {
	    width: auto;
	    margin: 0;
		right: 15px;
		bottom: 25px;
		position: absolute;
		z-index: 0;
}

form input.text {
    width: 343px;
	font: bold 18px Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: -1px;
	vertical-align: bottom;
}

form p.highlight {
	margin: 0 0 15px 0;
}

	strong.highlight_yes,
	strong.highlight_no {
		padding: 3px;
		line-height: 18px;
		background: #d90063;
		color: #fff;
		font-weight: normal;
	}
	#myancur
	{
		color:#FFF;
		text-decoration:none;
		font-size:16px;
	}


/*******************************************
Multiple Logins
*******************************************/

.custom_message_wrap.multiple_logins .custom_message {
	width: 440px;
	background: url(../images/bg-confirm_overlay_top.png) no-repeat;
	
}
	.custom_message_wrap.multiple_logins .custom_message_content {
		background: url(../images/bg-confirm_overlay_repeat.png) repeat-y;	
	}
	.custom_message_wrap.multiple_logins .custom_message_bottom {
		background: url(../images/bg-confirm_overlay_bottom.png) no-repeat;
	}
	
	.custom_message_wrap.multiple_logins h4 {
		font: bold 24px Helvetica, Arial, Tahoma, Verdana, sans-serif;
		color: #333;
		letter-spacing: -1px;
		line-height: 100%;
		text-indent: 0;
		background: none;
	}
	
	.custom_message_wrap.multiple_logins p {
		font-size: 12px;
		line-height: 150%;
		margin: 10px 0 15px 0;
	}
	
	.custom_message_wrap.multiple_logins ul {
		border-top: 1px solid #ccc;
		height: 210px;
		overflow: auto;
	}
	
		.custom_message_wrap.multiple_logins ul li {
			border-bottom: 1px solid #e3e3e3;
			font: bold 14px/110% Helvetica, Arial, Verdana, sans-serif;
		}
		
			.custom_message_wrap.multiple_logins ul li a,
			.custom_message_wrap.multiple_logins ul li a:visited {
				border: 0;
				display: block;
				padding: 6px 10px 7px 10px;
				height: 16px;
				background: #fff;
			}
			.custom_message_wrap.multiple_logins ul li.alt a,
			.custom_message_wrap.multiple_logins ul li.alt a:visited {
				background: none;
			}
			
			
			
			#loading_image {
				position: absolute;
				right: 5px;
				top: 10px;
				display: none;
			}