@charset "utf-8";
/* 
	PRA Retiree Forms 
	Nov. 27, 2007
*/
@import "typography.css";
/* Custom Classes */

/* -------------- 
     Wrapper
---------------- */
div .wrapper{
	width:764px;
	height:auto;
	margin:30px 0 20px 0;
	float: none;
	padding:0;
}
.nFields{
	float:left;
	background-image:url(../images/formFieldTitle.gif);
	background-repeat:no-repeat;
	width:240px;
	height:60px;
	margin:0 5px 0 0;
	padding:0px;
}
.fFields{
	float:left;
	background-image:url(../images/formFieldTitle2.gif);
	background-repeat:no-repeat;
	width:230px;
	height:60px;
	margin:0 5px 0 -5px;
	padding:0px;
}
.pFields{
	float:left;
	background-image:url(../images/formFieldTitle3.gif);
	background-repeat:no-repeat;
	width:230px;
	height:60px;
	margin:0 5px;
}
.nFields2{
	float:left;
	background-image:url(../images/formTitleRS1.gif);
	background-repeat:no-repeat;
	width:230px;
	height:60px;
	margin:0 10px;
}
.fFields2{
	float:left;
	background-image:url(../images/formTitleRS2.gif);
	background-repeat:no-repeat;
	width:470px;
	height:60px;
	margin:0 10px;
}
.initial{
	width:20px;
}
.formContent{
	position:relative;
	width:764px;
	margin:0 0 0 0;
	float:left;
}
.depart{
	width:90px;
}
.aligndiv{
	margin:70px 10px 20px 0;
	padding:0;
}
.submitB{
	width:110px;
	height:30px;
}
ul.formUL{list-style:none;}
li.formLI{list-style:none; font-size:1.1em; padding:5px 0 5px 0}

#display{
	padding-left:20px;
	width: 400px;
}
textarea.rmsg{
	width:400px;
	height:140px;
}
