﻿/* COMMON FORM STYLES */

.application
{
	width: 460px;
}

.application h2
{
	display: block;
	color: #ff860c;	
	font-weight: bolder;		
	font-size: 1.2em;
	padding: 20px 0;
	width: 100%;
}


/* validation messages */
.application span
{
	float: left;		/* float & display settings protect against a text wrapping problem */
	display: inline;
	width: 260px;
	clear: both;
	margin-left: 190px;
}

/* labels and text boxes */
.application label, 
.application input, 
.application textarea,
.application select,
.fileUpload .fileUploadLabel
.fileUpload .fileUploadInput
{
	display: block;
	float: left;
	width: auto;
	margin-bottom: 10px;
}
.application label,
.fileUpload .fileUploadLabel
{
	text-align: right;
	width: 180px;
	padding: 3px 10px 0px 0px;
}

.application br
{
	clear: left;
}

/* special case for radio buttons */
.frmRadio
{
	display: block;
	float: left;
	width: 245px;
	margin-bottom: 10px;	
}
.frmRadio span, 
.frmRadio label, 
.frmRadio input
{
	display: inline;
	width: auto;
}
.frmRadio span
{
	float: none;
}

/* date of birth textbox style */
.date input
{
	margin-right: 5px;
}




/* BEGIN - adjective textboxes */
.adjectives
{
	display: block; 
	float:left;
}
.adjectives input
{
	float: left;
	margin-right: 5px;
	width: 60px;
}
.checkbox input
{
	width: auto;	
}
/* BEGIN - step button styles */
input.stepNextButtonStyle
{
	margin-top: 5px;
	float: right;
	height: 22px; 
	width: 117px;
}
input.previousButton
{
	padding:0px 0px 0px 190px;
	margin-top: 5px;
	float: right;
	height: 22px;
	width: 117px;
}
input.completeButton
{
	margin-top: 5px;
	float: right;
	height: 22px; 
	width: 117px;
}

.navDetails table
{
	height: 40px;
	width: 450px;
	background-image: url(Images/wizStep_BgImage1.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
} 
.navQuestions table
{
	height: 44px;
	width: 450px;
	background-image: url(Images/wizStep_BgImage2.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
} 
.navQuestionsContinued table
{
	height: 44px;
	width: 450px;
	background-image: url(Images/wizStep_BgImage3.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
} 
.navComplete table
{
	height: 44px;
	width: 450px;
	background-image: url(Images/wizStep_BgImage4.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
} 
.application table table td
{
	height: 40px;
}
.navQuestions table td{}

.failure{color:Red;}

/* File Upload styles */

.fileUpload
{
	display: block;
}

.fileUpload .fileUploadLabel
{
	padding-top: 15px;
	float: left;	
}
.fileUpload .fileUploadInput
{
	float: left;
}
.fileUpload td input.NoSkinnedFileUnput
{
	width: 200px;
	height: 20px;
}
.fileUpload td input.RadUploadClearButton
{
	display: none;
}
