#login_wrapper {
	/*width:800px;*/
	margin:0 auto;
	background:#2A94D6;
	background: -moz-linear-gradient(center top , #FAFAFA 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-linear-gradient(top,  #FAFAFA 0%,#E5E5E5 100%);
	background: -ms-linear-gradient(top,  #FAFAFA 0%,#E5E5E5 100%);
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
	margin-left: auto;
	margin-right: auto;
	margin-top:60px;
	min-height: 417px;
	min-width: 280px;
	overflow: hidden;
}

#login_wrapper div {
	display:block;
}

#login_wrapper a {
	outline:none;
	color:#2874BA;
}

#login_wrapper a:hover {
	text-decoration:underline;
}

#login_wrapper * {
	font-family:Arial,​Tahoma,​sans-serif !important;
}

#login_wrapper td,
#login_wrapper th {
	padding:0;
	vertical-align:top;
}

#login_wrapper th {
	font-weight:bold;
	font-size:13px;
	text-align:left;
	padding-top:15px;
}

#login_wrapper img {
	vertical-align:middle;
}

#login_wrapper .left_panel {
	width:280px;
}

#login_wrapper .right_panel {
	width:500px;
}

#login_wrapper .right_panel .flash_message {
	font-size:16px;
}

#login_wrapper .right_panel p {
	font-size:15px !important;
}

#login_table {
/*
	background-color:#FFFFFF;
	border:1px solid #B7B7B7;
	border-radius:10px;
	margin:28px 0;
	padding:0 16px;
	width:238px;
*/
}

#login_table #username,
#login_table #password,
#login_wrapper #recover_username {
  border:1px solid #BABABA;
  border-radius:4px 4px 4px 4px;
  border-color:#1169B7;
  color:#000000;
  font-size:13px;
  padding:6px 3px;
  width:228px;
}

#login_table #username:focus,
#login_table #password:focus,
#login_table #username.disabled,
#login_table #password.disabled,
#login_wrapper #recover_username:focus {
  background-color:#DFE9EC;
  border:1px solid #1169B7;
  outline:medium none;
}

#login_table .forgot {
	text-align:right !important;
}

#login_table .forgot a {
	font-weight:normal;
	font-size:11px;
}

.notice{
	color:#e00;
	font-size:13px !important;
}

#login_table .logo {
	text-align:center !important;
	padding:15px 0;
}

#login_table .logo img {
	border:0;
	height:40;
}

#login_wrapper #banner {
	padding:20px 0;
}

#login_wrapper #recover {
	background-color:#FFFFFF;
	border:1px solid #B7B7B7;
	border-radius:10px;
	padding:0 16px;
	width:485px;
}

#login_wrapper #recover .recover_top {
	padding-top:15px;
	font-size:17px;
}

#login_wrapper #recover .recover_bottom {
	padding-bottom:15px;
	font-size:15px;
}

.image_button{
	border-radius:4px;
	border:1px solid #000000;
	padding:0 8px;
	margin-right: 5px;
}

.css_button {
	margin:0 1.5em 1.2em 0;
	font-size:13px;
	height:28px;
	line-height:28px;
	background-color:#6098CC;
	background-image:-moz-linear-gradient(center top , #2789C7, #3F9FD9);
	background: -webkit-linear-gradient(top,  #2789C7 0%,#3F9FD9 31%);
	border:1px solid #6AA1D4;
	color:#FFFFFF !important;
	text-shadow:0 1px rgba(0, 0, 0, 0.1);
	border-radius:4px;
	cursor:pointer;
	display:inline-block;
	font-weight:normal;
	min-width:46px;
	padding:0 8px;
	text-align:center;
	transition:all 0.218s ease 0s;
}

.css_button:hover {
	text-decoration:none !important
}

.css_button.large {
	font-size:15px;
	height:34px;
	line-height:34px;
	padding:0 25px;
}

#login_table .help_pointer{
	display: none;
}
#login_form{
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px;
}
#login_table{
	margin:0 auto;
}
#login_table td:first-child{
	text-align: right;
	font-weight: bold;
}
#login_table td:last-child{
	text-align: left;
}
.aw-widget-current *{
	font-size: 1em !important;
}
