#home_page
{
    margin-top:30px;
    width:100%;
    min-height:200px;
}
#home_content
{
    width:50%;float:left;
}
#sidebar
{
    width:50%;float:left;
}

#formbox
{
    margin-left:20px;margin-right:20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding:30px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f6f7), color-stop(100%, #bababa));
    background-image: -webkit-linear-gradient(#f8f6f7, #bababa);
    background-image: -moz-linear-gradient(#f8f6f7, #bababa);
    background-image: -o-linear-gradient(#f8f6f7, #bababa);
    background-image: linear-gradient(#f8f6f7, #bababa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f6f7', endColorstr='#bababa',GradientType=0 );
}
#formbox h1
{
    color: #302e2e; 
    font-style:italic;
    font-size: 18px; 
    font-weight: normal; 
    margin-bottom: 4px; 
    border-bottom:dotted 2px #302e2e;
    margin-right:15%;
    margin-bottom:25px;
}

#formbox input
{
    width:200px;
    height:40px;
    border:solid 1px black;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-top:0px;
    padding-left:25px;
    color:black;
}

#formbox textarea
{
    width:92%;
    padding-top:10px !important;
    border:solid 1px black;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-top:0px;
    padding-left:25px;
    color:black;
}

#formbox input[type=submit] {

    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000000), color-stop(100%, #303030));
    background-image: -webkit-linear-gradient(#000000, #303030);
    background-image: -moz-linear-gradient(#000000, #303030);
    background-image: -o-linear-gradient(#000000, #303030);
    background-image: linear-gradient(#000000, #303030);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#303030',GradientType=0 );
    color:white;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    width:120px;
    float:right;
    text-transform: uppercase;
    font-weight:bold;
}

.fb1
{
    width:50px !important;
    height:30px !important;
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding-top:0px !important;
    padding-left:25px !important;
    color:black !important;
}