.cssform p{
width: 100%;
clear: left;
margin: 0;
padding: 5px 0 5px 0;
padding-left: 10px; /*width of left column containing the label elements*/
border-bottom: 1px dashed gray;
height: 1%;
}
.cssform label{
font-weight: bolder;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. */
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/******************************/
.cssformBlogPost p{
clear: left;
margin: 0;
padding: 2px 0px 2px 0px;
padding-left: 80px; /*width of left column containing the label elements*/
border-bottom: 1px dashed gray;
height: 1%;
}
.cssformBlogPost label{
font-weight: normal;
float: left;
margin-left: -80px; /*width of left column*/
width: 140px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssformBlogPost input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
}
.cssformBlogPost textarea{
width: 180px;
height: 90px;
}
INPUT.cssformBlogPost{
   BORDER-RIGHT: black 1pt solid;
	BORDER-LEFT: black 1pt solid;
   BORDER-TOP: black 1pt solid;
	BORDER-BOTTOM: black 1pt solid;
   CURSOR: hand;
	font-family:verdana; 
	font-size:8pt; 
	background-color:E3E1E3; 
	color:#000000; 
	font-weight:plain 
}
.cssformBlogPost #col1{
text-align: left;
width: 80px;
}
.cssformBlogPost #col2{
text-align: right;
width: 100px;
}

/********************/
.cssformregistration p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 2px 0px 2px 0px;
	padding-left: 150px; /*width of left column containing the label elements*/
	border-bottom: 1px dashed gray;
	height: 1%;
}
.cssformregistration label{
	font-weight: bold;
	float: left;
	margin-left: -150px;
	width: 150px;
}
.cssformregistration input[type="text"],.cssformregistration input[type="password"]{ 
	width: 200px;
	border:1px solid #3399CC;
}
.cssformregistration textarea{
	width: 300px;
	height: 60px;
	border:1px solid #3399CC;
}
INPUT.cssformregistration{
	BORDER-RIGHT: black 1pt solid;
	BORDER-LEFT: black 1pt solid;
	BORDER-TOP: black 1pt solid;
	BORDER-BOTTOM: black 1pt solid;
	CURSOR: hand;
	font-family:verdana; 
	font-size:8pt; 
	background-color:E3E1E3; 
	color:#000000; 
	font-weight:plain 
}

/*******************/
.cssformcontact p{
width: 300px;
clear: left;
margin: 0;
padding: 2px 0px 2px 0px;
padding-left: 150px; /*width of left column containing the label elements*/
border-bottom: 1px dashed gray;
height: 1%;
}
.cssformcontact label{
font-weight: bold;
float: left;
margin-left: -150px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssformcontact input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 130px;
}
.cssformcontact textarea{
width: 290px;
height: 60px;
}
INPUT.cssformcontact{
   BORDER-RIGHT: black 1pt solid;
	BORDER-LEFT: black 1pt solid;
   BORDER-TOP: black 1pt solid;
	BORDER-BOTTOM: black 1pt solid;
   CURSOR: hand;
	font-family:verdana; 
	font-size:8pt; 
	background-color:E3E1E3; 
	color:#000000; 
	font-weight:plain 
}
.cssformcontact #col1{
text-align: left;
width: 80px;
}
.cssformcontact #col2{
text-align: right;
width: 100px;
}
.cssformcontact div{
width: 400px;
float: left;
}
/*.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;
}


