
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/



h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #713652;
}


a {
	color:blue;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

input, select{
width: 260px;
margin:15px 15px 40px;
padding: 10px 5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #cfcfcf;
-webkit-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
-moz-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
}


