﻿
#logo
{
    background: url(../../images/logo.gif) no-repeat;
    width: 159px;
    height: 39px;
    margin-left: 40px;
    margin-top: 15px;
    float: left;
}

a.btnSignUp
{
    background: #3a3a3a;
    color: #ffffff;
    text-decoration:none;
}
a.btnSignUp:hover
{
    background-image: linear-gradient(to bottom,#fe8e14,#ff6600);
    color: #ffffff;
}
#main
{
    /*width: 650px;*/
    margin: 0 auto;
}

.form
{
    float: left;
    background: #ffffff;
}

#container p
{
    /*margin: 20px auto;*/
}
h2
{
	font-size:24px;
	line-height:39px;
	color:#444;
}

.input_wide
{
    width: 380px;
}
.option
{
    border: 1px solid #efefef;
    padding: 0 10px 10px 10px;
    margin: 20px 0 20px 30px;
}

