/***** FORM STANDARD ******/
form {
	margin:0;
	padding: 5px 0 0 10px;
}
label {
	float:left;
}
input, select, textarea {
	background-color:#b4b3b3;
	border: none;
	float:left;
	margin:0;
	padding:0;

}
textarea {
	overflow:auto;
}
form div.hiddenField {
	display:none;
}
.formRow {
	width: 100%;
	height: 100%;
	padding: 0 0 5px 0 ;
}
.submitRow {
	position: absolute;
	float: none;
	margin:0;
	padding: 0;
	right:0;
	bottom: 0;
}


/***** MAIN CONTACT FORM ******/


#contactFormContainer {
	position: relative;
	float: right;
	width: 247px;
	min-height: 232px;
	margin: 0;
	top: 3px;
	right: 10px
}

#contactFormTop {
	position: relative;
	background: url(../images/form-container-top.gif) no-repeat center bottom;
	width: 247px;
	height: 41px;
}

#contactFormMiddle {
	position: relative;
	background: url(../images/form-container-middle.png) repeat-y center;
	width: 247px;
	height: 100%;
}
* html #contactFormMiddle {
	background: url(../images/form-container-middle.gif) repeat-y center;
}

#contactFormMiddle p {
	padding: 10px 20px;
	margin: 0;
	color: #696969;
}

#contactFormBase {
	position: relative;
	background: url(../images/form-container-base.png) no-repeat center top;
	width: 247px;
	height: 13px;
}

* html #contactFormBase {
	background: url(../images/form-container-base.gif) no-repeat center top;
}

#contactForm {
	position: relative;
	width: 245px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #565656;
}


#contactForm form {
	padding-left: 15px;
}

#contactForm label {
	width: 75px;
}

#contactForm input, #contactForm select {
	width: 145px;
	background-color: #ffffff;
	border: 1px solid #696969;
}
#contactForm textarea {
	height: 50px;
	width: 217px;
	background-color: #ffffff;
	border: 1px solid #696969;
}

#contactForm input.submit {
	position: relative;
	float: left;
	width: 80px;
	text-align: center;
	border: none;
	right: 10px;
	top: 3px;
	z-index: 100;
}

#contactForm .submitRow {
	position: absolute;
	float: none;
	margin:0;
	padding: 0;
	right:0;
	bottom: 0;
}
