@charset "utf-8";
/* CSS Document */

@import url("import.css");

#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-image: url(../images/contact/contact-img.jpg);
	background-repeat: no-repeat;
	background-color: #232323;
	background-position: center 127px;
	float: left;
}
#cnt-menu {
	float: left;
	width: 217px;
}
#cnt-menu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 217px;
}

#cnt-menu li {
	float: left;
	width: 217px;
	margin: 0px;
	padding: 0px;
}
#menu-top {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 9px;
	width: 217px;
}
#menu-under {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 8px;
	width: 217px;
}

#cnt-main {
	margin-left: 19px;
	float: left;
	width: 408px;
	background-image: url(../images/about/cnt-back.png);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}
.red {
	color: #FF0000;
}

#company #profile {
	float: left;
	width: 50px;
}
#company #profile_text {
	float: left;
	width: 338px;
}

#company {
	float: right;
	width: 388px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#cnt-main  #company li {
	float: left;
	margin-bottom: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 388px;
	color: #FFFFFF;
	margin-top: 5px;
}


#main_img {
	height: 121px;
}
#form-text {
	font-size: 11.5px;
	line-height: 15px;
	color: #FFFFFF;
	width: 388px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form_table {
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.form-cell-l {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
}
.form-cell-r {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
}
