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

.cssform {
	width: 500px;
	border: 1px solid #4682b4;
	color: #4682b4;
	margin: 0 auto;
	padding: 4px;
	font: 12px "Trebuchet MS", Verdana, Arial, "serif";
	position: relative;
}

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

.cssform legend {
	font-weight: bold;
	background: url(../images/formbg.jpg) repeat-x left bottom;
	border: 1px dotted #4682b4;
	font-size: 20px;
	padding: 0px 8px;
	margin: 8px;
	color: white;
	background-color: #4682b4;
}

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

.cssform .par * {
border: none;}

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

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

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

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

.cssform em span {
font-style: normal;
color:#CC0000;
 }

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

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

.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: 1px White;
	color: black;
	font-weight: bold;
	padding: 3px 6px;
	background: url(../images/formbg.jpg) repeat-x left bottom;
	background-color: #fcc000;
	margin-bottom: 8px;
}

.cssform input.formbutton a:hover{
background-color: Black;

}

#tel {
position: absolute;
top: 0px;
right: 0px;
}
#tel img {
-moz-opacity:  0.6;
opacity: .6;
filter: alpha(opacity=60);}

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