body{
margin: 0px;
padding: 20px;
background: #f0efea;
font-family: tahoma;
}

a{
color: #004d8d;
}

a:hover{
color: #cf6f30;
}

#phone-container{
width: 451px;
float: left;
}

#top-phone{
width: 451px;
height: 122px;
background: url('images/top-phone.png') no-repeat transparent;
}

.left-phone{
background: url('images/left-phone.png') no-repeat transparent;
width:61px;;
height:221px;
float: left;
}

.middle-phone{
background: url('images/middle-over.png') no-repeat #fff;
width:331px;;
height:221px;
float: left;
}

.middle-phone-success{
background: #000;
width:331px;;
height:221px;
float: left;
}

.right-phone{
background: url('images/right-phone.png') no-repeat transparent;
width:59px;;
height:221px;
float: left;
}

.clear-both{
clear: both;
}

#bottom-phone{
background: url('images/bottom-phone.png') no-repeat transparent;
width:451px;;
height:378px;
margin: 0 auto;
}

.label label{
font-size: 10px;
color: #222222;
font-weight: bold;
}

.label{
margin-bottom: 2px;
}

.input input{
border: 1px solid #cccccc;
background: transparent;
color: #999999;
font-size: 9px;
padding: 3px;
margin-bottom: 4px;
width: 140px;
-webkit-border-radius: 3px;
border-left: 3px solid #ccc;
}

.input input:hover{
border: 1px solid #555555;
color: #444444;
border-left: 3px solid #1f325e;
}

select{
border: 1px solid #cccccc;
background: transparent;
color: #444444;
font-size: 9px;
padding: 3px;
margin-bottom: 4px;
width: 140px;
-webkit-border-radius: 3px;
}

#form-left{
padding-top: 17px;
padding-left: 15px;
width: 150px;
float: left;
}

#form-right{
padding-top: 17px;
padding-left: 5px;
width: 150px;
float: left;
}

.submit-button{
text-shadow: 1px 1px 1px #1f325e;
width: 130px;
background: #004d8d;
color: #fff;
font-weight: bold;
font-size: 11px;
border: 0px;
-webkit-border-radius: 5px;
}

.submit-button:hover{
font-weight: bold;
letter-spacing: 0px;
widows: 0;
text-shadow: 1px 1px 1px #5e322c;
width: 130px;
background: #cf6f30;
color: #fff;
font-size: 11px;
border: 0px;
}

.submit-holder{
text-align: center;
padding: 10px 0px;
}

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

#main-container{
width: 800px;
margin: 0 auto;
}

#text-container{
width: 320px;
font-size: 16px;
color: #999;
float: left;
padding-top: 80px;
padding-bottom: 20px;
text-align: left;
line-height: 21px;
padding-right: 20px;
}

#text-container:hover{
color: #555;
}


#text-container2{
width: 239px;
font-size: 24px;
color: #9f3333;
float: left;
padding-top: 100px;
padding-bottom: 20px;
padding-right: 20px;
text-align: left;
line-height: 24px;
}
