.col1 h2{
	font-size: 2.6em;
	color: #45c0ef;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.form .validationError{
	color: #45c0ef;
}

.col1 ul#form-breadcrumb{
	padding-bottom: 1.5em;
	padding-left: 0;
}

ul#form-breadcrumb li{
	display: inline;
	padding-left: 88px;
	border-bottom: 1px #372977 dotted;
	margin-left: -3px;
	font-weight: bold;
	font-size: 1.2em;
	color: #d8dada;
}

ul#form-breadcrumb li.first{
	padding-left: 0px;
	margin-left: 0px;
}
ul#form-breadcrumb li.active{
	border-bottom: 1px #372977 solid;
	color: #45c0ef;
}
ul#form-breadcrumb li.complete{
	border-bottom: 1px #372977 solid;
	color: #565656;
}

ul#form-breadcrumb li.disable{
	opacity: 0.5;
}

ul#form-breadcrumb li.completed{
	border-bottom: 1px #372977 solid;
	color: #565656;
}

.form-note{
	font-size: 1.2em;
	color: #4d54a4;
	font-weight: bold;
	padding-bottom: 1em;
	display: block;
}
.form-note.failed{
	color: #45c0ef;
}

form{
	font-size: 1.2em;
}
	form label{
		display:inline-block;
		padding-top:3px;
		vertical-align:top;
		width:200px;
		zoom: 1;
		*display: inline;
	}
	form label strong{
		text-decoration: underline;
		font-weight: bold;
	}
	form .row.checkbox label{
		width: 412px;
	}
	form .row.checkbox input{
		margin-left:50px;
		width:25px;
	}
.row{
	padding-bottom: 1em;
}	
.row input {
	width:275px;
	position: relative;
}
.row select{
	width: 282px;
}

.row .collection select{
	width: 120px;
}
	
.page-content.form{
	width: 550px;
	padding-top: 0px;
}
.page-content.form p{
	font-size: 12px;
}
.page-content.form p.intro{
	font-size: 2.6em;
}
.row textarea {
color:#424242;
font-family: Arial, Lucida Grande;
font-size:12px;
width:279px;
}
form .collection {
display:inline-block;
zoom: 1;
*display: inline;
}

.page-content.form p{
	padding-bottom: 0px;
}

.col1 .selectlist-list{
	padding-left: 204px;
	list-style: none;
}

.page-content .selectlist-list li{
	font-size: 1em;
}

.selectlist-list li{
	padding: 3px 0;
	border-bottom: 1px #372977 dotted;
	width: 282px;
	background: url( ../images/country-delete.gif ) 272px 5px no-repeat;
}
.selectlist-list li:hover{
	color: #45c0ef;
	background: url( ../images/country-delete.gif ) 272px -14px no-repeat;
}

.ui-datepicker-unselectable,.ui-state-disabled{
	opacity: 0.5;
}

hr{
	border: 0px;
	border-top: 1px #372977 solid;
	padding-bottom: 1em;
	margin-left: 0px;
	width: 480px;
}
#ui-datepicker-div{
	width: 138px;
	height: 190px;
	background: url( ../images/calendar-bg.png ) 0px 0 no-repeat;
	position: relative;
	font-size: 11px;
	padding: 15px 15px 0 20px;
}
.ui-datepicker-prev,
.ui-datepicker-next{
	position: absolute;
	width: 6px;
	height: 6px;
	text-indent: -2000px;
	display: block;
	top: 19px;
}


.ui-datepicker-next{
	background: url( ../images/calendar-next.gif ) 0px 0 no-repeat;
}
.ui-datepicker-prev{
	background: url( ../images/calendar-prev.gif ) 0px 0 no-repeat;
}

.ui-datepicker-prev{
	left: 20px;
}
.ui-datepicker-next{
	right: 15px;
}
.ui-datepicker-title{
	text-align: center;
}
.ui-datepicker-calendar tr td a{
	font-weight: normal;
}
.ui-datepicker-calendar thead{
	padding: 4px 0;
	border-bottom: 1px #372977 solid;
	border-top: 1px #372977 solid;
}
.ui-datepicker-calendar tr td,
.ui-datepicker-calendar tr th{
	width: 18px;
	height: 18px;
	text-align: right;
	padding: 1px;.form-note
}
.ui-datepicker-header{
	margin-bottom: 5px;
}


fieldset.active{
	display: block;
}
fieldset.inactive{
	display: none;
}
.row{
	position: relative;
}
#ui-datepicker-div{
	display: none;
}
#form-container{
	margin-top: 1em;
	width: 490px;
}
iframe.ui-datepicker-cover { 
	display: none; /*sorry for IE5*/ 
	  display/**/: block; /*sorry for IE5*/ 
	  position: absolute; /*must have*/ 
	  z-index: -1; /*must have*/ 
	  filter: mask(); /*must have*/ 
	  top: -4px; /*must have*/ 
	  left: -4px; /*must have*/ 
	  width: 193px; /*must have to match width and borders*/ 
	  height: 200px; /*must have to match maximum height*/ } 

#fieldset1 .radio-buttons{
	padding: 1em 0;
	display: block;
}
.radio-buttons{
	display: inline-block;
	padding-top: 4px;
	width: 200px;
	zoom: 1;
	*display: inline;
}

.radio-buttons .button{
	display: inline;
	padding-right: 30px;
}
.radio-buttons input{
	width: 20px;
	text-align: left;
}

.lived_there_before_row .radio-buttons{
	padding-top: 0px;
}
#fieldset1 .radio-buttons .button{
	display: block;
	padding: 0.5em 0;
}
#fieldset1 .radio-buttons .title{
	display: inline-block;
	padding-left: 40px;
}
.checkbox-buttons{
	display:inline-block;
}
.checkbox-buttons input{
	width: 14px;
	margin-right: 20px;
}

.checkbox-buttons .box{
padding-bottom:0.5em;
	display: block;
}
