fieldset
{
	clear: both;
	/*width: 96%;*/
	width: 429px;
	margin: 10px 0 20px 0;
	padding: 10px 2% 10px 2%;
	border-collapse: collapse;
	border: 1px solid #ff7b00;
}

legend
{
	font-weight: bold;
	color: #ff7b00;
}

fieldset p { clear: both; }

label
{
	width: 30%;
	float: left;
}
label.mediumLabel { width: 50%; }
label.longLabel { width: 70%; }
label.fullWidth { width: 90%; }
label.fillIn { width: auto; }

input
{
	width: 65%;
	float: right;
	margin: 0;
	padding: 0;
}
input.shortInput { width: 25%; float: left; }

textarea
{
	width: 100%;
	clear: both;
}

.checkbox
{
	width: auto;
	float: left;
}

.offsetLeft { margin-left: 5%; }

button
{
	width: 210px;
	height: 27px;
	padding: 3px 20px 3px 3px;
	float: right;
	text-align: left;
	background: url('../images/ui/menu/button_bg.gif') no-repeat 0 0;
	/*background-color: #FF7B00;*/
	border: none;
	color: #FF7B00;
	cursor: pointer;
	font-weight: bold;
}

.mandatory
{
	font-weight: bold;
	color: #ff7b00;
	float: none;
	display: inline;
}

.formOutputBox,
#warning
{
	padding: 2%;
	width: 96% !important;
	margin: 10px 0 10px 0;	
	font-size: 10px;
	line-height: 16px;
}

#warning,
.errorBox
{
	background-color: #FFCCCC;
	border: 1px solid #CC0000;
	color: #990000;
}
#warning { display: none; }
.infoBox
{
	background-color: #bdcdde;
	border: 1px solid #4d669c;
	color: #4d669c;
}
.successBox
{
	background-color: #f8ffde;
	border: 1px solid #69b83e;
	color: #69b83e;
}
