body.controller-contact div#main {
	border-left: 1px solid #CCC;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-top: -1px !important;
	padding-top: 20px;
    border-left: 1px solid #ccc;
}

body.controller-contact #view-top{
	margin-bottom:0;
}
.contact-header-text{
	margin-top: 20px;
}
.contact-from-body{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
    border:1px solid #ccc;
    background-color: #F5F5F5;
}
.contact-from-body .input{
	border-color: #cccccc;
	min-width: 394px;
}
.contact-from-body textarea{
	height: 120px;
}

.contact-from-header{
    background-color: #A6C700;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}

.contact-about-us{
	background: url('/static/img/modules/psy/question_mark.png') no-repeat;
	background-position: 13px 20px;
    float:left;
    border:1px solid #ccc;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 30px;
    margin-top:10px;
    margin-right:15px;
	min-height: 234px;
}
.contact-about-us p {
	max-width: 400px;
}

.contact-from-cont{
    float:right;
   /* margin-top: -20px;*/
   margin-top: 10px;
}

.contact-light{
    color: #808080;
}

.contact-inline{
    display: inline-table;
}

.contact-container{
	min-height: 425px;
}

img.contact-inline{
   padding-right: 5px; 
}

body.controller-contact div.separated {
	padding-bottom: 5px;
}