@CHARSET "ISO-8859-1";
* {
	margin: 0; padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}	

#detailForm {
	border-width: 1px 2px 2px 1px;
	border-color: #ccc;
	border-style: dashed solid solid dashed;
	margin: 10px;
	padding: 10px;
	width: 275px;
}

#detailForm label {
	display: block;
	width: 110px;
	float: left;
	line-height: 20px;
}	
	

#detailForm input {
	margin-bottom: 5px;
	width: 160px;
	background: #fff url('../img/inputBg.gif') repeat-x;
	border: 1px #ccc solid;
	height: 18px;
	padding-top: 2px;
}	
	
#detailForm input.button {
    width: auto;
    height: auto;
    background: none;
    border-width: 1px 2px 2px 1px;
    border-color: #ccc;
    border-style: solid;
}   

p.small {
    font-size: 11px;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 10px;
}    

#err {
    color: #ff0000;
}    
