/* FormBuilder - live*/

#formResults {
	font-size: 95%;
	margin-top: 2em;
}
	
#formAttributes .formDisplayText {
	padding: 1em 0 .5em 0;
}	
#formAttributes {
}
#formAttributes h3 {	
	margin-bottom: 0;
}
#formAttributes label {	
    float: left;
	width: 25%;
	padding: .25em .25em .25em 0;
	text-align: right;
}


#formAttributes legend span {
	white-space: normal
}

#formAttributes .sendToSelf label {
	float: none;
	width: auto;
}
#formAttributes .sendToSelf  {
	margin-bottom: 1em;
}

#formAttributes br {
     clear: left;
}

#formAttributes .options {
     float: left;
     width: 50%;
     padding: .25em 0;
}

#formAttributes .requiredField {
	color: red;
}
#formAttributes legend {
	font-weight: bold;
}
#formAttributes fieldset {
	padding: 1em;
}


#formResultsTable {
	clear: both;
	width: 90%;
	background: #fff;
}

#formResultsTable caption {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: .5em;
}
#formResultsTable {
	margin: 0;
	padding: 0;
	border-left: 1px solid #C1DAD7;
	position: relative;
	z-index: 0;
}

#formResultsTable th {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	padding: 0 .2em;
}

#formResultsTable th a:link, #formResultsTable th a:visited {
	color: #990000;
}
#formResultsTable th a:active, #formResultsTable th a:hover {
	color: #666;
}
#formResultsTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: .4em;
}

#formResultFilter, #startDate, #endDate {
	position: relative;
	z-index: 100;
}