/*====================================
               COMMON
=====================================*/

#content_contact {
	position: relative;
	z-index: 500;
	width: 950px;
	height: 515px;
	padding-top: 25px;
	background: url(img/bg_contact.jpg) no-repeat;
}

* html #content_contact {
	height: 540px;	
}

h2 {
	padding: 25px 0 0 40px;
	margin-bottom: 40px;
}

#contactbox {
	padding-left: 80px;
}

#contactbox .left {
	width: 266px;
	float: left;
}

#contactbox .left p {
	margin-bottom: 5px;
	line-height: 140%;
}

#contactbox .right {
	width: 340px;
	float: left;
	margin-left: 100px;
}

#contactbox .right .head {
	margin-bottom: 10px;
}

#contactbox .right .label {
	font-weight: bold;
	margin-bottom: 3px;
}

#contactbox .right .form_inp {
	margin-bottom: 17px;
}

#contactbox .right .form_inp input {
	width: 100%;
	background: #ffffff;
	border: none;
	padding: 3px;
	color: #333333;
}

#contactbox .right textarea {
	width: 100%;
	padding: 3px;
	background: #ffffff;
	border: none;
	height: 100px;
	margin-bottom: 10px;
}

#contactbox .right .comfirm {
	margin-bottom: 5px;
}

#contactbox .right .form_btn input {
	background: #ffffff;
	padding: 3px 10px;
	border: none;
	font-weight: bold;
}


/*====================================
               CLEARFIX
=====================================*/

.group:after,
#contactbox:after
{
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
}

.group,
#contactbox
{
	display: inline-block;
}

/*\*/
* html .group,
* html #contactbox
{
	height: 1%;
}

.group,
#contactbox
{
	display: block;
}
