/* Form *********************/
form {  
	margin: 0;
	padding: 0;
}

fieldset {
	border:none;
	padding:0;
	margin-top:20px;
}
form br {
	clear:both;
}
legend {
	padding: 5px 2px 10px 2px; 
}
label { 
	float: left; 
	width: 180px; 
	padding: 0; 
	margin: 7px 10px 0 0; 
	text-align: right; 
}
#popup label {
	width: 60px; 
}
.above_input {
	float: left; 
	margin:5px 0 0 0;
	width:300px;
	font-style:italic;
}
#popup .above_input {
	width:200px;
}
input, textarea,select {
	width:auto;      
	margin:5px 0 0 0; 
}
#addedit input, #addedit textarea,#addedit select, #listview input, #listview textarea,#listview select, #login input{
}
#popup input, #popup textarea {
	float:left;
}
#popup br {
	clear:both;
}
#addedit {
	padding:20px;
}
#addedit #buttons {
	margin-left:190px;
}
#popup #buttons {
	margin-left:70px;
}


select.shared {
	width:auto;      
}
.simple_input {
	margin:0; 
	margin-bottom: 5px;
}
textarea { overflow: auto; width:200px; border: solid 1px #6E6C66;	 }
input {
	width:200px;
	background-color: #FFFFFF;
	border: solid 1px #6E6C66;	
}

select {
	background-color: #F3EDD9;
	border: 0;
	border-width: 0;
}
input.checkbox {
	width:20px;
	padding:0;
	background: none;
	border: 0;
}
input.smallinput {
	width:95px;
}
input.button {
	width:auto;
	text-align:center;
	cursor:pointer;cursor:hand;
	font-size: 11px;
	font-weight: bold;
	background: #8A1F03;
	text-transform: uppercase;
	border:0px;
	padding: 0.2em;
	color: white;
	margin:0;
	
	
}
/**link button *********/

.link_button {
	background: #8A1F03;
	border:0px;
	color: white;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0.2em;
	margin:0;
	height:15px;
	font-weight:bold;
	cursor:pointer;cursor:hand;
}
.link_button a {
	text-decoration:none;	
	color: white;
	font-weight:bold;
}
.link_button a:hover{
	color: white;
}
.for_second_col {
	margin:5px 0 0 10px; 
}
.right_item {
	float: right;
}
.left_item {
	float: left;
	margin:0;
}
input, textarea,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*Error ******/
.form_error_message, .message {
	font-weight:bold;
	color: #8B1F03;
	display:block;
}
.no_items {
	display:block;
	font-weight:bold;
	color:#6D6C66 ;
}

.label_width,#checkboxtable {
	margin-left:190px;
}
#popup .label_width {
	margin-left:70px;
}

#buttons {
	margin-top:25px;
}

.delete_btn {
	margin:0;
}
/*checkbox ****/
#checkboxtable {
}
.class_check {
	width:15px;
	text-align:center;
	background: none;
	border:0;
}
.class_val label {
	padding-left:5px;
	text-align:left;
}

