.textfield{
width:200px	
}

.date-field{
width:4em;	
}

.small-field{
width:6em;
}

.textarea{
width:100%;
height:7em;
}

.required{
color:red;
font-size:0.8em;
}

.submit-button{
background:url(../images/button.gif) no-repeat center center;
width:126px;
height:30px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:1.2em;
color:white;
border:0;
margin:0;
padding:0;
padding-top:0.1em;
cursor:pointer;
}

.submit-button:hover{
color:black;
}

label{
padding-right:1em;	
}

.border-top{
border-top:1px solid #D6CEC1;	
}

.border-bottom{
border-bottom:1px solid #D6CEC1;	
}


.textfield{
width:200px	
}

.date-field{
width:4em;	
}

.small-field{
width:6em;
}

.textarea{
width:100%;
height:7em;
}

.required{
color:red;
font-size:0.8em;
}

.submit-button{
background:url(../images/button.gif) no-repeat center center;
width:126px;
height:30px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:1.2em;
color:white;
border:0;
margin:0;
padding:0;
cursor:pointer;
}

label{
padding-right:1em;	
}

.border-top{
border-top:1px solid #D6CEC1;	
}

.border-left{
border-left:1px solid #D6CEC1;	
}


optgroup{
font-style:normal;
color:#666666;
padding-left:0.5em;
}

option{
color:black;
}