body {
	width: 720px;
	left:150px;
	text-align: left;
	border-style: 1px dotted;
}

#wrapper {
	background : #FFFFCC;
}

#label {
	/*positioning */
	
	/*decoration */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#textbox {
	#float: right;
}

#infoitem {
	/*positioning */
	left: 25px;
	top: 10px;
	
	/*decoration */
	
}

#actionitem {
	/*positioning */
	top: -5px;
	left: 550px;
	
	/*decoration */
	width: 150px;
}

#bigtext {
	top: -5px;
	font-family : "Times New Roman", Times, serif;
	font-size : 45px;
	font : bold;
	color : Maroon;
}

#required {
	color: red;
	
}

#linktext {
	font : 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


DIV {
	position: relative;
	left: 150px;
	width: 720px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	border : none;
}