/* CSS Document */

fieldset
{border:none;
margin:0;}

label
{float:left;
clear:both;
margin-top:3px;
width:70px;}

.commentsLabel
{width:180px;}

input
{float:right;
width:130px;}

textarea
{margin:0;
padding:0;
width:225px;
*width:215px;
*margin-left:-20px;}

input:focus
{background-color:#e4f2fb;}

textarea:focus
{background-color:#e4f2fb;}

button
{background:url(../img/sendButton.jpg) no-repeat 0 0;
height:16px;
width:74px;
border:none;
cursor:pointer;
float:right;
clear:both;}

.required
{color:#FF0000;
clear:both;
float:right;
*padding-right:20px;}