form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:10px verdana,arial,sans-serif;
  padding: 0px;
  width: auto;
  line-height: 18px;

}

input, select, textarea {
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
height: 120px;
}

form fieldset {
  border: none;
  padding: 0px;        /* padding in fieldset support spotty in IE */
  width: auto;
}

form fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color:#FB005A;
	padding: 3px 0px 3px 20px;
	margin: 0px;
	background-image:url(../images/icon_legend.gif);
	background-position: 0 50%;
	background-repeat:no-repeat;
	display: block;
}
.hr {
	width: auto;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	margin: 1px 0px 1px 0px;
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 130px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-weight: bold;
	color: #666666;
	font-size: 10px;
}

form input, form textarea {
	width:auto;
	margin:5px 0 0 10px;
}
.formtext {
	width:auto;
	margin:5px 0 0 10px;
	line-height: 18px;
}
form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form small {
	display: block;
	margin: 0 0 5px 140px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{
	background-image:url(../images/icon_required.gif);
	background-repeat:no-repeat;
	background-position: 5px 3px;
	padding-left: 20px;
}

.textarea {
width: 310px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
  line-height: 18px;
}

form fieldset div.notes h4 {
  background-image: url(../images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0px 3px 27px;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}
small {
	width: auto;
}

.form_title {
	width: auto;
	padding: 5px;
	background-color:#666666;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

#recurrenceSettings {
background-color:#333333; 
padding: 10px;
color: #ffffff;
}

#recurrenceSettings fieldset {
background-color:#484848;
}
#recurrenceSettings legend {
color: #ffffff;
}

.errors {
background-color:#FFFFCC;
border: 1px solid #FFCC33;
padding: 43px 10px 10px 102px;
margin: 10px;
background-image:url(../images/icons/admin_error.gif);
background-repeat:no-repeat;
background-position: 20px 8px;
}

.errors ul {
margin: 0px;
padding: 0px;
}

.success {
background-color:#D5F0F9;
border: 1px solid #0099FF;
padding: 43px 10px 10px 102px;
margin: 10px;
background-image:url(../images/icons/admin_success.gif);
background-repeat:no-repeat;
background-position: 20px 8px;
}

.errors h1 {
color: #990000;
}

.adminGallery {
width: 114px;
float: left;
padding: 5px;
border: 1px solid #E6E6E6;
margin: 3px 10px 10px 3px;
}

.adminGallery input {
	margin:4px 0px 0px 0px; 
}

.adminApplicant {
width: 200px;
float: left;
}

.thumbImage {
	padding: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	margin: 5px 5px 5px 0px;

}

.thumbImage img {
background-color:#FFFFFF;
border: 1px solid #666666;

}
