fieldset p{
	margin: 0 0 5px 0;
}

legend, label {
	color: #595959;
	font-weight: bold;
}

legend {
	padding: 0 0 5px 0;
}

label{
	display: block;
	padding: 0;
	cursor: pointer;
}

input[type=text], input[type=password], textarea, .textbox_replacement{
	margin-top: 1px;
	border: solid 1px #b4b4b4;
	padding: 2px;
	color: #666;
	background: #fafafa url(../images/form_not_focussed.gif) repeat-x;
}

.textbox_replacement{
	height: 20px;
	color: #999;
	border: none;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus{
	background: #ffffff url(../images/form_focussed.gif) repeat-x;
	border: solid 1px #848484;
	color: #222;
}

input[type=submit], input[type=cancel]{
}

.form_fields{
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
	height: 45px;
}

.submit{
	padding: 10px 0 0 0;
	width: 100%;
	float: left;
}

#cancel{
	width: 40px;
	text-align: center;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 21px;
	color: #990000;
	border: 1px solid #F9F9F9;
	padding: 8px 5px 0 5px;
	background: #CCCCCC url(../images/button_bg.gif) repeat-x;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor: pointer;
	margin: 0 10px 0 0;
}

.input_btn{
	font-size: 15px;
	font-weight: bold;
	height: 29px;
	color: #990000;
	border: 1px solid #F9F9F9;
	padding: 0 5px 3px 5px;
	background: #CCCCCC url(../images/button_bg.gif) repeat-x;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor: pointer;
}

.input_btn_span{

	padding: 6px 0 5px 5px;
	margin: 0 15px 0 0;
	
}

label.error { 
	float: none; 
	color: red; 
	padding-left: 5px; 
	vertical-align: top;
	font-weight:normal;
	font-size: 11px;
}

.reg_success{
	background: #99FF99;
	color: #003300;
	font-weight: bold;
	font-size: 16px;
	padding: 30px;
}

.reg_fail, .login_fail{
	background: #FFCCCC;
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
}

#loader{
	padding: 30px;
	background: #f1f1f1;
	text-align:center;
	font-weight: bold;
}

.confirmdelete{
	font-size: 15px;
	padding: 10px;
}

