/*GENERAL FORM STYLES
********************************************************/

form input.textfield, form textarea {
	border: 1px solid #ccc;
	padding: 4px 3px;
	background-color: #f7f7f7;
	color: #000;
	width: 480px;
}
form input.textfield1{
	border: 1px solid #ccc;
	padding: 4px 3px;
	background-color: #f7f7f7;
	color: #000;
	width: 220px;
}

form p {
	font-size: 1.1em;
}

form span.req {
	color: #cc0033;
	margin-left: 3px;
	font-size: 12px;
}


/*SEARCH BOX
********************************************************/

div#search {
	width: 126px;
	height: 19px;
	position: absolute;
	z-index: 5;
	top: 15px;
	right: 0px;
	background: transparent url('../images/layout/bgSearch.png') center center no-repeat;
}

form#searchForm {

}

form#searchForm input.textbox {
	width: 90px;
	height: 17px;
	margin: 0;
	padding: 1px 5px;
	border: 0px;
	background-color: transparent;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #777;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

form#searchForm input.button {
	width: 14px;
	height: 15px;
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	position: absolute;
	z-index: 2;
	top: 2px;
	right: 4px;
}



/*CONTACT US FORM
********************************************************/

form#contactUsForm {
	padding: 10px 0 20px 0;
}

form#contactUsForm label {
	display: block;
	float: left;
	width: 160px;
	padding: 3px 0 0 0;
}

form#contactUsForm label textarea {
	float: none;
	overflow: hidden;
	width: 440px;
	height: 180px;
}

form#contactUsForm input.textfield, form#contactUsForm textarea {
	width: 280px;
}

form#contactUsForm textarea {
	height: 180px;
	width: 440px;
}

form#contactUsForm input.button {
	 margin: 15px 0 0 328px;
}


/*SEARCH COMPONENT
********************************************************/
div#dcCom_twSearch div#dcCom_twSearchForm {
	border:1px solid #ccc;
	background-color:#e5e5e5;	
}

div#dcCom_twSearch form table {
	margin:10px;
	padding:10px;
	
}

div#dcCom_twSearch form table td, div#dcCom_twSearch form table th {
	margin:5px;
	padding:5px;
}
