form {
  font-size: 1.2em;
	width: 40em;
}

form p {
  position: relative;
	width: 100%;
}


/* style for  labels */
label {
	float: left;
	width: 12em;
}

/* style for required labels */

/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 240px;
	  width: 13em;

  right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(../images/error.png) no-repeat left top;
}

label .feedback3 {
	position: absolute;
	margin-left: 11em;
	left: 180px;
	  width: 27em;

  right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
	background: url(../images/error.png) no-repeat left top;
}

#forgotten_email {margin-left: 50px;}

label p .feedback2 {
position: relative;
width: 100%;
}

label .feedback2 {
	position: absolute;
	margin-left: 16em;
	margin-top: -0.5em;
	left: 190px;
	  width: 23em;
  right: 0;
	font-weight: bold;
	color:#760000;
}

label#email {height: 95px;	width: 8em }
/* :KLUDGE: Explicitly set the width for IE6- */

input {
  width: 200px;
}

img {
	position: absolute;
	margin-left: 12.2em;
	left: 0;
	  right: 0;

}
input[type="text"], input[type="password"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
input.textfield, textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
    input.button {
	float:left;
	  width: auto;
      color: #fff;
      background: #0148B2;
      font-weight: bold;
      border: solid 2px #999;
	  display:inline;
    }

input.radio, input.checkbox {
  width: auto;
}

/* style form elements on focus */
input[type="text"]:focus, input[type="password"]:focus,textarea:focus {
	background: #ffc;
}

input.radio {
  float: left;
	margin-right: 1em;
}

textarea {
	width: 300px;
	height: 100px;
}

/* Date of Birth form styling */


/*#favoriteColor p {
	margin: 0.3em 0;
}*/

