* {
	margin:0;
	padding:0;
}
/* General Style Info */
body {
	background: #273d9c;
	color: #fff;
    font-family: Arial, verdana, helvetica, Sans-serif;
	font-size:90%;
	margin: 0;
}

#content {
	width:960px;
	margin: auto;
}
#header {
	margin-top: 20px;
}
.messagesform {
	width: 375px;
	margin-left: 50px;
	margin-top: 15px;
}
.messagesform img {
	margin-left: 5px;
}
label {
	display: inline-block;
	color: #ddf00e;
	width:85px;
}
.checkbox label{
	display: inline-block;
	color: #ddf00e;
	width: 300px;
	font-size: .7em;
	padding-left: 10px;
}
.checkbox label a {
	color: #fff;
}
#rules p {
	text-align: justify;
	padding-top: 5px;
	text-indent: 10px;
}
#rules h2 {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
}
#rules h3 {
	padding-top: 15px;
}
#clear {
	clear: both;
}
fieldset {
	border: none;
}
/* spy slide*/
#msgs {
	background: url(/img/bground.png) repeat-y;
	padding-top: 5px;
	overflow: hidden;
}
#msgs ul {
    font-size:.95em;
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
}
#msgs p {
	color:  #273d9c;
	margin-left: 20px;
}
#msgs p name {
	font-size: .85em;
}
#msgs li {
    height: 80px;
    max-width: 370px;
    vertical-align: middle;
    overflow: hidden; 
}
#imgtop {
	max-height: 60px;
	overflow: hidden;
}
#block {
	width: 960px;
	margin: auto;
	min-height: 520px;
}
#block .crv {
	border: none;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#left {
	float:left;
	width: 380px;
}
#left img {
	border: none;
	margin: 0px;
}
#right {
	float: right;
}
#right img {
	border: none;
}

span.show-tooltip-text { 
	display: none; 
	position: absolute; 
	font-size: 0.8em;
	text-align: center;
	padding: 12px; 
	padding-left: 5px;
	width: 90px;
	height: 100px;
	color: #273d9c;
	background: url(../img/bubble-trans.png) no-repeat;
}

#footer {
	background: url(/img/mlogo.png) no-repeat right top;
	min-height: 90px;
}
.cr {
	padding-top: 40px;
	font-weight: lighter;
}
.cr a {
	color: #fff;
}
form {
	color: white;
}
div .hidden{
	display: none;
}
#step1_to_step2_btn_container{
	margin-top: 25px;
	margin-left: 100px;
}
#step1_to_step2_btn_container img {
	border: none;
}
.error-message {
	font-size: .8em;
	color: #f00;
	max-width: 280px;
	text-align: justify;
}
.text {
	padding-top: 10px;
}

.round {
	position: relative;
	background-image: url(/img/textfield.png);
	background-repeat: no-repeat;
	width: 210px;
	height: 25px;
	padding-top: 4px;
	padding-left: 4px;
}

.zip {
	position: relative;
	background-image: url(/img/zipcode.png);
	background-repeat: no-repeat;
	width: 105px;
	height: 25px;
	padding-top: 4px;
	padding-left: 4px;
}
.tar {
	position: relative;
	background-image: url(/img/textarea.png);
	background-repeat: no-repeat;
	width: 275px;
	height: 120px;
}
.selector {
	margin-top: 15px;
}
textarea {
	display: inline-block;
	border: none;
    font-family: Arial, verdana, helvetica, Sans-serif;
    font-size: .8em;
    color: #273d9c;
	background-color: transparent;
	margin-left: 15px;
	padding-left: 10px;
	padding-top: 5px;
	overflow: hidden;
}
.age {
	position: relative;
	background-image: url(/img/age.png);
	background-repeat: no-repeat;
	width: 26px;
	height: 26px;
	padding: 3px;
}
input {
	border: none;
	background-color: transparent;
	font-family: Arial, verdana, helvetica, Sans-serif;
    font-size: .9em;
    color: #273d9c;
}