body {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	color: #000000;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	font-weight: bold;
}

td {
	color: #000000;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	color: #b61f24;
	font-family: arial, verdana, tahoma;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
}

h2 {
	font-size: 18px;	
}

.red{
	color:#FF0000;	
}

div.info p{
	font-weight:normal;	
}

div#title {
	padding: 0px 0px 0px 0px;
}

div#logo {
	position: absolute;
	top: 1px;
	right: 10px;
}

div#progress_bar {
	position: relative;
	top: 40px;
	left: 5px;
}

div#progress_bar_headers {

}

div#progress_bar_headers span {
	margin: 25px 0px 0px 0px;
}

div#progress_bar_headers span#progress_step1 {
	position: absolute;
	left: 4px;
}

div#progress_bar_headers span#progress_step2 {
	position: absolute;
	left: 130px;
}

div#progress_bar_headers span#progress_step3 {
	position: absolute;
	left: 250px;
}

div#progress_bar_headers span#progress_step4 {
	position: absolute;
	left: 370px;
}

div#progress_bar_headers span#progress_step5 {
	position: absolute;
	left: 510px;
}

div#progress_bar_headers span#progress_step6 {
	position: absolute;
	left: 640px;
}

div.clear {
	clear: both;
}

div.info {
	position: relative;
	width: 683px;
	margin: 35px 0px 0px 0px;
}


div.box {
	position: relative;
	width: 683px;
	background: #9a1419;
	margin: 35px 0px 0px 0px;
}

div.title_bar {
	position: relative;
	width: 100%;
	height: 24px;
}

div.title_bar div.box_left_crn {
	float: left;
	left: -1px;
	width: 29px;
	height: 23px;
	background: url('../images/box_left_crn.png') no-repeat;
}

div.title_bar div.box_title {
	float: left;
	width: 625px;
	height: 23px;
	background: url('../images/box_title_bg.png');
}

div.title_bar div.box_title h1 {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0px 0px 5px;
	margin: 0px;
}

div.title_bar div.box_right_crn {
	float: left;
	right: 1px;
	width: 29px;
	height: 23px;
	background: url('../images/box_right_crn.png') no-repeat;
}

div.box_container {
	position: relative;
	width: 100%;
	background: url('../images/box_background.png') top left;
}

div.box_content {
	margin: 0px auto;
	width:90%;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}

div.box_content p {
	padding: 4px 0px 5px 0px;
	margin: 0px;
}

div.box_content a {
	color: #db4a4f;
}

div.box_content h1 {
	color: #b61f24;
	font-family: arial, verdana, tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

div.box_bottom_left_crn {
	position: relative;
	float: left;
	width: 10px;
	height: 11px;
	background: url('../images/box_bottom_left_crn.png') no-repeat;
}

div.box_bottom_right_crn {
	position: relative;
	float: right;
	width: 10px;
	height: 11px;
	background: url('../images/box_bottom_right_crn.png') no-repeat;
}

div#continue {
	width: 100%;
	text-align: right;
}

input#continue_button {

}

div.error {
	/*width: 100%;
	padding: 7px 7px 7px 7px;
	border: 1px solid #ff0000;
	background: #fff;*/
	color: #a31e21;
}

form.application label {
	float: left;
	width: 150px;
	text-align: left;
	margin: 0 20px 0 0;
}

form.application label.sub {
	width: 200px;
	text-align: left;
}
form.application label.second {
	text-align: left;
	width: 90px;
}

form.application input.names {
	width: 200px;
}

form.application div {
	margin: 0 0 10px 0;
	width: 640px;
}

form.application div div.split {
	width: 370px;
	float: left;
}
div.clear {
	clear: both;
}

ul.details {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

span.item {
	display: block;
	width: 150px;
	text-align: left;
	float: left;
	padding: 0 10px 0 0;
}
span.value {
	display: block;
	
	width: 500px;
}

a.apply {
	color: #db4a4f;
	font-size: 14px;
}

span.highlight {
	padding: 3px;
	background: #b92024;
	color: #fff;
}

ul {
	margin-bottom: 5px;
	margin-top: 0px;
}

ul li {
	padding-top: 0px;
	padding-bottom: 10px;
}



div.toLeft {
	float:left;
	text-align:left;
}

div.toRight {
	float:right;
	text-align:right;
}

td{
	font-weight:normal;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

table.pretty td{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
}

table.pretty td.noborder {
	border:0px;
}

table.pretty td.botborder {
	border-bottom:1px solid #000000;
}

table.pretty {
	border-right:1px solid #000000;
}

table.pretty td.headertd{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#9a1419;
	text-align:center;
}
