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

#shoutbox{
position:absolute;
float:left;
top:200px;
}

#slide{
background:#009966;
float:left;
width:300px;
height:320px;
cursor:default;
border:3px solid #2b2b2b;
margin-right:2px;
}


#contact_form{
width:300px;
margin:0;
padding:0;
}

fieldset{
border:none;
}

input, textarea{
width:265px;
display:block;
background:#dedede;
border:1px solid #666666;
color:#009966;
font-size:90%;
padding:.1em .5em .1em .5em;
}

textarea{
height:100px;
font-family:verdana;
}

label{
font-family:verdana;
font-size:80%;
color:#000;
}

.error{
color:#fff !important;
}

#submit_btn{
background:#666666;
color:#000000;
float:right;
margin-top:-1em;
width:70px;
}
