@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0;}

#mainWrapper {
	width: 714px;
	padding: 0 20px 20px 20px;
	border: 3px solid #FFB678;
	background: url('../_images/white-grad.gif') top repeat-x #FFE5CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

.headline {
	font-size: 18px;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #FFB678;
	margin-bottom: 20px;
}

#formLeft {
	float: left;
	display: inline;
	width: 500px;
	border-right: 1px solid #FFB678;
}

#formLeft p {
	margin-bottom: 10px;
}

#formRight {
	float: left;
	display: inline;
	width: 193px;
	padding-left: 20px;
}

#formRight p {
	font-size: 11px;
	height: 11px;
	line-height: 11px;
	margin-bottom: 1px;
}

#formRight input.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 13px;
	width: 186px;
	border: 1px solid #666;
	background: #FFF;
	margin-bottom:5px;
	padding: 3px;
}

#formRight select {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}

#formRight textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 186px;
	height: 70px;
	border: 1px solid #666;
	background: #FFF;
	margin-bottom: 5px;
	padding: 3px;
	overflow: auto;
}

.grey {
	color: #666666;
	font-weight: bold;
}
