.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;
}
/******************************/
.cssformlogin p{
width: 100%;
clear: left;
margin: 0;
padding: 2px 0px 1px 0px;
padding-left: 80px; /*width of left column containing the label elements*/
border-bottom: 0px dashed gray;
height: 1%;
}
.cssformlogin label{
font-weight: bold;
float: left;
margin-left: -80px; /*width of left column*/
width: 80px; /*width of labels. */
}
.cssformlogin input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/

}
.cssformlogin textarea{
width: 250px;
height: 70px;
}
INPUT.cssformlogin{
   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 
}
.cssformlogin #col1{
text-align: left;
width: 80px;
}
.cssformlogin #col2{
text-align: right;
width: 100px;
}
.cssformlogin div{
width: 100%;
float: left;
}
/******************************/
.cssformProroga p{
width: 500;
clear: left;
margin: 0;
padding: 2px 0px 2px 0px;
padding-left: 180px; /*width of left column containing the label elements*/
border-bottom: 1px dashed gray;
height: 1%;
}
.cssformProroga label{
font-weight: normal;
float: left;
margin-left: -180px; /*width of left column*/
width: 180px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssformProroga input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
}
.cssformProroga textarea{
width: 280px;
height: 90px;
}
INPUT.cssformProroga{
   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 
}
.cssformProroga #col1{
text-align: left;
width: 80px;
}
.cssformProroga #col2{
text-align: right;
width: 100px;
}

/******************************/
.cssformregistration p{
width: 400px;
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 of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssformregistration input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 300px;
}
.cssformregistration textarea{
width: 400px;
height: 60px;
}
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 
}
.cssformregistration #col1{
text-align: left;
width: 80px;
}
.cssformregistration #col2{
text-align: right;
width: 100px;
}
.cssformregistration div{
width: 400px;
float: left;
}
/******************************/
.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 textarea{
width: 400px;
height: 120px;
}

.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;
}


