

#formresponse .bttn {  /* style for form submit buttons */
background: url("images/button_xp.gif");
height: 21px;
width: 73px;
border: none;
line-height: 16px;
font-size: 11px;
margin: 10px 0 0 10px;
padding-bottom:2px;
text-align: center;
}

#formresponse  * html  .bttn { /* IE6 ButtonText  fix */
padding-bottom:0px;
}

#formresponse *:first-child+html  .bttn { /* IE7 ButtonText fix */
padding-bottom:0px;
}

#formresponse label
{
width: 200px;
float: left;
text-align: right;
margin-right: 1em;
display: block;
}



.spacebtn { padding-left: 125px;text-align: left; }

#formresponse br { display:none;}
textarea#formresponse br { display:none;}
#formresponse .bttn input { 
margin-left: 4.5em;
}

#formresponse input
{
color: #444;
background: #EEE;
border: 1px solid #444;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

textarea { overflow: auto; }

#formresponse textarea {
color: #444;
background: #EEE;
border: 1px solid #444;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

#formresponse fieldset
{
margin: 20px 10px 20px 10px;
padding: 10px 10px 20px 10px;
border: 1px solid #BBB;
width: 550px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
text-align: left;
}

#formresponse legend
{
color: #444;
background: #FFC;
border: 1px solid #BBB;
padding: 4px;
} 

fieldset.smgrad {
background: #FFFFFF url("images/oulixes_formgrad_small-grey.jpg") repeat-x;
}

fieldset.lggrad {
background: #FFFFFF url("images/oulixes_formgrad_large-grey.jpg") repeat-x;
}

