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

.cssform { 
width: 500px; 
border: #fdbe11 1px solid;
color: #000;
margin: 0 auto;
padding: 4px;
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Georgia;
font-size: 12px;
font-weight: bold;
background: #fff;
position: relative;
}

.cssform fieldset { 
margin: 8px 0; 
border: #ffe900 1px solid; 
background: #fff url(../images/formbg.jpg) bottom left repeat-x;
padding-bottom: 25px;
}

.cssform legend { 
font-weight: bold;
background:url(../images/formbg.jpg) repeat-x left bottom;
border: solid 1px #ddd;
font-size: 20px;
padding: 5px 8px;
margin: 8px;
color: #fdbe11; }

.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;
color: #000;
padding-right: 24px;
width: 80px;
}

.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: 25px;

color: #C00; 
}

.cssform em span {
font: small "Trebuchet MS", Tahoma, Verdana, Arial, Georgia;
font-weight: bold; }

.cssform input, .cssform textarea {
color:#000; border:1px solid #000;}

.cssform input, .cssform textarea {
color:#000; border:1px solid #000;}

.cssform input:focus, .cssform textarea:focus {	
background-color: #eee; border-color: #ccc; outline: 1px solid #ccc; }

.cssform textarea{
width: 320px;
height: 160px;
}

.cssform input.formbutton {
cursor:pointer;
border:outset 1px #213f99;
color:#fdbe11;
font-weight:bold;
padding: 3px 6px;
background:url(../images/formbg.jpg) repeat-x left bottom;
margin-bottom: 8px;
}

#tel {
position: absolute;
top: 0px;
right: 0px;
}
#tel img {
-moz-opacity:  0.4;
opacity: .4;
filter: alpha(opacity=40);}

.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; }