
.contact_form_triangle
{
	height:38px;
	margin-top:20px;
	overflow:hidden;
	position:relative;
	top:4px;
}
.contact_form_triangle span
{
	display:inline-block;
	float:right;
	height:38px;
	width:66px;
	background-image:url('../images/contact_triangle2.png');
	margin-right:50px;
}

.contact_form
{
	clear:both;
	display:block;
	overflow:hidden;
	margin:0px;
	border:2px solid #005596;
	background-color:white;
	padding-bottom:30px;
	margin-right:20px;
}
.contact_form .float
{
	margin-right:30px;
	margin-top:30px;
	overflow:hidden;
	float:right;
}
.contact_form .float .space
{
	height:30px;
}
.contact_form .float label
{
	display:block;
	font-size:0.833em;
	color:white;
	font-weight:bold;
	display:none;
}
.contact_form .float input[type=text],
.contact_form .float select,
.contact_form .float textarea
{
	display:block;
	background-color:white;
	border:1px solid #56D7FF;
	border-radius:5px;
	color:#B8B8B8;
	font-size:16pt;
	width:245px;
	height:45px;
	line-height:45px;
	text-indent:10px;
}
.contact_form .float textarea
{
	height:120px;
	width:290px;
	text-indent:0px;
	padding:5px 10px;
	line-height:normal;
}
.contact_form .float.left
{
	float:left;
	margin:0;
	margin-left:10px;
}
.contact_form .float.wide
{
	clear:right;
}
.contact_form .float.wide label {font-size:10pt;}
.contact_form .float.wide #captcha_input,
.contact_form .float.wide #captcha_image,
.contact_form .float.wide canvas
{
	float:right;
	display:inline-block;
}
.contact_form .float input[type=submit]
{
	float:right;
	margin-right:155px;
	display:inline-block;
	width:290px;
	height:45px;
	border:1px solid #56D7FF;
	background-color:#56D7FF;
	border-radius:5px;
	color:white;
	font-size:1em;
	font-weight:bold;
}
.contact_form .float input[type=submit]:hover,
.contact_form .float input[type=submit]:focus
{
	border:1px solid black;
	background-color:black;
}


.contact_title .title
{
	text-align:center;
	color:#5c5c5c;
	font-size:1.333em;
	margin:40px 0px;
	display:none;
}
.contact_title .title span
{
	position:relative;
	z-index:1;
	display:inline-block;
	padding:0px 10px;
	background-image:url('../images/bg_white.jpg');
	background-color:white;
}
.contact_title .title_bar
{
	height:1px;
	background-color:#cfcfcf;
	position:relative;
	top:-50px;
	z-index:0;
	display:none;
}

.contact_block
{
	float:right;
	overflow:hidden;
	width:260px;
	text-align:center;
	margin-left:45px;
	margin-top:40px;
	margin-bottom:40px;
}
.contact_block#contact_block34
{
	margin-left:0px;
}
.contact_block img
{
	margin-bottom:20px;
}


.coffee_area
{
	overflow:hidden;
	clear:both;
	background-image:url('../images/coffe-texture-contact-page.jpg');
	display:none;
}
.coffee_area .img
{
	float:right;
	height:100px;
	width:120px;
	margin:30px 20px 30px 25px;
	text-align:center;
}
.coffee_area .img img
{
	max-height:100px;
	max-width:120px;
}
.coffee_area .content
{
	float:right;
	overflow:hidden;
	width:475px
}
.coffee_area .title
{
	display:inline-block;
	background-color:#30C7E2;
	color:white;
	font-size:1.666em;
	margin-top:30px;
	margin-bottom:5px;
}
.coffee_area .title span
{
	display:inline-block;
	margin:0px 10px;
}
.coffee_area .desc
{
	font-size:1.166em;
	color:#333333;
}
.coffee_area .list
{
	float:left;
	margin-left:40px;
	margin-top:30px;
}
.coffee_area .list .item
{
	overflow:hidden;
	height:30px;
	margin-bottom:2px;
}
.coffee_area .list .item img
{
	float:left;
	height:30px;
	width:30px;
}
.coffee_area .list .item .item_desc
{
	float:left;
	height:30px;
	width:160px;
	margin-left:2px;
	background-color:rgba(255,255,255,0.2);
}
.coffee_area .list .item .item_desc span
{
	float:left;
	font-size:0.833em;
	color:#333333;
	margin:6px;
}
