/* CSS Document */



#contact form, label, input { font-size : 1em; }



#contact fieldset {
	width : 29em;
	border: thin solid #0071BC;
	font-size : 1em;
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 8px;
}

#contact label { position : relative; width : 8em; display : block; margin : .5em 0em; }

#contact label input { position : absolute; left : 100%; top : 0px; width : 20em; }

#contact input.submit { margin-left : 15em; }

.hide {
	display: none;
}
#contact legend {
	font-weight: bolder;
	color: #0071BC;
	padding: 2px;
	border: thin solid #0071BC;
}
.cssform div{
font: 80%/1.5 Arial,Helvetica,sans-serif;
width: auto;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
/* border-top: 0.5px dashed gray; */
height: 1%;
}

.cssform p{
font: 80%/1.5 Arial,Helvetica,sans-serif;
width: auto;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
/* border-top: 0.5px dashed gray; */
height: 1%;
}
.cssform fieldset { width : 35em; padding : 0.5em 1em; }

.cssform label{
font-weight: normal;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}
.cssform textarea{
width: 300px;
height: 50px;
}

.cssform select{
width:auto;
}

* html .threepxfix{
margin-left: 3px;
}
em { color: #C00; font-style: normal; }
input.error {  border-color: #C00; background-color: #FEF;}

