/*
#message-form-show {
    display: block;
    text-align: center;
    color:#393F42;
    cursor: pointer;
}

#message-form {
    width: 670px;
    background:none repeat scroll 0 0 #E2DFE2;
}

.msg_form_panel {
    height: 30px;
    width: 100%;
}

.msg_form_panel .msg_form_name {
    color: #393f42;
    font-size: 24px;
    margin-left: 10px;
    margin-top: 15px;
    text-shadow: 0 1px 1px #F7EDFA;
    float: left;
}

.msg_form_panel #msg-form-close {
    float: right;
    background: url(../images/admin/action_delete.png) no-repeat left 1px;
    margin-top: 5px;
    margin-bottom: 6px;
    margin-left: 7px;
    margin-right: 8px;
    height: 20px;
    width: 20px;
    cursor: pointer;

}

#msg-form-send {
    display: block;
    margin-left: 20px;
    padding-top: 5px;
    height: 20px;
    width: 100px;
    text-align: center;
    border: solid 1px;
    font-size: 16px;
    cursor: pointer;
    float: left;
}

.label_input {
	clear:both;
	float:left;
	width:120px;
	margin-top:9px;
	font-size:12px;
	line-height:12px;
    font-weight: bold;
    text-shadow:0 1px 1px #F7EDFA;
    color: #393f42;
}
.edit_input {
	margin-top:5px;
	border:1px solid #999;
	width:130px;
	float:left;
	font-size:12px;
	line-height:12px;
}
.edit_input_long {
	margin-top:5px;
	width: 500px;
	float:left;
    border:1px solid #b3b3b3;
    color: #393f42;
    background: #f7f7f7;
    font-size: 14px;
    font-weight: bold;
    text-shadow:0 1px 1px #F7EDFA;
    padding: 5px 10px;
}

.msg_form_error {
    font-size:10px;
    color: #ff3333;
    font-weight: bold;
    display: none;
    margin-left: 120px;
}

.msg_form_success {
    font-size:14px;
    color: #00cc99;
    font-weight: bold;
    display: none;
    margin-left: 130px;
}

#msg-form-loading {
    float: right;
    width: 140px;
    height: 21px;
    padding-top: 5px;
    margin-right: 15px;
    font-size: 18px;
    color: #ff3333;
    position: relative;
    display: none;
}

#msg-form-loading #load-image {
    background: url(../images/loading.gif) no-repeat left 1px;;
    height: 21px;
    width: 56px;
    float: right;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}*/

/*============= Message Form ============*/

.wrapper {
	background: grey;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 800px;
	min-height:600px;
}

.feedback_box{
	background: url('../images/feedback_box_bg.png') no-repeat;
	width: 590px;
	height: 373px;
	/*position:absolute;
	top:100px;
	left:100px;*/
	padding-left:26px;
	font-family: Arial, Helvetica, sans-serif;
    padding-bottom:10px;
}
.feedback_title{
	background: url('../images/feedback_title.gif') no-repeat;
	width: 243px;
	height: 38px;
	margin-top:14px;
	margin-bottom:9px;
}
.feedback_box .close_button{
	background: url('../images/close_button.gif') no-repeat;
	width: 10px;
	height: 11px;
	display:block;
	cursor:pointer;
	margin-top:10px;
	margin-right:13px;
}
.feedback_box .label{
	color:#393F42;
	font-size:15px;
	width:108px;
	padding-top:6px;
}
.feedback_box input.input_msg_form{
	color:#393F42;
	font-size:15px;
	border:1px solid #b3b3b3;
	width:425px;
	padding:5px 8px;
    margin: 0px;
}
.feedback_box textarea.textarea_msg_form{
	color:#393F42;
	font-size:15px;
	border:1px solid #b3b3b3;
	width:425px;
	padding:5px 8px;
	height:125px;
    margin: 0px;
}
.feedback_box .description{
	color:#ff3333;
	font-size:12px;
	margin-left:108px;
	margin-top:3px;
	margin-bottom:6px;
    display: block;
    height: 16px;
}
.submit_button{
	width: 96px;
	height: 28px;
	margin-left:108px;
    margin-bottom: 10px;
}
/*============= Message Form ============*/

/*======================== Positioning ======================*/

.clear{	clear:both; line-height:0px;}
.left{	float:left;}
.right{	float:right;}

/*==============================================*/

#message-form-show {
    display: block;
    text-align: center;
    color:#393F42;
    cursor: pointer;
    margin-left:35px;
}

#call_us {
    margin-left: 10px;
    float: left;
}