/*---------------------------------------------------------
version:1.2
author: Andrew Sherman
Company: VisualBlaze
File: smg.form.css
Date: 01/15/09
//additions - contactForm styles
-----------------------------------------------------------*/


 fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

 legend {
	font-weight: bold;
	color: #000000;
}

 label {
	/*display: block;*/
	float: left;
	width: 12em;
	margin-right: 2px;
}

 input{
	width: 300px;
	margin-bottom: 5px;
}

 select {
	margin-bottom: 5px;
}


 textarea {
	width: 300px;
	height: 100px;
}


 .formSubmit {
	display: inline;
	width: 115px;
	height: 25px;
	margin-top: 10px;
	/*margin-right: 50px;*/
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #98012E;
	float: right;
}

 input.radio, input.radio2, input.checkbox, select {
	width: auto;
}

 input.radio {
	float: left;
	margin-right: 1em;
}

/*attribute selector for FF - default input colour fades with white*/

 input[type="text"], textarea, input, select, input.checkbox {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}



 input:focus, textarea:focus, select:focus {
	background: #ffc;
}

/*--------------
=career form/app
--------------*/

/*areas of expertise*/
#expertise_otherLabel {
	width: auto; 
	margin-right: 100px;
	font-weight: bold;
	float: right; 
}

#expertise_other {
	width: 260px; 
	margin-left: 20px;
	float: left; 
	clear: right;
}

/*background - [years of experience]*/
/*checkbox - label - input[years]*/

.careerBgCheck {
	display:inline;
	width: auto;
	margin-right: 15px;
	float: left;
	clear: both;
}

/*careerBg checkbox label*/
label.careerBgLabel {
	display: inline;
	width: 80px;
	margin-top: 5px;
	float: left;
}

/*careerBg years input*/
input.careerBgYearsInput {
	display: inline;
	width: 55px;
	margin-top: 2px;
	color: #999;
	float: left;
}

/*careerBg - other textarea*/
textarea#background_other_explanation {
	width: 250px;
	height: 95px;
	margin-left: 20px;
	color: #999;
}

/*start date cal styles*/

#startdate_display {
	width: 90px; 
	height: 16px; 
	padding: 2px 0; 
	margin: auto 0; 
	border: 2px #f0f0f0 inset; 
	font-size: 13px; 
	float: left;
	clear: none; 
}

/*how found synergy*/

#howfound_referral_textLabel, #howfound_other_textLabel {
	width: auto; 
	margin-left: 20px;
	font-weight: bold; 
}

#howfound_referral_text, #howfound_other_text {
	margin-left: 20px;
	float: left;
}

/*----------
=contact form
------------*/
/*radio*/
#gotcha1, #gotcha2 {
	display:inline;
	width: auto !important;
	margin-right: 15px;
	border: none;
	background: none;
	float: left;
	
}

#gotcha2 {
	margin-left: 45px;
}



