﻿/****************************************************/
/* Designed by Cloud One Design						*/
/* www.cloud1design.com								*/
/****************************************************/
.boxForm 
{
	float: left;
	width: 450px;
	padding-top: 20px;
	padding-left: 55px;
}
.boxForm .formItem 
{
	clear: both;
	background: url(Images/form-field-bg.png) top left no-repeat;
	width: 500px;
	height: 39px;
	padding-bottom: 3px;
}
.boxForm .formItemTextArea 
{
	clear: both;
	background: url(Images/form-textarea-bg.png) top left no-repeat;
	width: 500px;
	height: 130px;
	padding-bottom: 3px;
}
.boxForm .label 
{
	float: left;
	width: 70px;
	padding-left: 10px;
	color: #00919F;
	font-style: italic;
	font-size: 14px;
	line-height: 36px;
}
.boxForm .label span,
.boxForm .labelSecurity span 
{
	color: #EE5924;
	font-weight: bold;
	font-size: 18px;
}
.boxForm .field 
{
	float: left;
}

.boxForm .field input[type='text']
{
	background-color: #def4f7;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 8px 0;
	/*width: 200px;*/
	font: 14px Trebuchet MS;
	color: #028A91;
}
*html .boxForm .field input
{
	background-color: #def4f7;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	padding: 8px 0;
	/*width: 200px;*/
	font: 14px Trebuchet MS;
	color: #028A91;
}
.boxForm .field textarea 
{
	width: 280px;
	border: 0;
	margin-left: 10px;
	background-color: #def4f7;
	font: 14px Trebuchet MS;
	color: #028A91;
}
.boxForm .message 
{
	float: left;
	padding-top: 6px;
	padding-left: 50px;
	font-size: 14px;
}
.boxForm .labelMessage
{
	clear: both;
	width: 200px;
	padding-left: 10px;
	color: #00919F;
	font-style: italic;
	font-size: 14px;
	line-height: 39px;
}
.boxForm .labelSecurity 
{
	float: left;
	width: 180px;
	padding-left: 10px;
	color: #00919F;
	font-style: italic;
	font-size: 14px;
	line-height: 36px;
}
/******** Send Button  *****************************/
.buttonSend
{
	clear: both;
	height: 39px;
	width: 314px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 39px;
}
a.buttonSend
{
	background: url(Images/send-button-bg.png) no-repeat top left;
	color: #fff;
	text-decoration: none;
}
a.buttonSend:hover
{
	background: url(Images/send-button-bg.png) no-repeat bottom left;
	color: #F9CFC0;
	text-decoration: none;
}
/************************************************/
.boxAddress 
{
	float: left;
	width: 200;
}