/* -------------------- thead styles -------------------- */
/* ------------- header  ------------- */
#formView {
	margin: 0px;
	margin-top: 10px;
}

#formView fieldset {
	margin:0px;
	padding:0px;
	border:0;
}
#formView form {
	margin:0px;
	padding:0px;
}

/* -------------------- text styles -------------------- */

#formView table.formtable tbody td.entry {
	vertical-align:top;
	text-align:left;
}
#formView table.formtable {
	border:0px;
	width:85%;
	margin:10px auto;
	padding:0px;
	padding-right:0px;
	background-image:url(../images/cell_bkgd.gif);
	background-repeat:repeat-x;
	background-position: top left;
}
#formView table.formtable caption {
	text-align:center;
	font-size: 1.2em;
	color:#999;
	margin:10px 0px 10px 0px;
	font-weight:bold;
}

#formView table.formtable caption h1{
	font-size: 1.6em;
	color: #0064A0;	
	margin-bottom:4px;
}
#formView h1{
	font-size: 2em;
	color:#000000;	
	margin-bottom:24px;
}
#formView table.formtable caption .note {
	text-align:left;
	padding:5px;
	width:100%;
	border:1px dashed #ccc;
	background-color:#eee;
	font-weight:normal;
	margin:10px 0px 10px 0px;
	vertical-align:middle;
}
#formView table.formtable caption .sectionerror {
	text-align:left;
	padding:5px;
	width:100%;
	border:1px dashed #ccc;
	background-color:#FFCCCC;
	font-weight:normal;
	margin:10px 0px 10px 0px;
	vertical-align:middle;
	color:#666;
}

#formView table.formtable tr td{
	border-top: 1px solid #ccc;
	padding:10px;
}

#formView table.formtable th{
	width:250px;
	padding:8px 8px 8px 0px;
	vertical-align:top;
	text-align:left;
	background-color:#fff;
	background-image:none;
	border-top: 1px solid #ccc;
}

#formView table.formtable th label {
	font-size: 12px;
	font-weight:bold;
	color:#666666;
}

#formView table.formtable th label.required {
	font-weight:bold;
	padding-left:12px;
	background-image:url(../images/icons/required.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

#formView table.formtable th label:after {
	content: ":";
}
#formView table.formtable th .fielderror {
	padding-left:18px;
	background-image:url(../images/icons/warning.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#ff0000;
	margin-top:5px;
}
#formView table.formtable  td.desc {
	width: 200px;
	color:#666;
	font-style:italic;
	text-align:left;
	vertical-align:top;
	font-size:10px;
}
#formView table.formtable tr td.entry select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
#formView #submission {
	margin-top: 15px;
	text-align:center;
}

#formView #submission input{
	vertical-align:top;
}
/* form input styles */
input {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.formerror {
	text-align:left;
	padding:5px;
	width:100%;
	border:1px dashed #ccc;
	background-color:#FFCCCC;
	font-weight:normal;
	margin:10px 0px 10px 0px;
	vertical-align:middle;
	color:#666;
}