@charset "utf-8";
body {
	background-color: #1989c9;
	padding: 26px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #878787;
	font-size: 11px;
}

* {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}

h1 {
	color: #1989ca;
}

#content-wrap {
	background-color: #FFF;
	background-image: url(../images/bg-body-login.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
}
#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	background-image: url(../images/login-separator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 475px;
	padding-right: 30px;
	padding-top: 170px;
	padding-bottom: 170px;
}
#logo {
	padding-bottom: 40px;
}
#news {
	float: left;
	width: 410px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d1e7f4;
	padding-top: 15px;
	padding-bottom: 17px;
	border-bottom-color: #d1e7f4;
}
#news h1 {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 7px;
}
#news h1 span {font-size: 10px;
	color: #61a227; font-weight:normal;}
#news p {
	padding-bottom: 7px;
	padding-right:7px;
}

a.more {
	font-size: 12px;
	color: #61a227;
	float: right;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
#right {
	float: left;
	width: 310px;
	padding-top: 170px;
}
#right h1 {
	font-size: 20px;
	font-weight: bold;
	background-image: url(../images/login-icon.gif);
	background-repeat: no-repeat;
	line-height: 63px;
	padding-left: 80px;
}
#right ul {
	padding-left: 80px;
	list-style-type: none;
}
#right ul li {
	font-size: 17px;
	color: #6b99b3;
	padding-top: 3px;
	padding-bottom: 3px;
}
#right ul li.error, #right ul li.error a { color:red; font-size:14px;}

#right .input {
	padding: 6px;
	background-color: #dee9ef;
	border: 1px solid #c7d6dd;
	width: 200px;
	color: #6b99b3;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
#right a {
	font-size: 12px;
	color: #83929a;
}
#right .button {
	position: relative;
	left: 36px;
	top: 9px;
}
#right .button-submit {
	position: relative;
	left: 138px;
	top: 9px;
}
p.need-help {
	clear:both;
	color:#72C3F2;
	float:left;
	padding-bottom:20px;
	padding-top:20px;
	text-align:center;
	width:100%;
}
p.need-help a {color: #72c3f2;}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
height: 86px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .contain{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 410px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
