#form

{

float: left;

clear: both;

width: 635px;

text-align: left;

}

#fieldset {

border: 1px solid #eeeeee;
padding: 5px;
max-width: 550px;
}


textarea

{

width: 440px;

height: 200px;

}

textarea:focus {
border: 1px solid #666666;
background-color: #ffffee;
}

label

{

color: #000000;

/* font-size: 1.2em; */

font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
}

input

{

font-family: "Lucida Grande",Lucida,Verdana,sans-serif;

font-style: normal;

font-variant: normal;

font-weight: normal;

font-size: 1em;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;


border: 1px solid #999999;

background-color: #fffffe;

cursor: text;

padding-top: 1px;

padding-right: 2px;

padding-bottom: 1px;

padding-left: 2px;

margin-bottom: 10px;

}

input
{

width: 250px;

}

input:focus
{

border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #666666;
border-right-color-value: #666666;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #666666;
border-left-color-value: #666666;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
background-color: #ffffee;
}

.legend{
color: red;
/* margin-left: -2px; */
font-weight: bold;
font-size: 10px;
font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
}
