
.divform{
	padding:0.6em 0; 
}
.divform div{
	padding:0.3em 0; 
}
.divform .leftcol{	
	float:left;
	clear:left;
	width:220px;
	font-size:90%;
}
.divform .rightcol{
	float:left;
	clear:right;
}
.divform .ast{
	color:#c00;
	background:none;
	padding:0px;
	padding-right:2px;
}
.divform .smnote{
	font-size:80%;
	color:#777;
	line-height:normal;
	border:solid 1px #dedede;
	border-left:solid 2px #c00;
	padding:7px 30px 7px 10px;
	margin-bottom:10px;
	text-align:justify;
}
.divform form fieldset {
	border:none;
	margin:0;
	padding:0;

}
.divform form legend {
	background: #444;
	border: 1px solid #ccc;
	padding: 6px 12px; 
	font-weight:bold; 
	letter-spacing:0.1em;
	margin-bottom:5px;
	color:#fff;
	font-size:80%;	
}
.divform form .lg {
	width:300px;
}
.divform form .md {
	width:150px;
}
.divform form .sm {
	width:70px;
}
.divform form .cal {
	width:80px;
}
.divform form label {
	font-size:90%;	
}
.divform form label.error {
/*	color:#c00;
	font-style: italic;
	font-weight: normal;	
	white-space:nowrap;*/
	display: none;
	margin-left: 3px;
	background:url(../imx/unchecked.gif) no-repeat left 2px;
	padding:4px 10px 0 15px;
}	
.divform form input.error, .divform form textarea.error {
	border:dashed 1px #5374ca;
}	
.divform form input,select {
	background-color:#f8f8f8; 	
	border:1px solid #e6e6e6;
	color:#666;
	padding:3px;
	font-size:90%;	
}
.divform form textarea {
	height:75px;
	background-color:#f8f8f8; 	
	border:1px solid #e6e6e6;
	color:#666;
	padding:3px;
	font-size:90%;	
	font-family:inherit;
}
.divform form .captchaField{ 
	border:1px solid #e6e6e6;
	padding:5px;
	color:#666; 
	width:100px; 
	font-size:160%; 
	color:#7f4f99; 
	font-weight:bold;
	background-color:#f8f8f8; 
}
.divform form .btnContainer{
	text-align:center; 
	padding:15px; 
/*	background-color:#e2e2e2; 
	border:solid 1px #ccc;*/
	margin-top:10px; 	
}
.divform form .btnsubmit{ 
	border:1px solid #86a6df; 
	padding:4px 6px;
	color:#fff; 
	width:90px;
	background-color:#a7c0eb;
	font-size:80%;

	text-transform:uppercase;
}
.divform form .btnsubmit:hover{ 
	border:1px solid #fff600; 
	color:#fff; 
	background-color:#3d5d97;
}

.divform form div.info{
	background:none;
	padding:10px; 
	border:dashed 1px #CCC; 
	margin-bottom:10px; 
	background-color:#f0fff0; 
	text-align:left;
	font-size:90%; 
}
.divform form .info span.errMsg{
	padding:0; margin:0;
	background:none;
	color:#c00;
	font-weight:bold;
}

.divform form .note{
	font-size:90%; 
	margin-top:5px;
}
.divform form .changeCode {
	font-size:80%;
}


/* INFO CONTAINER
************************/
.infoContainer {
	border:solid 1px #d4d4d4;
	margin-bottom:10px;
	font-size:90%;
	padding:15px 15px 0 60px;
	min-height:50px;
	line-height:normal;
}
.icon_warning {
	background:#ffc url(../imx/icon_alert.png) no-repeat 10px;
}
.icon_confirm{ 
	background:#f4f4f4 url(../imx/icon_ok.png) no-repeat 10px;
}
.icon_info{ 
	background:#ebfbec url(../imx/icon_info.png) no-repeat 10px;
}
.infoContainer span.ok {
	color:#666;
}
.infoContainer span.err {
	color:#c00;
}
/* EMAIL PREVIEW */
.emailPreview {	
	padding:10px; 
	text-align:left; 
	line-height:1.4em;
	border:solid 1px #d4d4d4;
	margin-bottom:10px;
}



/* TEXT LINK
************************/
.btnlink {
	font-size:90%;
	font-weight:bold;
}
.btnlink a:link{
	text-decoration:none;
}
.btnlink a:hover{ 
	text-decoration:underline;
}

/* EMAIL PREVIEW
***********************/
.emailpreviewContainer {
	font:Arial, Helvetica, sans-serif;
	margin:20px 0;
	padding: 10px;
	border:solid 1px #999;
	background:url(../images/emailpreview.gif) no-repeat top right;
}