/*nick's form elements*/
.errorMsg {
/*	margin-bottom: 15px;*/
	width: 251px;
	padding: 5px;
	font-size: 1.2em;
	background-color: #CC0000;
	color: #FFFFFF;
}

#fullwidthColumn {
	margin-left: 10px; margin-right: 10px;
	display: block;
	margin-bottom: 10px;
}
.infoMsg {
	background-image: url(../images/commentheader.jpg);
	background-position: left top; background-repeat: no-repeat;
	padding-top: 10px;
	min-height: 35px;
	background-color: #CAE9A4;
	display: block;
}

.infoMsg p {
	font-size: 1.1em; color: #6B7862;
	margin: 0px 10px 0px 57px;
}
.infoMsgfooter {
	height: 10px;
	clear: both;
	background-image: url(../images/commentfooter.jpg);
	background-position: left top; background-repeat: no-repeat;
	background-color: #FFFFFF;
	display: block;
}
.infoMsg h3 {
	font-size: 15px;
	color: #336600;
	margin: 0px 10px 2px 57px;
}

.messagebox_red {
	color: #cc0000;
	background-color: #ffe0e0;
	border-width: 1px; border-style: solid; border-color: #cc0000;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	/*margin:10px;*/
	background-image: url(../images/speechbubbles/speechbubble_flip_red.png);
/*	background-x-position: 5px;
	background-y-position: 5px;*/
	background-repeat: no-repeat;
	/*min-height: 25px;*/
	/*display: block;*/	
}

.errorlist {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inherit;
	font-size: 13px;
	color: #cc0000;
	margin:0px;
	padding:0px;
}





.formrow_register{
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin:20px;
}

.biginput {
	padding: 4px 2px;
	font-size: 1.3em;
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana, Sans-Serif;
	border: 1px solid #CCCCCC;
	text-indent: 2px;
	width: 255px;
}
.input_in_error_mode {
	background-color: #ffe0e0;
}
.formcell_label {
	text-align: right;
	font-size: 1.3em;
	font-weight: normal;
	width: 140px;
	color: #00527f;
}
.termstext {
	color: #999999;
	font-size: 11px;
	padding-top: 0px;
	font-weight: normal;
}


