.form-all {
	width:540px;
	color:#808080 !important;
	font-family:Verdana;
	font-size:9px;
}
.form-section {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.form-all li {
	width:175px;
	height:50px;
	float:left;
	display:block;
	border-top:none;
	margin:0px 0px 5px 0px;
	padding:5px 0px 5px 5px;
	background:url(../images/form-bg-large.gif) no-repeat;
}
.form-all li.large{
	width:350px;
	background:url(../images/form-bg-double.gif) no-repeat;
}
.form-all li.small{
	width:130px;
	background:url(../images/form-bg-small.gif) no-repeat;
}
.form-all li.fullCol, .form-all li.fullColHeader, .form-all li.fullColInstruction, .form-all li.fullColButtons {
	width:535px;
	height:auto;
	clear:both;
	background: url(../images/form-bg-large-tile.gif) repeat-y;
}
.form-all li.fullColHeader {
	background:url(../images/form-bg-header-bg.gif) no-repeat;
	color:#fff;
	text-indent:10px;
	height:26px;
	overflow:hidden;
	line-height:26px;
	position:relative;
}
.form-all li.fullColInstruction {
	background:url(../images/form-bg-instruction-bg.gif) no-repeat;
	height:26px;
	overflow:hidden;
	line-height:26px;
	text-indent:10px;
}
.form-all li.fullColInstruction label {
	color:#4A7296;
	margin:0; padding:0;
}
.form-all li.fullColButtons {
	background:none;
}
input, select, textarea {

	width:155px;
	font-size:11px;
	padding:1px;
}
.form-all li.fullCol input, .form-all li.fullCol textarea, .form-all li.fullCol select {
	width:520px;
	height:auto;
	padding:1px;
}
.form-all li.small input, .form-all li.small textarea, .form-all li.small select {
	width:115px;
	height:auto;
	padding:1px;
}
.form-all li.large input, .form-all li.large textarea, .form-all li.large select {
	width:340px;
	height:auto;
	padding:1px;
}

.form-validation-error {
	color:#fff;
	font-weight:bold;
	background:#900;
}
label {
	float:left;
	font-weight:bold;
	color:#021C39;
	font-size:10px;
	padding:4px 0px 4px 0px;
}
.form-error-message {
	display:none;
}
.form-pagebreak-next-container {
	float:right;
	margin:0px 10px 3px 0px;
}
.form-pagebreak-back-container {
	float:left;
	margin:0px 0px 0px 10px;
}
.form-header {
	font-weight:bold;
	font-size:14px;
	/*margin-top:5px;
	margin-bottom:5px;*/
	color:#fff;
	margin-left:0px;
}
.form-html p, .form-html p strong{
	color: #666;
}

.form-pagebreak-next, .form-pagebreak-back{
	height:25px;
	font-weight:bold;
	font-size:10px;
	padding:0px;
	line-height:auto;
}
.form-pagebreak-back{
	float:left;
}

.form-all li.fullColHeader h2 span.left, .form-all li.fullColHeader h2 span.right{
	position:absolute;
	float:none;
	top:5px;
}
.form-all li.fullColHeader h2 span.left{
	left:0px;
}
.form-all li.fullColHeader h2 span.right{
	right:15px;
}
input.form-submit-button{
	padding:0;
	margin:0;
	/*height:15px;*/
	border:0;
	text-indent:0;
}
/*input.form-submit-button{
	display:block;
	overflow:hidden;
	width:64px;
	height:26px;
	border:0px;
	padding:0;
	margin:0;
}*/

.form-input-wide{
	clear:left;
	float:left;
}

