@CHARSET "UTF-8";

p.instructions {
	margin-top: 25px;
	background-color: #fef0d9;
	padding: 10px 100px;
	border: 6px solid #ef5da2;
	border-width: 6px 0px 6px 0px;
	text-align: justify;
}

.element input,.element textarea{
	float: left;
	margin-left:15px;
}

.element{
width:300px;
}

label{
	float:right;
	margin-right:30px;
	}
	
.highlight input, .highlight textarea{
	background-color:#FFCCCC;
	}
