#contactdetails  {
	height: 500px;
	width: 70%;
	padding:0px;
	margin:0px;
	margin-left:15%;
	border: 0px;
}
#ourcontact {
	margin:0px;
	margin-top:3px;
	border: 0px;
	padding:1em;
	background: #ccc;
	}
.fieldset1 {
	margin:0px;
	margin-top:3px;
	border: 0px;
	padding:0px;
	padding-bottom:5px;
	background: #ccc;
}
.fieldset2 {
	width:70%;
	margin-bottom:15px;
	/*border: 2px solid black;*/
	padding-top:0.75em;
	border:0;
	
}

.required {
	font-size: 0.75em;
	color:#760000;
	}
 .fieldset1 .legend1 ,#ourcontact .legend1{
	font-size:1.25em;
	font-weight:bold;
	color:#000;
	padding-bottom:15px;
	line-height:2em;
}

.fieldset1 label {
	margin-left:10px;
	font-size:0.95em;
	float: left;
	width:20%;
	color:#000;
}
.fieldset1 input {
	width:30%;
	}
	
input:focus, textarea:focus {
	background: #ffc;
}
textarea {
	width:50%;
	height:120px;
}
	