/* CSS Document */

@import "default.css";

/************************* error div ***********************************/

#errormsg {
}

#errbox {
	margin: 10px;
	border: 1px solid #BACCDA;
	padding: 5px;
}

#errbox p.msg {
	font-weight: bold;
	margin: 0 0 7px;
}

#errbox ul li span {
	color: #CC0000;
}

/************************ form *******************************/
* html form {
	width: 65%;
}

fieldset {
	background-color: #BFCDDA;
	padding: 12px;
	border: medium double #FFFFFF;
	color: #000000;
	width: auto;
}

* html fieldset {
	border: medium double #BFCDDA;
}

label {
	width: 11em;
	float: left;
	text-align: right;
	margin: .5em 1em;
	clear: both;
}

legend {
	color: #000000;
}

p.fieldh {
	clear: both;
	margin: 1px 1em 5px 16em;
	font-size: 80%;
}

* html p.fieldh {
	margin: 1px 1em 5px 1em;
}

input, textarea {
	float: left;
	margin: .5em 0;
	width: 200px;
}

* html input, * html textarea {
	width: 150px;
}

#enduser {
	width: auto;
}

#subbutton {
	float: none;
	width: auto;
	margin-bottom: 1em;
	margin-left: 8em;
	clear: both;
}

br {
	clear: both;
}

fieldset#interest {
	margin: 12px;
	padding: 1em;
	border: thin solid #666699;
}

fieldset#cfields fieldset#interest input, fieldset#cfields fieldset#interest label {
	float: none;
	clear: both;
	width: auto;
	margin: 0;
}

fieldset#cfields fieldset#interest label {
	text-align: left;
	margin-left: 1em;
	padding: 0;
}

#maincol p.reqmsg {
	font-size: 80%;
	margin: 5px 0;
	clear: left;
}

textarea#message {
	width: 80%;
}

label.rad {
	clear: none;
	margin: 4px 4px;
	width: auto;
}

input.rad {
	width: auto;
	margin-left: 89px;
}

/**************************** error section *********************************/
#maincol p#errormsg {
	background: url(../images/junk_email_filter_close_128.png) no-repeat left bottom;
	padding-left: 128px;
	padding-top: 55px;
	font-size: 120%;
	margin: 0 0 20px;
}

#maincol ul.err {
	list-style: none;
}

#maincol form.err {
	text-align: center;
	margin: 0 0 20px 0;
}

#maincol form.err input {
	border: 1px black groove;
	width: auto;
	float: none;
	margin: auto;
}
/************************* success section *****************************/
#maincol p.success {
	background: url(../images/webmail_ok_128.png) no-repeat top left;
	height: 128px;
	padding-left: 128px;
	padding-top: 50px;
	font-size: 150%;
}

