html {
  height: 100%;
}

body {
  background: #333333;
  height: 100%;
  margin-top: 0px;
}
body, th, td, p {
	font: 16px Arial,Tahoma,sans-serif;
  font-size: 16px;
  color: #333333;
}

.container {
  height: 100%;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  text-align: center;	
}
div.content {
  width: 500px;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}


.content_inner {
  position: relative;
	top: 60px;
}

td {
	padding: 0;
	vertical-align: top;
	line-height: 1.5;
	color: #595959;
	font-size: 16px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 34px;
	font-weight: bold;
  letter-spacing: -0.5px;
}
h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.5px;	
}

.icon_box {
	margin-top: 25px;
}
.icon_message_box {
  margin-left: auto;
  margin-right: auto;
  width: 505px;
	/* width: 380px;*/
	text-align: left;
}
.icon_message_box h2, .icon_message_box p {
	display: inline-block;
}
.icon_message_box_wide {
	width: 470px;
}

/* LOCKED PAGE */

.locked_page form td {
  height: 40px;
}
.locked_page form td.titles {
	width: 140px;
	text-align: right;
	padding-right: 20px;
}
.locked_page .form_box {
  padding: 30px 45px;
	margin-bottom: 40px;
	background: #fff;	
	border: 1px solid #dadada;
	/* behavior: url("PIE.htc.txt"); */
	-moz-border-radius: 8px;
  -webkit-border-radius: 8px;
	border-radius: 8px;
}


/* NEW */
.locked_page div.content {
  width: 630px;
}
.locked_page div.content table td.error_messages {
  width: 195px; 
  padding-left: 10px;
	font-size: 12px;
	word-wrap: break-word;
}
.locked_page div.content table td.error_messages div.wu_inline_issue{
	width: 185px;	
}
.locked_page .login_form_table input.username_field {
  width: 150px;
}
.locked_page div.content table td.error_messages #password_messages {
	margin-top: 5px;
} 
.locked_page .login_form_bottom {
	margin-left: 157px;
	position:relative;
}
/**/

.locked_page input, .locked_page form input, .locked_page form td input {
	color: #595959;
	font-size: 16px;
	padding: 4px;
}
.locked_page input[type="text"], .locked_page input[type="password"], .locked_page form input[type="text"], .locked_page form td input[type="text"] {
	background: url("../../../../../../$widget2/lib.framework.withus.css/box/assets/input_gradient.png") repeat-x scroll left -7px #FFFFFF;
	border: 1px solid #C0C0C0;
}
.locked_page .wu_button_blue {
	padding-right: 2px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	display: inline-block;
	background: url("../../../../../../$widget2/lib.framework.withus.css/box/assets/button_blue_bgfff.png") no-repeat scroll right top transparent;
}
.locked_page .wu_button_blue span {
  background: url("../../../../../../$widget2/lib.framework.withus.css/box/assets/button_blue_bgfff.png") no-repeat scroll left top transparent;	
  padding-left: 2px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
}

.locked_page .wu_button_blue input, .locked_page input[type="submit"] {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial,Tahoma,sans-serif;
	padding: 0;	
  height: 34px;
	width: 75px;
}
.locked_page .wu_admin_box_small {
	-moz-border-radius: 6px 6px 6px 6px;
	background: none repeat scroll 0 0 #F2F2F2;
	font-size: 12px;
	line-height: 1.4;
	padding: 8px 12px;	
}
.locked_page .stxt {
	font-size: 12px;
}

.locked_page .go_back_link {
  font-size: 16px;
  float: left;
}
.locked_page a#back_link, .locked_page a#home_link {
	font-size: 16px;
	position: relative;
	left: -16px;
	top: 20px;
}
