/*****************************************************************************************************/
/**************************************************************************************** contact us */

/********************************************** ContactUsButton */
input#ContactUsButton {
	background-color:transparent;

	border-style:solid;
	border-width:0px;
	border-color:rgb(255,255,255);

	width:144px;
	height:30px;

	outline:none;
	
	font-family: 'Belleza', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:rgb(255,255,255);
	line-height:30px;
	letter-spacing:1px;
	text-align:center;

	margin:0px
	padding:0px;

	cursor:pointer;

	-webkit-appearance: none;
    border-radius: 0;
}

/********************************************** ContactUsInput */
input.ContactUsInput {
	border-style:solid;
	border-width:1px;
	border-color:rgb(219,219,219);
	
	width:538px;
	height:26px;

	outline:none;
	
	font-family: 'Belleza', sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:rgb(18,18,18);
	line-height:14px;
	letter-spacing:0px;
	text-align:left;

	margin:0px;
	padding:0px 5px;
}

/********************************************** ContactUsMessageArea */
textarea.ContactUsMessageArea {
	border-style:solid;
	border-width:1px;
	border-color:rgb(219,219,219);
	
	width:538px;
	height:76px;

	font-family: 'Belleza', sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:rgb(18,18,18);
	line-height:15px;
	letter-spacing:0px;
	text-align:left;

	margin:0px;
	padding:5px 5px;

	resize:none;
}

/********************************************** ContactUsSelect */
.ContactUsSelect select {
	border-style:solid;
	border-width:1px;
	border-color:rgb(219,219,219);
	
	width:160px;
	height:28px;
	
	font-family: 'Belleza', sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:rgb(18,18,18);
	line-height:15px;
	letter-spacing:0px;
	text-align:left;
	
	/*-webkit-appearance: none;*/
}

/**************************************************************************************** contact us */
/*****************************************************************************************************/