/* Form Style Sheet Document */

/*--------------------------------------------------------------------------------------------------------------
Version: 	1.0 (Standard browsers - IE6+)
Author:		Mlaforest (Connetik Interactive)
Email: 		info@connetik.com
Website:	http://www.connetik.com
Legend:		:TODO: Remember to remove this rule before the site goes live
			:KLUDGE: I managed to fix this problem in IE by setting a small negative margin
			:BUG: Rule breaks in IE6
--------------------------------------------------------------------------------------------------------------*/


/* Main Fieldset
---------------------------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #363839;
	background: transparent;
}
legend {
	color: #d6d6d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
label {
	float: left;
	width: 100px;
}
#sidebarForm label {
	float: left;
	width: 70px;
}
#sidebarForm label.large {
	float: left;
	width: 15em;
}
input, textarea {
	width: 175px;
	border: 1px solid #363839;
}
#sidebarForm input, #sidebarForm textarea {
	width: 145px;
	border: 1px solid #363839;
}
select {
	border: 1px solid #363839;
}
input.radio {
	float: left;
	margin-right: 0.5em;
	width: auto;
	border: solid 0 transparent;
}
.ratings {
	float: left;
	margin-right: 0.5em;
	text-align: center;
}
input.radioSurvey {
	float: left;
	margin-left: 5px;
	width: 80px;
	border: solid 0 transparent;
}
input.checkbox {
	float: left;
	margin-right: 0.5em;
	width: auto;
	border: solid 0 transparent;
}
fieldset p {
	margin: 0.5em auto;
}
input.submit {
	border: 1px solid #4c4c4c;
	background-color: #313131;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
input.submit:hover {
	border: 1px solid #4c4c4c;
	background-color: #444444;
	color: #fdc57f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	cursor: pointer;
}
.txtbox {
	width: 175px;
	height: 20px;
}
.txtarea {
   border: 1px solid #51778b;
}
/* Radio Buttons Fieldset
---------------------------------------------------------------*/

#contactMethod {
	border: solid 0 transparent;
	padding: 0;
	margin: 0;
}
#contactMethod p {
	margin: 0.2em auto;
}
#contactMethod legend {
	color: #d6d6d6;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	font-size: 1.3em;
	font-weight: bold;
}
#contactByEmail label, #contactByPhone label {
	width: 6em;
	float: left;
}
.surveyQuestion {
	width: 200px;
	float: left;
	height: 40px;
}