form {
  font-size: 1.4em;
	width: 30em;
}

#contactform {
	width:370px;
	  	margin:20px 10px 5px 0px;
		padding-left:15px;
	  float: left;
}

#contactform2 {
	width:370px;
	  	margin:20px 10px 5px 0px;
		padding-left:15px;
	  float: left;
}

#contactform3 {
	text-align:center;
}

#pcr_form1 {
	text-align:center;
	width:170px;
	margin:70px 0px 5px 0px;
	padding:0;
	float: left;
	
}

#pcr_form1 form {
  font-size: 1.4em;
	width: 170px;
}

#pcr_form1 fieldset {
	background-color:#ccc;
	padding:5px;
	margin:0;
	width:170px;
	border : 4px solid #fff;
	float: left;
	text-align:center;

}

#pcr_form1 p {
	width: 150px;
	margin-top:10px;
	padding:0px;

}

#pcr_form1 input {
	margin-left:32px;
	width:120px;
}

#pcr_form1 label {
	text-align:center;
	width: 190px;
}

/* fieldset styling */
fieldset {
	margin: 0em 0 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
background-color:#F5F5F5;
}

/* legend styling */
legend {
	font-weight: bold;
}

form p {
  position: relative;
	width: 100%;
	margin-top:10px;
}

/* style for  labels */
label {
	float: left;
	width: 10em;
}


/* style for required labels */
label .required {
	font-size: 0.83em;
	color:#760000;
}

/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 7em;
	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: 200px;
}
#contactform2 input {
  width: 150px;
}


input.text, input.password, textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}



textarea {
	width: 200px;
	height: 100px;
}


