@charset "utf-8";
/* CSS Document */

.formBox { padding: 10px; border: solid #F0E3D6 1px; background-color: #FFF9F2; width: 50%; }



.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 5px 0;
padding-left: 175px; /*width of left column containing the label elements*/
border-top: 1px solid #f3f3f3;
height: 1%;
font-family: tahoma;
font-size: 11px;
font-weight: normal;
line-height: 20px
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -175px; /*width of left column*/
text-align: right;
width: 160px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
border: solid #ccc 1px
}

.cssform textarea{
width: 200px;
height: 150px;
border: solid #ccc 1px;
font-family: Arial, Helvetica, sans-serif; font-size: 12px
}








.cssssform p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 5px 0;
padding-left: 170px; /*width of left column containing the label elements*/
border-top: 1px solid #f3f3f3;
height: 1%;
font-family: tahoma;
font-size: 11px;
font-weight: normal;
line-height: 20px
}

.cssssform label{
font-weight: bold;
float: left;
margin-left: -165px; /*width of left column*/
text-align: right;
width: 160px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
border: solid #ccc 1px
}

.cssssform textarea{
width: 200px;
height: 150px;
border: solid #ccc 1px;
font-family: Arial, Helvetica, sans-serif; font-size: 12px
}


