* {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #2395B0;
}

body {
	background: #fff;
	width: 470px;
	overflow: hidden;
}

div {
	clear: both;
	margin-bottom: 2px;
}

label {
	float: left;
	display: block;
	width: 180px;
	margin-right: 5px;
	text-align: right;
}
	
select, input[type=text] {
	font-size: 12px;
	height: 17px;
	text-indent: 2px;
	width: 260px;
}
select { width: 264px; height:20px }
textarea {
	font-size: 12px;
	text-indent: 2px;
	height: 100px;
	width: 260px;
}
option {
	display: block;
	float: none !important;
	min-height: 1em;
	line-height: normal !important;
	position: static !important;
	text-indent: 0px !important;
}

#ctrlDiv {
	text-align: right;
}
	#ctrlDiv img { margin-top: 11px; margin-right: 8px; }

input.submitButton {
	display: block;
	float: right;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 150px;
	border: none;
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	text-indent: 10px;
	background: #FFBD2E;
	cursor: pointer;
}

.radioBox { 
	margin-top: 8px;
	margin-left: 60px;
}
.radioBox label { 
	width: auto; 
	display: inline; 
	float: none; 
}
.radioBox label.radioLBL {
	text-align: left;
	vertical-align: 2px;
	float: left;
}
.radioBox select {
	float: right;
	width: 120px;
	margin-right: 19px;
	vertical-align: 2px;
}
.radioBox .radio { 
	clear: both; 
	vertical-align: -2px; 
}
.radioBox .radio label {
	width: 40px;
	margin-right: 15px;
}

.rich-message-marker { margin-left: 2px; vertical-align: -2px !important; }
.rich-messages-label { color: #000; }

.validationHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}

.validationCloseBtn {
	position: absolute;
	top: 2px;
	right: 1px;
	z-index: 2;
}

.dr-mpnl-header .rich-mpnl-header-cell {
	vertical-align: top;
}

.rightAlign { text-align: right; }
