/* 
Filename: epMail.css
Date: March 25 2008
Author: Malcolm Elsworth
*/


/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


span.required {
	color: red;
	}

form#signup  {
	margin: 0 0 10px 0 !important;
	background: #f7f7f7;
	border: 1px solid #ccc;
	padding: 5px 10px 0 10px;
	}

form#signup fieldset {
	margin: 0 0 10px 0;
	}
	
form#signup legend {
	font-size: 1.2em;
	font-weight: bold;
	color:#826502;
	margin: 0 0 10px -8px;
	}

form#signup .clearfix {
	padding-bottom: 4px;
	}


/*  \*/
* html form#signup .clearfix {
	border: 0px;
	}
/*  */

form#signup p {
	margin: 0 !important;
	}

form#signup label,
form#signup p.frmLabel {
	display: block;
	float: left;
	width: 20%;
	padding-right: 10px;
	color: #313131;
	background: none;
	}

form#signup input.txt {
	border: 1px solid #ccc;
	color: #666;
	padding: 2px 4px;
	}


form#signup button {
	width:6em;
	min-width:72px;		
	height:2.0em;
	min-height:24px;
	background:#C4A13B url(../images/button-search.png) top left no-repeat;
	color:#FFF;
	font-weight:bold;
	}
	
	
	
.err {
	border: 2px solid #cd1717 !important;
	background: #faf4f4 !important;
	}

.error {
 	border: 2px solid #CD1717;
 	background: #fff url("../images/bg_alert.gif") no-repeat 10px 50%;
 	padding: 3px 5px 3px 32px !important;
 	margin: 0 0 10px 0 !important;
 	font-weight: bold;
 	color: #CD1717;
	}

.confirm {
 	border: 2px solid #3A8A3E;
 	background: #fff url("../images/bg_confirm.gif") no-repeat 10px 50%;
 	padding: 3px 5px 3px 32px !important;
 	margin: 0 0 10px 0 !important;
 	font-weight: bold;
 	color: #3A8A3E;
	}