@import url(http://www.mariavelascostudio.com/styles/global);

#news, #page {
	padding-left:230px;
	height:auto;
	overflow:hidden;
}

h2 {
	margin:1em 0 0 0;
}

h2 span {
	color:#c2c2c2;
}

blockquote {
	padding:.5em 20px;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
}

.sideImage {
	float:left;
	margin:16px 20px 20px 0;
}

label {
	float:left;
	width:200px;
	margin:.5em 0 .5em -220px;
	text-align:right;
	clear:left;
	font-weight:bold;
}

input, textarea {
	border:1px #c5c5c5 solid;
	height:1.5em;
	width:300px;
	float:left;
	margin:.5em 0;
}

input:hover, textarea:hover {
	border:1px #717171 solid;
}

textarea {
	height:200px;
}

input#submit {
	clear:both;
	width:100px;
	height:20px;
	background:#c5c5c5;
	cursor:pointer;
}

input#submit:hover {
	background:#717171;
	color:#ffffff;
}