.cssform p{
width: 300px;
clear: left;
margin-left: auto;
margin-right: auto;
padding: 5px 0 5px 0;
padding-left: 200px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -200px; /*width of left column*/
width: 195px; /*width of labels. Should be smaller than left column (200px) to create some right margin*/
}

.textnote {
font-size: 10px;
}

.textnote2 {
font-weight: bold;
font-size: 14px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
font-size: 12px;
}

.bre1 {
width: 290px;
}

.bre2 {
width: 270px;
}

.bre3 {
width: 294px;
}

.acq {
background: #FFDB58;
width: 290px;
}

.acq2 {
background: #FFDB58;
}

.cssform select{
font-size: 12px;
}

.cssform textarea{
font-size: 12px;
width: 292px;
height: 80px;
}

/*.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;
}

/*Button*/
.buttonSubmit {
	width:65px;
	height:22px;
	color:#FFF;
	font-size: 11px;
	font-weight:bold;
	margin-left: 28px;
	padding:2px 5px;
	background:url(images/but.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
}

.buttonReset {
	width:65px;
	height:22px;
	color:#FFF;
	font-size: 11px;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/but.jpg) no-repeat left top;
	cursor:pointer;
	border:none;
}
