
#contactform {
	width: 400px;
	margin-top: 25px;
	float: right;
}
form {margin-top:10px;}
#contactform input, #contactform textarea {
	padding: 5px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #95dbea;
}

#contactform textarea {
	height: 90px;
}

#contactform textarea:focus, #contactform input:focus {
	border: 2px solid #c8d971;
}

#contactform button {
	width: 90px;
	float: right;
	margin-right: 45px;
	border: none;
	background-image: url(http://jessica-designs.com/images/btn_send.gif);
	background-repeat: no-repeat;
	height: 40px;
	display: block;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 75px;
	padding-top: 5px;
	font-size: 1.4em;
}
.spacer{clear:both; height:1px;}

fieldset {
border: 0;}

/*VERIFICATION STYLE*/
#msg {display:none; position:absolute; z-index:200; background:url(http://www.jessica-designs.com/images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {
	display:block;
	background:#FFCC80;
	border-left:2px none #FF6600;
	padding:5px;
	min-width:150px;
	max-width:250px;
	color: #FF6600;
	border-top: 2px solid #FF6600;
	border-right: 2px solid #FF6600;
	border-bottom: 2px solid #FF6600;
}
