.cssform * {
padding:0;
margin:0;}

.cssform { 
width: 640px; 
color: #000;
margin: 0 auto;
padding: 4px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
#font-size: 11px;
font-weight: bold;
position: relative;
}

.cssform fieldset { 
margin: 8px 0; 
padding: 4px;
padding-bottom: 10px;
border: 1px solid #673303;
background: #fff url(../interface/footerbg.jpg) bottom left repeat-x;}

.cssform legend { 
font-weight: bold;
font-size: 20px;
height: 28px;
line-height: 28px;
border: 1px solid #673303;
padding: 0 8px;
	background: url(../interface/h2bg.jpg) center center no-repeat;
color: #fff;
}

.cssform #pict{top:50px;right:10px;z-index:0;width:128px;height:128px;position:absolute;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/mail.gif', sizingMethod='crop');}
.cssform #pict[id]{background-image:url(/images/mail.gif);}

.cssform .par{
border-bottom: 1px dotted #ddd;
text-align: center;
}

.cssform .par * {
border: none;}

.cssform form fieldset div { 
padding: 4px 0; }

.cssform label{
font-weight: bold;
float: left;
position: relative;
text-align: right;
padding-right: 24px;
width: 160px;
}

.cssform label em{ 
position: absolute;
background:url(../images/asterisk.gif) center center no-repeat;
padding-left: 14px;
}

.cssform em {
font-weight: bold;
font-style:normal;
background:url(../images/asterisk.gif) center left no-repeat;
padding-left: 14px;
color: #C00; 
}

.cssform em span {
font-weight: bold; }

.cssform textarea {
width: 300px;
height: 150px;
}

.cssform input.formbutton {
cursor:pointer;
height: 30px;
line-height: 28px;
font-size: 16px;
font-weight: bold;
border: 1px solid #673303;
padding: 0 6px;
background: url(../interface/h2bg.jpg) center center no-repeat;
color: #fff;
margin-bottom: 6px;
}

img.validMsg {
border: 0;}

.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg {
	display: none;
 }

.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg {
	display: block; 
	margin: 5px 0;
	font-size: 90%;
	line-height: 16px;
	color : #fff;	
	text-align: center;
	font-weight: bold;
	border: #FF0000 solid 1px; }

.textfieldValidState input, input.textfieldValidState {
	border: 2px solid #0c0; }

input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	border: 2px solid  #c00; }

.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel {
	color: #CC3333;	}

.textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg {
	margin: 5px 0;
	font-size: 90%;
	color : #fff;	
	text-align: center;
	font-weight: bold;
	border: #FF0000 solid 1px;
	background: #900 url(../images/error.gif) no-repeat center right; }

.validMsg {
	display:none; }

.textfieldValidState .validMsg {
	display:inline; }

.textfieldFlashText input, input.textfieldFlashText {
	color: red !important; }
