/* General */

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	background-color: #FFFFFF;
}

body {
	background: url('../images/smartlogin/mrl_header_bgnd.jpg') repeat-x 0 0;
	background-color: #FFFFFF;
}

td, th {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #2F3F4A;
}

/* Links */	
		
a, a:link 			{ color: #660066; text-decoration: none; }
a:visited 			{ color: #660066; }	
a:focus, a:hover 	{ color: #FF0066; text-decoration: underline; }
a:active 			{ color: #660066; }

/* Header */

#headertable {
	height: 80px;
	width: 800px;
	vertical-align: top;
	background: url('../images/smartlogin/mrl_header.jpg') repeat-y 0 0;
}

#subheader {
	height: 20px;
	width: 800px;
	border-top: 1px dotted #999999;
	background-color: #660066;
	text-align: right;
}

#date {
	padding: 5px 10px 0 0;
	font-size: 9px;
	color: #FFFFFF;
}

#topflank {
	height: 10px;
	border-top: 1px dotted #999999;
	background-color: #660066;
}

#divider{
	height: 10px;
	border-top: 1px dotted #999999;
}

/* Main Body */


#textcontent {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: justify;
}

#logocontainer {
	width: 200px;
	height: 200px;
	vertical-align:top;
}

#logocontainer_small {
	width: 200px;
	vertical-align:top;
}

#logo {
	position: absolute;
	left: 70px;
	top: 120px;
}

#mainleft {
	width: 200px;
	vertical-align:top;
}

#mainbody {
	vertical-align: top;
	width: 600px;
}

#mainintro {
	vertical-align: top;
	width: 600px;
}

#mrlani {
	vertical-align: top;
	width: 600px;
	height: 100px;
	background: url('../images/smartlogin/mrl_ani.gif') no-repeat;
}

/* Member Sign in*/

#signinbody {
	vertical-align: top;
	width: 600px;
	height: 380px;
	background: url('../images/smartlogin/signin_bgnd.jpg') no-repeat;
	}

#signincontent {
	padding: 80px 30px 0 40px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

#formcontent {
	padding: 0 30px 0 30px;
}

#formtext {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#separator {
	border-bottom: 1px dotted #660066;
	height: 10px;
}

.formtextright {
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #660066;
}

.formtextnew {
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FF0066;
}

.signintitle {
	color: #660066;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
}

/* Member Login*/

#login {
	width: 200px;
	vertical-align:top;
	background: url('../images/smartlogin/login_bg.gif') repeat-y 0 0;
}

#loginmember {
	padding: 5px 0 5px 10px;
	font-size: 11px;
}

#member {
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
}

.member2 {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
}

.logintitle {
	color: #660066;
	font-size: 14px;
	line-height: 21px;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}

/* Footer*/

#footer{
	height: 50px;
	width: 600px;
	vertical-align: top;
	text-align: right;
}

#footerleft{
	height: 50px;
	width: 200px;
	text-align: left;
}

#foot-text {
	font-size: 11px;
	padding-top: 5px;
}

#copyright {
	font-size: 9px;
	padding-top: 30px;
}

#foot-text li {
	display: inline;
	list-style: none;
}