
body{
	font-size: 14px; /* Resets 1em to 10px */
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: none;
	color: #c4c4c4;
	}
.forms{border:1px white solid;background-color:#292929;width:500px;min-height:300px;}
.forms-close{background-color:#701E5B;height:30px;}
.forms-close h4{float:left;margin:5px 0 0 10px;color:white;font-weight:normal;}
.forms-close a{background: url(images/close-button.png) no-repeat;
width: 18px;
height: 17px;
float:right;
margin:5px 5px 0 0;
text-indent:-999px;
}
.forms-entry{padding:10px;}


