﻿.contactform {
    background-image: url("../images/content_bg.png");
    float: left;
    padding: 20px 20px 20px 40px;
    width: 620px;
    text-align:left;
    font-size: 11px;
}

ul.forms {
    float: left;
    list-style: none outside none;
    padding: 0 20px 5px 0;
}

ul.smallforms {
padding:0px 20px 3px 0px !important;
}

ul.forms li{
}

ul.forms li.txt{
width:290px;
color:#fff;
padding:5px 0px;
}

ul.forms li.smalltxt{
float:left;
width:70px;
color:#666;
padding-top:5px;
}

.req {
color:#F00;
}

ul.forms li.inputfield{
float:left;
padding-bottom:5px;
}

ul.forms li.inputfield a{
margin-right:10px;
} 

ul.forms li.inputfield input.bar {
    background-color: transparent;
    background-image: url("../images/input_bg.gif");
    background-repeat: no-repeat;
    border: 1px solid #333333;
    color: #999999;
    float: left;
    height: 21px;
    font-size:11px;
    line-height: 21px;
    padding: 0 5px;
    width: 269px;
}

.ContactWaterMark
{
	background-color: transparent;
    background-image: url("../images/input_bg.gif");
    background-repeat: no-repeat;
    border: 1px solid #333333;
    color: #999999;
    float: left;
    height: 21px;
    font-size:11px;
    line-height: 21px;
    padding: 0 5px;
    width: 269px;	
}

ul.forms li.inputfield a {
    margin-right: 10px;
}

a.buttonone {
    background-image: url("../images/buttonone.gif");
    background-repeat: repeat-x;
    border: 1px solid #7B2B2B;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 17px;
    padding: 3px 10px 0;
}

a {
    color: #000;
    outline: medium none;
    text-decoration: none;
}

ul.forms li.textfield textarea {
    background-color: transparent;
    background-image: url("../images/input_bg.gif");
    background-repeat: no-repeat;
    border: 1px solid #333333;
    color: #999999;
    float: left;
    height: 179px;
    padding: 5px;
    width: 580px;
}

.textarea {
    font-size: 11px;
}