
.contact_form_triangle
{
	height:25px;
	margin-top:20px;
	overflow:hidden;
}
.contact_form_triangle span
{
	display:inline-block;
	float:right;
	height:25px;
	width:55px;
	background-image:url('../images/contact - blue triangle.PNG');
	margin-right:50px;
}

.contact_form
{
	clear:both;
	display:block;
	overflow:hidden;
	margin:0px;
	background-color:#30C7E2;
	padding-bottom:30px;
}
.contact_form .float
{
	margin-right:30px;
	margin-top:30px;
	overflow:hidden;
	float:right;
}
.contact_form .float .space
{
	height:12px;
}
.contact_form .float label
{
	display:block;
	font-size:0.833em;
	color:white;
	font-weight:bold;
}
.contact_form .float input[type=text],
.contact_form .float select,
.contact_form .float textarea
{
	display:block;
	background-color:#82DDEF;
	border:0;
	color:black;
	font-size:0.833em;
	width:220px;
	height:35px;
}
.contact_form .float textarea
{
	height:100px;
}
.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
{
	float:right;
	display:inline-block;
}
.contact_form .float input[type=submit]
{
	float:right;
	margin-right:290px;
	display:inline-block;
	width:110px;
	height:35px;
	border:1px solid white;
	background-color:white;
	color:#30C7E2;
	font-size:1em;
	font-weight:bold;
}
.contact_form .float input[type=submit]:hover,
.contact_form .float input[type=submit]:focus
{
	background-color:#30C7E2;
	color:white;
}


.contact_title .title
{
	text-align:center;
	color:#5c5c5c;
	font-size:1.333em;
	margin:40px 0px;
}
.contact_title .title span
{
	position:relative;
	z-index:1;
	display:inline-block;
	padding:0px 10px;
	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:15px;
	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');
}
.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;
}
