/*
	Sliding labels is open source code by Tim Wright of CSSKarma.com
	Use as you see fit, I'd like it if you kept this in the code, but 
	basically share it and don't be a jerk.
	
	Support:
	http://www.csskarma.com/blog/sliding-labels
*/

body { 
font-family: tahoma, sans-serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;}

p {
color:#ffffff;}

.red {
color:#cc0000;
font-size:10px;
text-transform:uppercase;}

form { 
width:390px;
padding:0;
margin:auto;}

#contact_bottom div { 
clear:both;
position:relative;
margin:0 0 10px;}

label { 
cursor:pointer;
display:block;}

#contact_bottom {
width:500px;
margin:0 auto;
padding-left:10px;}

/*input[type="text"],
textarea { 
width:300px;
border:1px solid #999;
padding:5px;
-moz-border-radius:4px;
-webkit-border-radius:4px; }*/

.textbox, .textboxreqd, .dropdown { 
border: 1px solid #999999; 
width: 240px; 
height:22px; 
margin-bottom:5px;}

.large_text { 
border: 1px solid #999999; 
width: 380px; 
height: 125px; }

input[type="text"]:focus, .large_text:focus { 
border-color:#777; }

input[name="zip"] { 
width:150px; }

/* submit button */
input[type="submit"] { 
cursor:pointer;
border:1px solid #999;
padding:5px;
background:#eee; }

input[type="submit"]:hover,
input[type="submit"]:focus { 
border-color:#333;
background:#ddd; }

input[type="submit"]:active { 
margin-top:1px; }

/* spam decoys */
.form_serial { 
display: none; }

