input{
     border:solid #000 1px;
	 height:15px;
	 background-image:url(../img/line_center.jpg);
     background-repeat:repeat-x;
	 font-family:verdana;
	 font-size:11px;
	 padding-left:3px;
}
label{
     font-family:verdana;
	 font-size:11px;
	 float:left;
	 width: 10em;
	 margin-right:1em;
	 text-align:right;
	 padding-top:3px;
	 color:#fff;
}
select{
     border:solid #000 1px;
	 height:19px;
	 width:167px;
	 font-family:verdana;
	 font-size:11px;
	 padding-left:3px;
}
textarea{
     border:solid #000 1px;
	 height:190px;
	 width:250px;
	 background-image:url(../img/line_center2.jpg);
     background-repeat:repeat-x;
	 background-color:#fff;
	 font-family:verdana;
	 font-size:11px;
	 padding-left:3px;
}
button{
	background-image:url(../img/line_center.jpg);
	background-repeat:repeat-x;
	border:solid #000  1px;
	font-family:verdana;
	font-size:11px;
	color:#000;
	cursor:pointer;
	font-weight:bold;
	padding:2px 2px 2px 2px;
}
fieldset{
     margin:1px 0 0 0;
	 padding:0;
	 border:none;
	 width:auto;
}
fieldset ol{
	 padding:1px 1px 0 1px;
	 list-style:none;
}
fieldset li{
	 padding-bottom:10px;
	 float:left;
	 clear:left;
	 width:100%;
}
.but{
    text-align:right;
	width:385px;
}

/* cakephp messages */
.error_message
{
	color: #ff0000;
	line-height: 30px;
}
.message
{
	color: #fff;
	font-weight: bold;
	line-height: 40px;
}
.form_error
{
	border: 1px solid #ff0000;
}