label { display: block;margin-top:5px; }

input {
    border-color: #666;
    border-right: 1px solid black;
    border-style: solid;
    border-width: 1px;
	border-radius:3px;
	padding-left: 3px;
}

textarea {
	border-color: black;
    border-right: 1px solid black;
    border-style: solid;
    border-width: 1px;
	border-radius:5px;
	padding-left: 3px;
	overflow: hidden;
	height: 100px;
}

textarea:FOCUS {
	background-color:#EAEAEA;
}

select {
	border-color: #666;
    border-right: 1px solid black;
    border-style: solid;
    border-width: 1px;
	border-radius:5px;
	padding-left: 3px;
}

select:FOCUS {
	background-color:#EAEAEA;
}

input:focus {
	background-color:#EAEAEA;
}

input button:hover {
  color:#fff;
}


.obg{
	color:red;
	padding-left: 3px;
	font-size: 0.8em;
}

label.error {
	color:red;
	position: absolute;	
	display: block;
	margin:0;
	padding: 0;
}

.quit {
	color:#666;	
}

.quit:hover {
	color:blue;
}

