.cssform {
background-color: #000;
width: 240px;
padding: 5px;
margin-top: 2px;
margin-bottom: 2px;
background-image:url("search_back.jpg");
font-size: 12px;
color:#bbb;
}
.cssform p{
width: 140px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 100px; /*width of left column containing the label elements*/
border-top: 1px solid #221E1F;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -100px; /*width of left column*/
width: 95px; /*width of labels. Should be smaller than left column to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 130px;
}

.cssform select {
font-size:12px;
width: 140px;
}

.cssformid input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 40px;
}

.cssformid {
background-color: #000;
width: 240px;
padding: 5px;
margin-top: 2px;
margin-bottom: 2px;
background-image:url("search_back.jpg");
font-size: 12px;
color: #FE9931;
}

/*.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;
}

