/* Forms */
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
}
form fieldset {
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
form fieldset legend {
	font-size:1.1em; /* bump up legend font size */
}
form input, form select, form textarea {
	margin:5px 0 0px 0px;
	float: left;
	
    font-size: 12px;
    font-family: Verdana;
	
	display: block;
/*

	width:auto;
	overflow: auto; 
*/
}
form .readonly {
	display: block;
	float: left;
	width:auto;
	margin:5px 0 0px 6px;
	overflow: auto; 
}
fieldset {
  	clear: left;
}

/* block float the labels to left column, set a width */
/* set top margin same as form input - textarea etc. elements */
label {
	display: block;
	float: left;
	width: 150px; 
	text-align: right;
    margin: 4px 8px 0 0; 
  	clear: left;
/*
    font-weight: bold;
	padding-right: 8px; 
*/
}
label.error { 
	color: red; 
/*
	padding-left: .5em; 
	float: none; 
	vertical-align: top; 
*/
}
label em {
    color: red;
}
form .description {
	clear: left;
	color: gray;
	font-size: 90%;
	margin: 0 0 4px 160px;
}
.errorMessage {
	clear: left;
	color: red;
	font-size: 0.8em;
	margin: 0 0 8px 160px;
}
form .required {
	font-weight:bold;
}
form .submit {
	margin-left: 160px; 
	margin-top: 5px;
	width: 90px;
}
.checks input {
	margin: 7px 6px 0 4px;
}
.checks label {
    display: inline;
    clear: none;
    float: none;
    text-align: left;
}
label.checks {
/*
	margin: 6px 0 0 0;
	
	width: 180px;

	float: none;

	clear: none;
	padding: 4px 0 0 0;

	float: left;
	display: block;
	float: left;
  	clear: left;
	width: 150px; 
	padding-right: 8px; 
	margin: 6px 0px 0px 0;
	text-align: right; 
*/
}

.checktitle  {
	margin: 6px 0 0 0;
	text-align: left;
	width: 160px;
}

/* Grids */
.deletecheckbox {
	margin: 0px 0px 0px 0px;
	float: left;
}
.deleteimage {
	padding: 2px 0px 0px 0px;
	float: left;
}

.submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}

/* grid */
.crud a img {
    border:none;
}


