html,body
{
}
body {

	font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #44444;
    margin: 0;
}

.top
{
    background:url(images/top.png) repeat-x;
    height: 33px;
    width:100%;
}

#container
{
    padding-top:13px;
    height:872px;
    margin:auto;
    background:url(images/widget.png) no-repeat;
    background-position: center;
    
}

.header
{
    text-align: center;
}

.header h1
{
    margin: auto;
    font-size: 40px;
    color: #474747;
    width:630PX;
}

.header span
{
    margin: auto;
    color: #959595;
    width:630PX;   
    display: block;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.contact_form
{
    width: 500px;
    height: 556px;
    margin: auto;
    background:url(images/form.png) no-repeat;
}

.contact_form .title
{
    height: 90px;
    vertical-align: bottom;
    
}

.title h3
{
    color: #474747;
    font-size: 25px;
    padding: 40px 0 5px 40px;
}

.form
{
    padding: 10px 0 5px 40px;   
    min-height:200px;
    width:455px;
    color:gray;
    font-size: 12px;
}

.form label 
{
    padding-bottom: 3px;
}

#footer
{
    width:100%;
    height: 50px;
    background-color: #464646;
    color:white;
    padding-top:15px;
}










