/* -------------------------------------------
Main style sheet for Message Hub website 

created: November 2006
author: Brett Chaney
website: http://www.thegoodwebcompany.com
------------------------------------------- */

form {
	width: 440px;
}

/* fieldset styling */
fieldset {
	margin: 0 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color: #F5F5F5;
	_padding-bottom: 0;
}

/* legend styling */
legend {
	font-weight: bold;
}

form p {
	position: relative;
	width: 100%;
}

form p.radioP {
	position: relative;
	width: auto;
	float:left;
	margin-top: -20px;
}

/* style for  labels */
label {
	float: left;
	width: 150px;
	text-align: left;
}

label.radioLabel {
	float: left;
	text-align: left;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
label .required {
	font-size: 0.83em;
	color:#760000;
}

/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
  	right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(images/error.png) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
	  width: 10em;
}

input {
	  width: 248px;
	  border: 1px solid #919191;
	  font-family: Arial, Helvetica, sans-serif;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input[type="text"], textarea {
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	border-bottom: 1px solid #919191;
	border-right: 1px solid #919191;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

input.submit {
	width: 80px;
	font-size: 12px;
	color: #3c3c3c;
	margin-left: 152px;
}

input.submitDemo {
	width: 120px;
	font-size: 12px;
	color: #3c3c3c;
	margin-left: 152px;
}

input.submitCallBack {
	width: 126px;
	font-size: 12px;
	color: #3c3c3c;
	margin-left: 0;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}

input.radio {
	float: left;
	margin-right: 1em;
	border: none;
}

input.tickbox1 {
	width: 15px;
	border:0px;
	margin-left:0px;
}


input.tickbox2 {
	width: 20px;
	border:0px;
	margin-left:150px;
}

textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #919191;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Date of Birth form styling */

#monthOfBirthLabel, #yearOfBirthLabel {
  	text-indent: -1000em;
	width: 0;
}

#dateOfBirth {
  	width: 3em;
	margin-right: 0.5em;
}

#monthOfBirth {
  	width: 10em;
	margin-right: 0.5em;
}

#yearOfBirth {
  width: 5em;
}

/* Color form styling */
#favoriteColor {
  	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#favoriteColor h2 {
  	width: 10em;
	float: left;
	font-size: 1em;
	font-weight: normal;
}

#favoriteColor div {
  	width: 8em;
	float: left;
}

#favoriteColor label {
  	/*width: 3em;*/
	float: none;
	display: inline;
}

/*#favoriteColor p {
	margin: 0.3em 0;
}*/