@charset "utf-8";
/* CSS Document */

/* Floating Save Button */

#floating_save{
	cursor:pointer;
	width:300px;
	height:200px;
	position:absolute;
	top:410px;
	right: 20px;
}


/* Common Classes */

.left {
	float:left;	
}

.right {
	float:right;	
}

.clearleft {
	clear:left;	
}

.vertcenter{
	vertical-align:center;	
}

.textright{
	text-align:right;	
}

.textleft{
	text-align:right;	
}

.table .large_title{
	font-size:20px;
	color:#0071BC;
	height:50px;
}

.subheading{
	height: 50px;
	vertical-align: bottom;
}

 .greybg{
	padding:10px;
	background:#dbdbdb;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

/* Layout Styles */

#form_wrapper{
	width:920px;
	margin:0;
	float:left;
	position: relative;
}

#form_header{
	width:920px;
	float:left;
}

#header_title{
	width:920px;
	float:left;
}

#header_title h1{
	font-family:Arail, Helvetica, San-Serif;
	font-size:30px;
	font-weight:bold;
	font-style:italic;
}

.step{
	float:left;
	padding:0 25px 0 0;
}

.stepimage{
	float:left;	
}

#steps p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	padding:0;
	margin:7px 0 0 5px;
}

#steps p a{
	color:#999;
}
#steps .selected p a{
	color:#0071BC;
}

#form{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}

#back_next{
	width:960px;
	float:left;
	margin:0 0 50px 0;
}

#floating_save_back_next{
	width:300px;
	float:left;
	margin:0 0 10px 0;
}

/* Table & Form Styles */

.table td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0;
	margin:0;
	line-height:20px;
}

.table{
	float:left;
	width: 50%;
	/*width:450px;*/
	margin:0 0 20px 0;
}

td .table{
	width: 100%;
}


.login_table{
	float:left;
	width:300px;
	margin:0 0 20px 0;
}

.login_table .large_title{
	font-size:20px;
	color:#0071BC;
	height:50px;
}

.table tr {

}

.table input {
	padding:3px;	
}

.rightcontent{
	text-align:right;	
}

/* input field classes */

#form select{
	padding:3px;	
}

#form label.error{
	color: red;	
}

#form ul{
	padding:0 20px 0 20px;	
}

#form ul li{
	margin:0 0 10px 0;	
}

#form .section_title{
	color:#0071BC;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	height:50px;
	vertical-align:bottom;
}

#form .divider{
	border-bottom:1px #000 solid;	
	height:20px;
}

#form .extra_height{
	height:40px;
	vertical-align:bottom;
}

#form .button{
	margin:0 0 0 10px;
	padding:5px;
}

#form .RemoveCrew{
	float:right;
}

#form .label{
	height:30px;
	vertical-align:bottom;
}

#form .label2{
	height:50px;
	vertical-align:bottom;
}

#form .fullwidth{
	width:444px;	
}

#form .half{
	width:215px;
}

#form .third{
	width:139px;
}

#form .value{
	width:130px;
}


#form .twothirds{
	width:290px;
}

#form .date{

}

#form .textarea{
	height:100px;
	width:444px;
}

#form .sig_declaration{
	font-size:20px;
	font-weight:bold;
	color:#0071BC;
	font-family:Arial, Helvetica, sans-serif;
}

#form .sig_declaration:hover{
	font-size:20px;
	font-weight:bold;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

#form #login_btn{
	float:right;
    background-image: url(../img/login.png); 
    background-repeat:no-repeat; 
    width: 116px; 
    height: 41px;
    text-indent: -9999px;
    border: none;
	cursor:pointer;
	text-transform:capitalize;
}

#form #login_btn:hover{
	background-position:0 -41px;
}

#loginMessage{
	font-size: 100%;
}


#register_btn{
	margin: 10px 0 0 0;
	float:right;
    background-image: url(../img/register.png); 
    background-repeat:no-repeat; 
    width: 116px; 
    height: 41px;
    text-indent: -9999px;
    border: none;
	cursor:pointer;
	text-transform:capitalize;
}

#register_btn:hover{
	background-position:0 -41px;
}

#registerMessage{
	font-size: 100%;
}

#skip_btn{
	margin: 10px 0 0 10px;
	float:right;
    background-image: url(../img/skip.png); 
    background-repeat:no-repeat; 
    width: 116px; 
    height: 41px;
    text-indent: -9999px;
    text-transform:capitalize;
    border: none;
	cursor:pointer;
}

#skip_btn:hover{
	background-position:0 -41px;
}

#next_btn, #floating_save_next_btn{
	margin: 10px 0 0 10px;
	float:right;
    background-image: url(../img/next.png); 
    background-repeat:no-repeat; 
    width: 116px; 
    height: 41px;
    text-indent: -9999px;
    text-transform:capitalize;
    border: none;
	cursor:pointer;
}

#floating_save_next_btn{
	margin: 10px 0 0 10px;
	float:left;
}

#next_btn:hover, #floating_save_next_btn:hover{
	background-position:0 -41px;
}

#back_btn, #floating_save_back_btn{
	margin: 10px 0 0 10px;
	float:right;
    background-image: url(../img/back.png); 
    background-repeat:no-repeat; 
    width: 116px; 
    height: 41px;
    text-indent: -9999px;
    border: none;
	cursor:pointer;
}

#floating_save_back_btn{
	float:left;
	margin: 10px 0 0 0px;
}

#back_btn:hover, #floating_save_back_btn:hover{
	background-position:0 -41px;
}

#submit_btn{
	margin: 10px 0 0 10px;
	float:right;
    background-image: url(../img/submit.png); 
    background-repeat:no-repeat; 
    width: 116px; 
    height: 41px;
    text-indent: -9999px;
    border: none;
	cursor:pointer;
}

#submit_btn:hover{
	background-position:0 -41px;
}

#submit_btn{
	margin: 10px 0 0 10px;
	float:left;
}


/*  Actions  */
#insurance_menu ul {
	margin: 0px 0;
	padding: 0;
}
#insurance_menu li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
#insurance_menu ul li a {
	background:#fff;
	color: #000;
	text-decoration: none;
}

#insurance_menu ul li.selected a {
	background:#fff;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#floating_save{
	position: fixed;
	display: block;
	margin:  0;
	margin-top: 150px;
    border: none;
	cursor:pointer;
	top:0;
	left:60%;
}
#save_progress{	
	float:left;
	text-indent: -9999px;
	display: block;
    background-image: url(../img/save.png); 
    background-repeat:no-repeat; 
    width: 187px; 
    height: 92px;
    
}

#floating_save .submit, #floating_save #floating_save_back_btn{

}
#save_progress:hover{
	background-position:0 -92px;
}


.middle{
	vertical-align: middle;	
}

.fullwidth{
	width:300px;	
}
