@charset "UTF-8";
form {
	width: 100%;
	margin: 1px;
}
form#workPageForm {
	margin:0;
}
fieldset {
	margin: 0;
	padding: 0 5px 5px 0;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); 
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee);*/
	position: relative;
}
#contactWrap {
	border: 1px dotted #ffc20e;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
    border-top-left-radius:20px;
	}
legend {
	margin-left:0;
	color: #39c;
	padding: 0;
}
legend span {
	font-family: 'Droid Sans', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	position: absolute;
	margin: 5px 0 15px 0;
	left: 10px;
	top: 0px;
	font-size: 1.4em;
	line-height: 1em;
	color: #ec8807;
	font-weight: bold;
}
fieldset.submit {
	padding: 0;
}
label {
	display: block;
	font-family: 'Droid Sans', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 1.0em;
	line-height: 1.0em;
	display: block;
	margin: 15px 0 0 0;
	padding: 0;
	color: #58595b;
}
label.error, span.error {
	color: #f00;
	text-transform: none;
	font-size: 1em;
	letter-spacing: 0;
	margin-top: 5px;
	float: right;
	display: block;
}
span.error  {
	float: left;
	font-weight: bold;
	font-size: 1.4em;
}
.text, .textarea, .select {
	width: 90%;
	padding: 5px;
	font-size: 1.0em;
	color: #333;
	font-family: 'PT Sans Narrow', arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
	}
.text, .textarea {
	letter-spacing: 2px;
	outline: none;
	border: 1px solid #ccc;
	background: #ffffff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee); /* for firefox 3.6+ */
}
.text:focus, .textarea:focus, .select:focus {
	border: 1px dashed #669dcc;
	background: #ffffff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1f1ff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1f1ff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #e1f1ff); /* for firefox 3.6+ */
}
.textarea {
	font-weight: bold;
	width: 95%;
	height:150px;
}
.select {
	font-weight: bold;
	font-size: 1.0em;
	background-image: none;
	outline: none;
	border: 1px solid #ccc;
	background: #ffffff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #eeeeee); /* for firefox 3.6+ */
}
.checkbox, .radio {
	margin: 0 3px 0 0;
}
.a_tooltip {
	display: block;
	height:12px;
	width:12px;
	background:url(../images/icon_tooltip.png) no-repeat;
	float: left;
	margin-right: 5px;
}
.radioText, .checkText {
	font-size: 1.3em;
	font-weight: bold;
	color: #909;
	margin: 0;
	padding: 0;
}
.checkText {
	font-weight: normal;
	color: #111;
	line-height:1.3em;
}
fieldset.submit .tableForm {
	margin: 0;
}
.tableForm {
	margin: 10px;
	padding: 0;
	width: 98%;
}
.tableForm td {
	margin: 0;
	padding: 5px 10px;
}
.tableForm td p, .tableForm td blockquote {
	font-size:1.0em;
}
input.submit {
	display: block;
	margin: 0;
	padding: 5px 10px;
	overflow: hidden;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	text-align: center;
	background: #006ecc; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#669dcc', endColorstr='#006ecc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#669dcc), to(#006ecc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #669dcc,  #006ecc); /* for firefox 3.6+ */
	border: 1px solid #006ecc;
	color: #fff;
	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	outline: none;
	cursor: pointer;

}
input.submit:hover {
	background: #006ecc; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006ecc', endColorstr='#004c8d'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#006ecc), to(#004c8d)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #006ecc,  #004c8d); /* for firefox 3.6+ */
	border: 1px solid #2e4f6b;
	color: #fff;
}
ul.threeColumn, ul.twoColumn, ul.oneColumn {
	margin:5px 0 8px 0;
	padding:0;
	list-style:none;
}
ul.threeColumn li, ul.twoColumn li, ul.oneColumn li {
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	width:33%;
	float:left;
}
ul.twoColumn li {
	width: 50%;
}
ul.oneColumn li {
	width: 100%;
}
span#requiredField {
	font-weight: bold;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #f00;
}