/* CSS Document */

#contactdetails  {
	height: 80%;
	width:100%;
	padding:0px;
	margin:0px;
	border: 0px;
}
#ourcontact {
	margin:0px;
	border: 0px;
	background: red;
	}
.fieldset1 {
	margin:0px;
	margin-top:5px;
	border: 0px;
	padding:0px;
	padding-bottom:5px;
	background: #ccc;
}
.fieldset2 {
	width:70%;
	margin:15px 0px;
	/*border: 2px solid black;*/
	padding:0.75em;
	border:0;
}
.required {
	font-size: 0.75em;
	color:#760000;
	}
 .fieldset1 .legend1 ,#ourcontact .legend1{
	font-size:1.15em;
	font-weight:bold;
	color:#000;
	padding-bottom:5px;
}

.fieldset1 label {
	margin-left:10px;
	font-size:0.95em;
	float: left;
	width:20%;
	color:#000;
}
.fieldset1 input {
	width:50%;
	}
	.block{
	width:48%;
	float:left;
	padding-top:0.4em;
	}