@charset "utf-8";
/* CSS Document */
form { 
}
fieldset {
	border: 1px solid #CACDD6;
	width: auto;
	padding: 10px;
}
legend {
	color: #FFF;
	background: #F37D0C;
	border: 1px solid #CACDD6;
	padding: 2px 6px;
	margin-bottom: 15px;
}
input, textarea, option, select {
	background: #fee3ad;
	border: 1px solid #CACDD6;
	color: #192E67;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: .75em;
}
option {
}
.submit {
	margin-top: 1em;
}
button {
	color: #000;
	background: buttonFace;
	border: 1px outset #CACDD6;
	margin-right: 0.5em;
}
.submit input {
	color: #FFF;
	background: #F37D0C;
	border: 1px outset #CACDD6;
}
#column_single {
	float: none;
	width: auto;
	padding: 10px;
}
#column_left {
	float: left;
	width: 49%;
}
#column_right {
	float: right;
	width: 49%;
}
span.mandatory {
	color: red;
	font-weight: bold;
	font-size: 18px;
}
.message {
	color: #F00;
	margin-bottom: 1em;
}
.label {
	width: 130px;
	display: inline-block;
	padding: 0px;
	margin-top: 5px;
}
fieldset #formregion {
	padding: 10px;
}
.bottomButtons {
	margin-top: 1.5em;
}
#formregion table tr .centre {
	text-align: center;
}
#formregion table tr .right {
	text-align: right;
}
#formregion table .total td {
	border-top: 1px solid #999;
}
span.col_left{
	float: left;
	width: 50%;
	display: block;
	clear: both;
}
span.col_right{
	width: 50%;
	display: block;
}
