

/* Generic formset Display Configuration */
form.formsetForm, div.formsetSuccess {
	text-align: left;
	padding: 10px;
 	clear: both;
}
.formsetForm div{
	margin: 0;
	padding: 0;
}
div.formsetSuccess h4 {
	margin: 0;
	padding: 0;
}


/* The div class around each form field*/
.formsetForm .formsetField {
	padding-bottom: 4px;
	clear: both;
}

/* The div class around the error message, in the event that a required field is not filled in*/
.formsetForm .formsetError {
	font-weight: bold;
}

/* Generic Display Controls */
.formsetForm div.formsetComment {
	font-style: italic;
	padding: 4px;
	margin: 4px 0 4px 0;
	clear: both;
	float: left;
	width: 95%;
}
.formsetForm .formsetHidden {
	visibility: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	position: absolute;
}
.formsetForm .formsetSubmit {
	margin:0px 420px;
}

/* Generic Label Controls */
.formsetForm .formsetLabel, .formsetForm .formsetLabelRequired {
	clear: left;
	float: left;
	vertical-align: top;
	width: 100px;
	margin:0px 10px 10px 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
}




/**** Field Type Specific Display Controls ****/

.formsetForm .small_text_area .formsetLabel
{
	width: auto;
	clear: both;
}
.formsetForm .small_text_area textarea
{
	width: 98%;
}
.formsetForm .large_text_area .formsetLabel
{
	width: auto;
	clear: both;
}
.formsetForm .large_text_area textarea
{
	width: 360px;
}
.formsetForm .checkbox
{
	float: left;
	width: 100%;
}

.formsetForm .radio_buttons
{
	position: relative;
}
.formsetForm .radio_buttons .formsetRadio
{
	display: block;
	position: relative;
	margin-left: 170px;
	padding-left: 0;
}
div.formsetFailure {
	border: 1px solid red;
	background-color: #FFEBEB;
	margin: 2px;
	padding: 4px;
}
div.formsetFailure h4, div.formsetFailure p {
	margin: 0 0 4px 0;
	padding: 0;
}

div.formsetCaptcha {
	display: block;
	width: 120px;
	float: left;
}
div.formsetCaptcha input {
	width: 120px;
}

div.formsetPageBreak {
	text-align: right;
}


.calendar-box {
	display:none;
	background-color:#fff;
	border:1px solid #444;
	position:absolute;
	width:250px;
	padding: 0 5px;
}
.calendar-box select.calendar-month {
	width:90px;
}
.calendar-box select.calendar-year {
	width:70px;
}
.calendar-box .calendar-cancel {
	width:100%;
}
.calendar-box table td {
	width:14%;
}
.calendar-box .calendar-title {
	text-align:center;
}
.calendar-box a {
	text-decoration:none;
}
.calendar-box .today a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#ffe9c6;
} 
.calendar-box .selected a {
	padding:0 5px;
	margin-left:-5px;
	background-color:#c9ff8b;
}

