﻿html { font-family: verdana, arial, sans-serif; font-size: 14px; line-height:16px; color:#4C4E5E; }

body{
    margin: 0 auto;
    width:960px;
}

#formTitle, .title, h1
{
    font-size: 25px; color: #333490 !important; line-height:30px; font-weight:100;
}

#content_body{
    width:100%;
}

#content_body p { font-size: 14px; line-height:16px; color:#4C4E5E; }

#content_chp{
    margin:0;
    padding:25px 75px;
}

#container {
    width: 100%;
    overflow:hidden;
}

input[type="text"], textarea, select{
    padding: 5px;
    width: 50%;
    border: 1px solid #4c4e5e;
    margin: 10px 0;
    font-size: 14px;

}

input[type="submit"], input[type="reset"] {
    border: 1px solid #4c4e5e;
    background-color: #fff;
    padding: 5px 10px;
    color: #4c4e5e;
    text-transform: uppercase;
}

#content {
    overflow: hidden;
}
#content_chp {
	
}
#content_main {
	
}


@media screen and (max-width: 760px) {
    body{
        margin: 0 auto;
        width:100%;
    }
    input[type="text"], textarea, select {
        padding: 5px;
        width:95%;
        border: 1px solid #4c4e5e;
        margin: 10px 0;
        font-size: 14px;
    }

    #content, #content_chp{
        padding: 10px;
    }
}



