fieldset {
	border:0px solid #000;
	clear:both;
	padding-bottom:0.5em;
}
fieldset.lesspadding {
	padding-bottom:0em;
}
fieldset br {
	clear:both;
}
fieldset label {
	float:left;
	text-align:right;
	width:260px;
	padding-right:10px;
	border:1px solid #FFF;
	margin:0px 0px 0.5em;
	clear:none;
}
fieldset label.nofloat {
	float:none;
	padding:0em 10px 0em;
	margin:0px 0px 0.5em;
	border:0px solid #CCC;
}	
fieldset input, fieldset textarea, fieldset select, fieldset span.info {
	clear:none;
	width:175px;
	float:left;
	margin-bottom:0.5em;
}
fieldset input.smallboxes {
	width:3em;
	float:none;
}
fieldset input.smallboxes_highlighted {
	width:3em;
	float:none;
	background-color: #FFFF66;
	border:1px solid #000;	
}
fieldset input.highlighted, fieldset textarea.highlighted {
	background-color: #FFFF66;
	border:1px solid #000;	
}
fieldset input.radiobutton, fieldset input.checkbox {
	padding:0px;
	margin:0px 0px 0.5em;
	width:auto;
	border:0px;
}
.button {
	padding:1px;
	background-color: #64c056;
	color: #ffffff;
	font-weight: bold;
	width:auto;
}
fieldset select {
	width:auto;
	font-size:11px;
	line-height:16px;
	border: 1px solid #badd8c;
}
fieldset span.blockgroup {
	float:left;
	width:400px;
	border:0px solid #000;
}
fieldset span.blockgroup label {
	text-align:left;
	padding-left:7px;
}
#error_message {
	clear:both;
	padding-left:145px;
	color:#FF0000;
	font-weight:bold;
	display:none;
}
#error_holder {
	display:none;
	color:#FF0000;
}
h2 {
	clear:both;
	margin:0px 0px 1em;
}
h2.indented {
	text-align:right;
	width:210px;
}

.child_details {
	padding-bottom:1.5em;
}
table.dates {
	width:700px;
	font-size:.8em;
}
table.dates td {
	padding:2px 4px 4px;
}
table.dates td.dot_vertical {
	width:1px;
	padding:0px;
	border:0px solid #000;	
}
table.dates td.dot_horizontal {
	padding:0px;
	height:1px;
}
table.dates td.note {
	padding:1em 0px 2em;
}
table.dates td.col_style1 {
	width:49%;
}
table.dates td.col_style2 {
	width:20%;
}
table.dates td.col_style3 {
	width:100px;	
}
table.dates tr.fees_row td {
	padding-top:1em;
}
table.dates td.fees_display ul {
	list-style:none;
	margin:0px 0px 0px 15px;	
	padding:0px;
}
table.dates td.fees_display ul li {
	margin:0px 0px 0.6em 0em;
	padding:0px;	
}
div.inline_box, div.inline_box_highlight {
}
div.inline_box p, div.inline_box_highlight p {
}
	
#amount_holder, #amount_perchild_holder {
	padding:0px 0px 3px 270px;
}
#processing, #xmlerror_holder {
	font-size:115%;
	padding-left:220px;
}
#xmlerror_holder {
	color:#FF0000;
}

div.inline_box_highlight {
	position:relative;
	padding:20px; 
	background-color:#fbd851;
	margin-bottom:12px;
}
div.inline_box_highlight span.title {
	position:absolute;	
	font-weight:bold;
	font-size:150%;
	margin-bottom:20px;
}
div.inline_box_highlight p {
}
.orange {
	color:#BF7800;
}

.active_step {color: #f1309e; font-weight: bold;  padding:4 12 2 0;}
.greyed_out_step {color:#ff881f; text-decoration:none; font-weight: normal; padding:0 12 0 12;}
.greyed_out{color:#f1309e; text-decoration:none; font-weight: normal; padding:0 12 0 0;}
.greyed_out:hover{color:#64c056; text-decoration:underline; font-weight: normal; padding:0 12 0 0;}

.mandatory {color:#FF0000;  font-weight: bold; padding:5px 2px 0px 0px;}

#checking_text, #error_paragraph, #unchecked_paragraph {
	display:none;
	color:#FF0000;
}
#success_paragraph {
	display:none;
}
div.indented {
	padding-left:270px;
}
div.indented p {
	margin-bottom:0;
}
p.warning {
	text-align:center;
	color:#FF0000;
}
p.payable_details {
	padding-left:270px;
}

/***** Drop and Shop feature style *****/
span.spotlight {
	color:#FFF;
	background-color:#64c056;
	padding:0 5px;
}

