.hide {
	display:none;
}
#application {
	width:600px;
	font-size:11px;
	font-family:tahoma,arial,helvetica,sans-serif;
	background-color:rgb(223,232,246);
	border:thin solid rgb(153,187,232);
	position:relative;
}
#application-title {
	font-weight:bold;
	color:#15428B;
	background-color:rgb(193,213,240);
	border-bottom:thin solid rgb(153,187,232);
	padding:4px 5px;
}
#application th, #application td {
	font-weight:normal;
	text-align:left;
	font-size:12px;
	padding:3px;
}
#application .instruction {
	padding:7px 5px;
	font-weight:bold;
}
#application input[type="text"] {
	border:1px solid #B5B8C8;
	padding:2px;
	color:#333;
	width:160px;
}
#application input[readonly="readonly"] {
	background-color:#E9E9E9;
}
#application input[type="text"].untouched {
	font-style:italic;
	color:#999;
}
#application input.invalid {
	border-color:#D5A2A7 !important;
	background-color:#FEEAE4;
}
#application select.invalid {
	border:#D5A2A7 solid medium;
	background-color:#FEEAE4;
}
#application .column {
	float:left;
}
#application .clear {
	clear:both;
}
#application .highlightRow td, #application .highlightRow th {
	background:#D1DDEF;
	border-bottom:1px dotted #B5B8C8;
	border-top:1px dotted #B5B8C8;
}
#application table.noborders tr td {
	border:0 none;
	padding:0;
}
/* Fieldset */
#application .fieldSet {
	padding:8px 10px 10px 10px;
	border:1px solid #B5B8C8;
	position:relative;
	margin:20px 15px 25px;
}
#application .fieldSetTitle {
	background-color:rgb(223,232,246);
	padding-left:5px;
	padding-right:5px;
	position:absolute;
	font-weight:bold;
	color:#15428B;
	top:-10px;
}
#application .success {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-top:40px;
	padding-bottom:40px;
}


/* Wide Application */
#application.wide {
	width:895px;
}
#application.wide input[type="text"] {
	width:300px;
}
#application.medium {
	width:800px;
}

/* Survey */
#application .survey-question {
	width:250px;
	padding:10px 50px 10px 10px;
}
#application .survey-input {
	border:1px #CCC solid;
	padding:10px 12px 10px 5px;
}
#application .survey-input.selected {
	border-color:#069;
	background-color:#D1DDEF;
}
#application textarea.large {
	width:500px;
	height:100px;
}
.dotted-box {
	width:90%;
	margin:10px auto;
	padding:10px;
	background-color:#EEE;
	border:1px dotted #666;
}
#ajax-loading {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#ajax-loading #overlay {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:white;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:10000;
}
#ajax-loading #loading-message {
	position:absolute;
	width:100%;
	top:50%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	z-index:10001;
	color:#333;
}
#ajax-loading img {
	width:300px;
	text-align:center;
}




