/**

	Styles for form

**/

h2.inputgroupheader {
	background-color: #FFDB94;
	background-image: url(/images/cnr_sell.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 10pt;
	padding: 5px 0 5px 10px;
	margin: 10px 1px 0 1px;
	color: #000000;
	
}
h3.inputgroupsubheader {
	background-color: #CECFCE;
	font-size: 10pt;
	padding: 5px 0 5px 10px;
	margin: 1px 1px 0 1px;
}
div.error {
	background-color: yellow;
	padding:8px;
	text-align:center;
	font-weight:normal;
	margin-bottom:10px;
}

div.check {
	background-color: #E8FFE8;
	padding:8px;
	text-align:center;
	font-weight:normal;
	margin-bottom:10px;
}

.mandatoryStar {
	color:red;
}
.fieldlabel {
	background-color: #E8E8FF;
	padding-left: 10px;
	vertical-align:top;
}
.fieldlabelnote {
	font-size:smaller;
	color:grey;
}
.fieldinputcell {
	background-color:#FFFFE8;
}
.postcodeLink {
	font-size:smaller;
}
div.container {
	padding:5px;
}

.inputgroupheadernote{
	font-size:smaller;
	font-weight:normal;
	margin:0 10px 0 30px;
}
.inputlabelnote{
	font-size:smaller;
	font-weight:normal;
	margin:10px 0 0 0;
}

.inputnote{
	font-size:smaller;
	font-weight:normal;
}


.textareamedium{
	width:270px;
	height:100px;
}

.textareamedium200{
	width:270px;
	height:200px;
}

.textarealarge{
	width:320px;
	height:200px;
}
