.cssform p{
width: 630px;
clear: left;
margin: 0;
padding: 3px 0 3px 0;
padding-left: 310px; /*width of left column containing the label elements*/
border:none;
height: 1%;
background-color:#F6FAFF;
border-right: 1px solid #3C7CAD;
border-left: 1px solid #3C7CAD;
font-weight: normal
}

.cssform h1{
width: 930px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 0px; /*width of left column containing the label elements*/
border-top: 1px solid #3C7CAD;
border-bottom: 1px solid #3C7CAD;
border-right: 1px solid #3C7CAD;
border-left: 1px solid #3C7CAD;
height: 1%;
background-color:#D3ECFF;
font:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#0E326E;
padding-left:10px;
}

.cssform h2{
border-top: 1px solid #3C7CAD;
margin-top:-1px;
margin-bottom:5px;
height:-5px;
}

.cssform label{
font-weight: bold;
text-align:right;
float: left;
margin-left: -310px; /*width of left column*/
width: 300px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
padding-top:5px;
}
.cssform label2{
font-weight: bold;
font-size:14px;
float: left;
margin-left: -310px; /*width of left column*/
width: 947px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
height:20px;
}

/* .cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
} */

/*.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;
}

/*///////////////*/

.cssLineForm p{
width: 400px;
clear: left;
margin: 0;
padding-left: 10px; /*width of left column containing the label elements*/
border:none;
height: 1%;
background-color:#FFFFFF;
}

.cssLineForm label{
font-weight: bold;
text-align:right;
float: left;
margin-left: -10px; /*width of left column*/
width: 300px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/

}
	
.cssform TEXTAREA {
background-color:#F7FBFF;
border-top:1px solid #3C7CAD;
border-left:1px solid #3C7CAD;
border-right:1px solid #3C7CAD;
border-bottom:1px solid #3C7CAD;
font-family:Tahoma,Arial,Helvetica,sans-serif; 
font-size:12px;
font-weight:normal;
display:inline;
padding:8px 8px 8px 8px;
margin-top:8px;
margin-bottom:8px;
width:924px;
height:400px;
}	

.SmallTableCell2{
  border-left:1px solid #3C7CAD;
  border-right:1px solid #3C7CAD;
  border-top:1px solid #3C7CAD;
  border-bottom:1px solid #3C7CAD;
  /*border: 1px solid #3C7CAD;
  background-color:#FFFFFF;*/
  color: black;
  float: left;
  display:block;
  margin: 0em;	  
  width: 100px;
  text-align:left;
  padding:3px; 
}