@charset "utf-8";
/* CSS Document */
form.fancy {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 1em;
	padding: 1em;
	background: #E7E8E9 url(images/shadow.png) top repeat-x;
	border: 1px solid;
	border-color: #999 #ccc #eee #ccc;
}
form.fancy * {
	margin: 0;
	padding: 0;
}
form.fancy p {
	margin: .5em 0;
}
form.fancy fieldset {
	display: block;
	position: relative;
	background-color: #CACDD6;
	border: 1px solid;
	border-color: #fff #ccc #999 #ccc;
	margin: 0 0 35px 0;
	padding: 0 1em 1em 1em;
	top: 25px;
}
form.fancy fieldset fieldset {
	width: 245px;
}
form.fancy legend {
	display: block;
	position: absolute;
	margin-left: 5px;
	margin-top: -25px;
	height: 14px;
	background: #F37D0C;
	border: 1px solid;
	border-color: #fff #ccc #eee #ccc;
	padding: 5px 10px;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}
form.fancy fieldset fieldset legend {
	background: #CACDD6;
	color: #F37D0C;
}
form.fancy input[type=text],
form.fancy input[type=password],
form.fancy textarea,
form.fancy select {
	border: 1px solid #CACDD6;
	border-color: #999 #ccc #eee #ccc;
	color: #192E67;
	padding: .2em;
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
form.fancy input[type=text]:focus,
form.fancy input[type=password]:focus,
form.fancy textarea:focus,
form.fancy select:focus {
	background-color: #ffe;
	color: #000;
}
form.fancy select {
	/*padding-top: 5px;*/
}
form.fancy input[type=submit],
form.fancy input[type=reset],
form.fancy input[type=button],
form.fancy button {
	background: #F37D0C;
	border: 1px solid;
	border-color: #eee #ccc #999 #ccc;
	color: #FFF;
	padding: 0 5px;
}
form.fancy input[type=submit]:hover,
form.fancy input[type=reset]:hover,
form.fancy input[type=button]:hover,
form.fancy button:hover {
	background: #ffe;
	color: #000;
}
form.fancy p {
	margin: .5em 0;
}
form.fancy label {
	display: block;
	font-size: 1.1em;
}
form.fancy label[for] {
	font-size: 1.1em;
}
form.fancy label.nonblock {
	display: inline;
}
form.fancy span.mandatory {
	color: red;
	font-weight: bold;
	font-size: 18px;
}
form.fancy div.field {
	margin: 5px 0;
}
form.fancy div.col1 div.field {
	float: left;
	width: 100%;
}
form.fancy div.col2 div.field {
	float: left;
	width: 50%;
}
form.fancy div.col3 label {
	float: left;
	width: 33%;
}
form.fancy div.col4 label {
	float: left;
	width: 25%;
}
form.fancy span.helpMsg {
	color: #5C74B4;
}
form.fancy .centre {
	text-align: center;
}
form.fancy .left {
	text-align: center;
}
form.fancy .right {
	text-align: center;
}
form.fancy .header {
	background: #3A4084;
	color: #FFF;
}
form.fancy th,
form.fancy td {
	height: 2em;
}
form.fancy .total td{
	border-top: 1px solid #3A4084;
}

