#login_links{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2180A1;
  	text-align: right;
  	margin-right: 20px;
  	margin-top: 120px;
}

#login_links a{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2180A1;
    text-decoration: none;
	line-height: 20px;
}

#login_links .link_title{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2180A1;
	text-decoration: none;
  	font-weight: bold;
}

#login_form {
  	
}

.myamp_login {
	margin-left: 0px;
	background: transparent url(../images/users.png) bottom left no-repeat;
	height: 250px;
}

.label {
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2180A1;
	line-height:135%;
	text-decoration: none;
	width: 120px;
	float: left;
}

.label_150 {
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2180A1;
	line-height:135%;
	text-decoration: none;
	width: 150px;
	float: left;
}

.label_220 {
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2180A1;
	line-height:135%;
	text-decoration: none;
	width: 220px;
	float: left;
}

.label_reset {
	font-size:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2180A1;
	line-height:135%;
  	text-decoration: none;
  	width: 120px;
  	float: left;
	margin-left: 120px;
}


a.forgot, .forgot{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2180A1;
	text-decoration: none;
	margin-left: 120px;
}

.login_btn {
	font-size: 12px;
	color: #2180A1;
  	cursor: pointer;
  	width:122px;
	height:42px;
  	border: 0;  
    background: transparent url(../images/submit_btn.png) left top no-repeat;
	margin-left: 120px;
	text-align: left;
	clear: left;
}	


#system_status {

	font-size: 16px;
}

#system_status .active {
	font-size: 24px;
	color: rgb(115, 184, 30);
	font-weight: normal;
}

.inactive {
	font-size: 16px;
	color: red;
	font-weight: normal;
}

/*******************************/
#progress{
	
	left:180px;
	position:relative;
	top:-40px;
	height: 0;


}

#error a:link, #error a:visited, #error a:active {
	color:#2180A1;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#error a:hover {
	text-decoration:underline;
}



/*Begin Sebastian edits*/

#header a.logo_beta {
	display: block;
	width: 250px;
	height: 50px;
	border: none;
	float: left;
	clear:left;
	background: transparent url("../images/content/signin_beta_logo_web.png") 0 0 no-repeat;	
}

#header a.logo {
	display: block;
	width: 250px;
	height: 50px;
	border: none;
	float: left;
	clear:left;
	background: transparent url("../images/content/amp_logo_250x50.png") 0 0 no-repeat;	
}

#menu {
	background-image:url("http://admarketplace.com/images/topmenu.jpg");
	background-repeat:no-repeat;
	float:right;
	height:45px;
	margin-right:-40px;
	margin-top:-40px;
}

#menu a{
	text-decoration: none;
	border-bottom: 0;
}
#header {
	
}

#navigation {
	height: 0;
}
/* start jquery ui button styles */
.ui-corner-all { 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { 
	border: 1px solid #12729b; 
	background: #198fc0 url(../images/ui-bg_highlight-soft_75_198fc0_1x100.png) 50% 50% repeat-x; 
	font-weight: normal; 
	color: #ffffff; 
}
.ui-button { 
	display: inline-block; 
	position: relative; 
	padding: 0; 
	margin-right: .1em; 
	text-decoration: none !important; 
	cursor: pointer; 
	text-align: center; 
	zoom: 1; 
	overflow: visible; 
}
.ui-button-text-only .ui-button-text {
    padding: 0.25em 0.8em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}
input.ui-state-default:hover, button.ui-state-default:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
	border: 1px solid #ae4220; 
	background: #f1592a url(../images/ui-bg_highlight-soft_75_f1592a_1x100.png) 50% 50% repeat-x; 
	font-weight: normal; 
	color: #ffffff; 
}
/* end jquery ui button styles */

/* Password Strength */
.traffic_estimator {
	float: left;
	width: 120px;
	margin-left: 5px;	
}

.password_estimator{
	float: left;
	width: 120px;
	margin-left: 5px;	
}

.traffic_estimator_legend {
	font-size: 10px;
	height: 11px;
	font-weight: normal;
	line-height: 11px;
	color: #97B880;
}

.password_estimator_legend {
	font-size: 10px;
	height: 11px;
	font-weight: normal;
	line-height: 11px;
	color: black;
}

.traffic_estimator_bar_outline {
	border: 1px solid #F7F7F7;
	height: 5px;
	width: 100px;
	z-index: 50;
	position: relative;
	background-color: #E7E7E7;
}

.password_estimator_bar_outline {
	border: 1px solid #F7F7F7;
	height: 5px;
	width: 100px;
	z-index: 50;
	position: relative;
	background-color: #E7E7E7;
}

.outline_box {
	width: 20px; 
	border-right: 1px solid #F7F7F7; 
	float: left;
	height: 5px;
	z-index: 900;
	position: relative;
}

.password_estimator .outline_box:first-child{
	width: 49px; 
	border-right: 1px solid #F7F7F7; 
	float: left;
	height: 5px;
	z-index: 900;
	position: relative;
}

.password_estimator .outline_box{
	width: 24px; 
	border-right: 1px solid #F7F7F7; 
	float: left;
	height: 5px;
	z-index: 900;
	position: relative;
}

.traffic_estimator_bar {
	background-color: #6DAA43;
	height: 5px;
	position: relative;
	top: -6px;
	left: 1px;
	z-index: 100;	
}
.password_estimator_bar {
	height: 5px;
	position: relative;
	top: -6px;
	left: 1px;
	z-index: 100;	
}

.bg_orange{
	background-color:orange;
}
.bg_red{
	background-color:red;
}
.bg_green{
	background-color:green;
}
.bg_yellow{
	background-color:yellow;
}
.position_relative{
	position:relative;
}
.logo_container{
	position:absolute;
	bottom:10px;
	left:50px;
}

/* notification box style overwrite */

.red_box, .blue_box, .orange_box {
	border: 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	color: #58595B;
	font-size:12px;
	line-height: 1.2em;
	padding-top: 10px;
}
.notification_message span:first-child {
	color: #EA4425;
	font-size:16px;
	line-height: 1em;
}
.notification_message span {
	display:block;
}
#notification .notification_error_icon{
	margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

/* IAB and Trustee Sprite */
.iab_logo{
	background-image: url('http://static.ampxchange.com/frontend/common/v2/images/logos/iabAndTrusteeLogoSprite.png');
	display: inline-block;
	width: 53px;
	height: 30px;
	background-position: -108px 0;
	margin-left:15px;
}
.trustee_logo{
	background-image: url('http://static.ampxchange.com/frontend/common/v2/images/logos/iabAndTrusteeLogoSprite.png');
	display: inline-block;
	width: 108px;
	height: 30px;
	background-position: 0 0;
}
