body {
	background:#9c5599;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}

a {
	color: #f4edf4;
	text-decoration:none;
}

a:hover {
	color: #f4edf4;
	text-decoration: underline;
}

h1 {
	font-size:15px;
	display: inline;
}
/*--input border--*/
input {
	border:0px;
	background:#e5e5e5;
	font-size:14px;
	font-weight:bold;
	color:#5c2b55;
}

.inputb {
	width:auto;
	height:34px;
	padding-top:10px;
	padding-left:15px;
	text-align:left;
	margin-bottom:15px;
	display:inline;
	float:left;
	background:url(../images/inputb.gif) right no-repeat;
}
.inputbl {
	width:8px;
	height:44px;
	float:left;
	background:url(../images/inputbl.gif) left no-repeat;
}
.form_select {
	background:#bf82fa;
	border:1px solid #651b62;
	height:22px;
	color:#501b4a;
}
.form_input {
	background:#bd8ebc;
	border:1px solid #651b62;
	height:18px;
}
/*  checkboxes, radiobutton  */
/* Checkboxes */
label.checkbox_checked {
	background: url(../images/checkboxcheck.png) no-repeat;	
	margin: 10px 0;
	padding-left: 25px;
}
label.checkbox_unchecked  {
	background: url(../images/checkbox.png) no-repeat;	
	margin: 10px 0;
	padding-left: 25px;
}

/* Radio Buttons */
label.radio_checked {
	background: url(../images/radiocheck.png) no-repeat;	
	margin: 10px 0;
	padding-left: 25px;
}
label.radio_unchecked  {
	background: url(../images/radio.png) no-repeat;	
	margin: 10px 0;
	padding-left: 25px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/*  checkboxes, radiobutton  */