/* below line is used for online google font */
@import url(http://fonts.googleapis.com/css?family=Raleway);

hr{
margin: 10px -50px;
border: 0; 
border-top: 1px solid #000;
}

span{
color:red;
text-align:left;
}

input[type=text],textarea {
	width: 310px;
	height: 40px;
	padding-left: 5px;
	margin-bottom: 2px;
	margin-top: 0px;
	border: 1px solid #000;
	color: #4f4f4f;
	font-size: 16px;
	border-radius: 5px;
}

textarea{
	resize:none;
	height:60px;
}

/* -------------------------------------
    CSS for sidebar (optional) 
---------------------------------------- */
.formget{
	float:right;
}

