@charset "UTF-8";
/* CSS Document */


.clear {
  clear: both;
}

/* fieldset styling */
fieldset {
	
	padding: 1em;
	border : 1px solid #ccc;
	background:#F2F2F2;
	
}



form p {
	width: 100%;
}

legend {
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
	background:#F2F2F2;
	}

/* style for  labels */
label {
	float: left;
	width: 10em;
}
.widelabel label {
	float: left;
	width: 16em;
}



input.inline{
	
	
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
label .required {
	font-size: 0.83em;
	color:#760000;
}


/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

input {
  width: 150px;
}

input[type="text"], textarea {
}

input.radio, input.checkbox, input.submit, input.zipcode, input.street, input.town  {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #FFF;
}

input.radio {
  float: left;
	margin-right: 1em;
}

textarea {
	width: 400px;
	height: 150px;
}

/* 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;
}*/

#loginform {
	margin:0 auto;

}

