* {
padding: 0px;
margin: 0px;	
}

body {
height: 100%;	
}


/* Contact Styles */
#contactWrapper {
height: 100%;
color: #FFF;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
}

input {
background-image: url(contact/txtFieldBg.png);
padding: 5px;
border: 1px solid black;
color: #fff;
}

textarea {
background-image: url(contact/txtFieldBg.png);
padding: 5px;
border: 1px solid black;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
}

#content {
padding: 10px;	
}

#buttons input {
background-image: none;
background-color: #CCC;
color: #000;
border: 1px solid #000;
font-weight: bold;
cursor: pointer;
}

#buttons input:hover {
background-color: #FFF;
}

