body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.hover {
	background-color: #FFFFCC !important;
	border: 1px solid #dbbf5d !important;
	height: 80px;
	display: block;
}
	
.form {
	background-color: #ffffff;
	/*border: 1px solid #A9E4E5;*/
	margin: auto;
	padding: 8px 0px;
	width: 570px;

}

.form ol {
	margin: 0 0 20px 0;
}

.form li {
	list-style: none;
	/*border: 1px solid #D0D9E0;*/
	margin: 5px 0 10px;
	font-size:12px;
}

.form li.page {
	background: none;
	border: none;
}

.form li fieldset.page {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.form li legend.page {
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-bottom:32px;
	margin-top:10px;
	padding: 3px;
	
}

.form .page .legend {
	background-color:#ffffff;
	font-size: 150%;
	font-weight: bold;
}

.form li div.legend {
	background-color:#ffffff;
	font-size: 150%;
	font-weight: bold;
}

.form li .main {
	padding: 0;
	background:transparent none;
	width:570px;
	margin-bottom: 20px
}

.form li label {
	/*border: 1px solid #ffffff;*/
}

.form li input.text,
.form li textarea {
	background-color:#ffffff;
	border:1px solid #003A6E;
	cursor:default;
	display: block;
}

.form li input.short {
	width:105px;	
}

.form li input.medium,
.form li textarea {
	width:305px;
}

.form li input.long {
	width:445px;
}

	
.form .options {
	border-top: 1px solid #EFB41D;
	background-color: #FFF8E5;
	padding: 5px;
	display: none;
}

.form .options li {
	border: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	background: none;
}

.form li ol li.error {
	background-color: #f8e3e2;
	border: 1px solid #df0b01;
}

.form li ol li.error label {
	border: 1px solid #f8e3e2;
}

.form li ol li.valid {
	background-color: #E3F9E6;
	border: 1px solid #01E11B;
}

.form li ol li.valid label {
	border: 1px solid #E3F9E6;
}


.form li.group {
	/*border: 1px solid #ffffff;*/
}

.form li.page {
	/*border: 1px solid #eefafa;*/
}

.form .pageerrors {
	padding: 10px;
	background-color: #f8e3e2;
	border: 1px solid #df0b01;
	background-image: url(/themes/forms/grouping/images/24-em-cross.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.form .pageerrors ul {
	margin: 10px;
	padding: 0px;
}

.form .pageerrors li {
	border: none;
	background: none;
	margin: 1px;
}

.form .pages {
	margin: 15px 15px 0px;
}

.form .pages .current {
	font-weight: bold;
}

.form .pages .complete {
	color: #00CC66;
}

.form .pages .hidden {
	color: #999999;
}

.form .pages .incomplete {
	color: #FF0000
}

/* progress bar css from http://blog.leetsoft.com/2006/8/22/super-simple-css-bars */

.form .progressbar {
	 border: 1px solid #ccc; 
	 width: 80%; 
	 margin: 2px 5px 2px 0; 
	 padding: 1px; 
	 background: white;
}

.form .progressbar .progressbarinner {
 background-color: #ACE97C; 
 height: 12px
}

.form .item .main ul li {
	border: none;
	list-style-type: disc;
	padding: 0px;
	margin: 0px;
}

.form .item .main span table {
    border: 1px solid #003A6E
}

.form li .savebutton, 
.form li .submitbutton, 
.form li .backbutton, 
.form li .nextbutton, 
a.buttonpdf, a.buttonpdf:visited, a.buttonpdf:active, a.buttonpdf:hover {
   background: url('/images/green_button_small.gif') no-repeat;
   height: 22px;
   margin-right: 10px;
   cursor: pointer;
   border: none;
   color: #ffffff;
   font-weight: bold;
   margin-bottom: 5px;
   width: 74px;
   float:left;
  
}

a.buttonpdf, a.buttonpdf:visited, a.buttonpdf:active, a.buttonpdf:hover {
   background: url('/images/templates/subpage-napo/green_button_long.gif') no-repeat;
   width: 100px;
   height: 30px;
   margin-right: 0;
   cursor: pointer;
   border: none;
   color: #ffffff;
   font-weight: bold;
   margin-bottom: 5px;
   padding: 3px 13px 3px 13px;
   float:right;
}



.required {
	display: inline;
}

.radiofield {
	width:545px;
}

/* prevents tinymce from having its width altered by /styles/cms/general.css */
.form .item table.mceEditor {
	width: auto !important;
}

