@charset "utf-8";

/*              banner
=====================================================================*/

#page_container #banner_flash {
	height: 135px;
}

#page_container #banner {
	background-image: url(../img/contact/banner.gif);
	height: 135px;
}

#page_container #text  #text_container {
	margin-top: 18px;
}

/*              text
=====================================================================*/

.visit_link{
	font-family: Titillium, Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#999;
}
.visit_link a{
	color: #999;
	border-bottom: 1px solid #B2E5FF;
}

.visit_link a:hover{
	color: #666;
	border-bottom: #6CF 1px solid;
}

/*              project
=====================================================================*/
	

#main {
	width: 900px;
	height: 450px;
}

#form {
	width: 290px;
	float: left;
	height: auto;
	padding: 0 20px 0 0;
}
	
#right {
	width: 570px;
	height: auto;
	float: right;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px dashed #B4B4B4;
	padding: 0 0 30px 0;
}

#contact_info{
	width: 290px;
	height: auto;
	float: left;
	position: relative;
}

#right_last{
	width: 570px;
	height: auto;
	float: right;
	position: relative;
}

#vcard {
	width: 195px;
	height: auto;
	float: right;
	position: relative;
}


/*              form
=====================================================================*/


input {
	color: #000000;
	background: #F2F2F2;
	border: 1px solid #666666;
	width: 260px;
	height: 20px;
	margin-bottom: 10px;
}

textarea {
	color: #000000;
	background: #F2F2F2;
	border: 1px solid #666666;
	width: 260px;
}

.submit input {
color: #000000;
background: #cccccc;
border: 1px outset #333333
}