#xfrm fieldset{
	padding:1em;
	background-color: white;
	border-color: #8A2BE2;
	border: 1px solid #8A2BE2;
	background-image: url(../img/bg1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}




#xfrm legend{
	color: Purple;
	font-size: 28px;
	background-color: white;
	font-family: Georgia;
}



#xfrm label {
	float: left;
	width: 200px;
	padding: 0 1em;
	text-align: right;
	overflow: auto;
}
#xfrm label.ext {
	float: left;
	width: 400px;
	padding: 0 1em;
	text-align: left;
}
#xfrm label.vast {
	float: left;
	width: 500px;
	padding: 0px;
	text-align: left;
}
#xfrm fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

#xfrm fieldset div input,#xfrm  fieldset div textarea,#xfrm  fieldset div select {
	
	
	padding: 0px;
	color: #333;
}

#xfrm fieldset 

#xfrm fieldset div select {
	padding: 1px;
}

#xfrm fieldset div.fm-multi{
  margin-bottom: .5em;
	padding: 0;
	display: block;
}

#xfrm div.fm-multi div {
  float:left;
	margin: 5px 0;
	display:block;
  
	
}

#xfrm div.fm-multi input {
	width: auto;
	padding-left:100px;
}

#xfrm div.fm-multi label {
	display: block;
	width: 150px;
	padding-left: 6em;
	text-align: right;
}

#fm-submit {

	clear: both;
	padding-top: 0,.5m;
	padding-left: 150px;
	padding-bottom:10px;
}

#fm-submit input {
	
	/*padding: 2px 1em;*/
	background: #555;
	color: #fff;
	font-size: 100%;
	
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

#radiobutton input{
    width: AUTO;
	background: #ffffff;
	}

	
/* required fields - does not work in IE */
#xfrm fieldset div.fm-req {
	font-weight: bold;
}

#xfrm fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}



/* others */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #B6B6B6;
	color : #000;
}

.validation-advice, .error-message{
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

#flashMessage{
 display:block;
 height:25px;
	margin: 5px 0;
	padding: 5px;
/*	background-color: #FF3300; */
	color : #FF3300;
	font-weight: bold;
}



/* table */


#tblad table {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	font: normal 80%/140% arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
}
#tblad caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
#tblad td,#tblad th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
#tblad thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}
#tblad tfoot th,#tblad tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
#tblad tfoot th {
	font-weight: bold;
}
#tblad tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#tblad tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
#tblad tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
#tblad tbody th a:visited {
	color: #b98b00;
}
#tblad tbody th,#tblad tbody td {
	vertical-align: top;
	text-align: left;
}
#tblad tfoot td {
	border: 1px solid #996;
}
#tblad tbody tr:hover {
	background: #ffffd9;
}
#tblad tbody tr.new {
	font-weight: bold;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
/* other */
