#myform {
	width:556px;
	float:left;
	position:relative;
	margin-left:150px;
}
#myform p {
	font-size :0.8em;
	padding-bottom:15px;
	color:#5E6D70;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E6D70;
	margin-bottom:15px;
}

#myform h4 {
	font-size :0.7em;
	font-weight:bold;
	padding-bottom:15px;
	color:#5E6D70;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E6D70;
	margin-bottom:15px;
}
#myform .columns {
	width:250px;
	float:left;
	position:relative;
	height:auto;
	margin-right:10px;
}

#myform li {
	font-size: 0.9em;
	line-height: 1.6em;
	list-style-position: inside;
	color: #CC0000;
}

#myform ul, ol {
	padding-bottom: 10px;
}

#myform label {
	float: left;
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-bottom: 5px;
}	
#myform input, #myform textarea {
	padding: 4px;
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #424e4f;
	margin-bottom: 5px;
	border: 1px solid #5E6D70;
}
#myform select {
	margin-bottom: 10px;
	font-size: 1em;
	border: 1px solid #ababab;
}
#myform textarea {
	height: 120px;
	float:left;
	width:286px;
	
	
}
#myform #Signup, #myform #Send, #myform #Submit {
	width: 100px;
	float:right;
	color:#555030;
	margin-top:5px;
	clear:both;
	background-color:#FFFFFF;
	font-weight:bold;
}
