@charset "utf-8";
/* CSS Document */

.contactform1 p{
	width: 382px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed #55A51C;
	height: 1%;
}

.contactform1 label{
	font-weight: bold;
	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*/
	text-align: left;
	font-size: 12px;
}

.contactform1 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 2
`10;
	padding: 2px;
	width: 210px;
	background: #fff !important;
	border: 1px solid #B9B9B9 !important;
}

.contactform1 textarea{
	width: 300px;
	height: 150px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	background: #fff !important;
	border: 1px solid #B9B9B9 !important;
}

.sendinfoform p{
	width: 382px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	height: 1%;
}

.sendinfoform label{
	font-weight: bold;
	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*/
	text-align: left;
	font-size: 12px;
}

.sendinfoform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 2
`10;
	padding: 2px;
	width: 210px;
	background: #fff !important;
	border: 1px solid #B9B9B9 !important;
}

.sendinfoform textarea{
	width: 300px;
	height: 150px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px;
	background: #fff !important;
	border: 1px solid #B9B9B9 !important;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
.himportant {
	background: url(images/error.png) no-repeat;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	margin: 8px 0;
}
