@charset "utf-8";
/* CSS Document */

/* signup form styles */
body, html {
	margin:0px;
	padding:0px;
}
body {
	font-family:"Trebuche MS", verdana;
	font-size:14px;
	background-color:#C6E2ED;
}
fieldset {
	border:1px solid #CCC;
	padding:10px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFC;
}
legend {
	font-size: 100%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding: 2px 6px;
}
h1 {
	font-size: 175%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#333;
	padding-bottom:10px;
	color:#3B5998;
	font-weight:bold;
}
h2 {
	font-size: 150%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#333;
	padding-bottom:10px;
}
p {
	padding-bottom:10px;
	line-height:20px;
}
ol, ul {
	padding-bottom:10px;	
	margin-left:40px;
}
ol {
	list-style:decimal;
}
ul {
	list-style:circle;	
}
label {
	width:140px;
	height:32px;
	margin-top:0px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	/*background-color:#009;*/
	float:left;
	display: block;
	font-size: 110%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}
.form {
	margin:0;
	padding:0;
}
#container {
	width:745px;
	margin:0px;
	padding:10px;
	margin-left:25px;
}
#header {
	/*background:#3B5998 no-repeat left url(../images/logo_facebook.png);*/
	background:no-repeat left url(../images/MRTe_Shiny.png);
	height:100px;
	display:block;
	margin:0px;
	margin-bottom:20px;
}
#top {
	width:680px;
}
#leftSide {
	width:530px;
}
#rightSide {
	top:30px;
	width:200px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	float:right;
	padding:5px;
	margin-top:10px;
}
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	width:355px;
	float:right;
	/*background-color:#E6E6E6;*/
	height:35px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-image: url(../images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font-size:125%;
	color: #999999;
	padding:3px 5px 3px 19px;
}
.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
	color:#000;
}

.checkbox {
	background-color:#FFFFFF;
	font-size:125%;
	color: #999999;
	padding:3px 5px 3px 19px;
	margin-top:11px;
}
.checkbox:focus, .checkbox:hover {
	background-color:#F0FFE6;
	color:#000;
}

.div_textarea {
	width:355px;
	float:right;
	/*background-color:#E6E6E6;*/
	height:120px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}
.textarea {
	background-image: url(../images/16t.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position:top left;
	width:285px;
	height:100px;
	font:normal 18px;
	color: #999999;
	padding:3px 5px 3px 19px;
	font-size:125%;
}
.textarea:focus, .textarea:hover {
	background-color:#F0FFE6;
	color:#000;
}

.username {
    background-image: url(../images/16m.png);
    background-repeat: no-repeat;
    background-position:left;
    background-color:#FFFFFF;
	width:285px;
    font:normal 18px;
    color: #999999;
    padding:3px 5px 3px 19px;
}
.username:focus, .username:hover {
	background-color:#F0FFE6;
	color:#000;
}
   
.password {
    background-image: url(../images/16s.png);
    background-repeat: no-repeat;
   	background-position:left;
   	background-color:#FFFFFF;
	width:285px;
    font:normal 18px;
    color: #999999;
    padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#F0FFE6;
	color:#000;
}

.button_div {
	width:355px;
	float:right;
	/*background-color:#fff;*/
	/*border:1px solid #ccc;*/
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 32px 3px;
}
.buttons {
	font-size:125%; 
	color: #FFF; 
	padding: 6px 14px;
	border: 2px solid #0163a5;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow:0 1px 0 #0163a5;
	background-color:#0096ff;
}

.required {
	background-color:#0096FF;
	color:#FFF;
}

#help_text {
	font-weight:bold;
	font-size:125%;
	padding-top:10px;
}

/* validation */
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
	font-size:150%;
}
	
.LV_invalid {
    color:#CC0000;
	font-size:150%;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00FF00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #FF0000;
}

/* tooltips */
.tooltip {
	color:blue;
	float:right;
	font-size:125%;
	font-weight:bold;
	padding-top:7px;
}
.tooltip a {
	text-decoration:none;
}

