
input,select,textarea { 
	font-family : arial;
	font-size   : 14px;
	line-height : 18px;
	color       : #444444;
	padding     : 5px;
	border-style : solid;
	border-color : #888888;
	border-width : 1px;
	background-color : #FFFFFF;
}

input:focus, select:focus, textarea:focus { 
	color       : #444444;
	background-color : #fffba6;
}

.star {
	font-family : arial;
	font-size   : 24px;
	color       : #FF0000;
	padding-left : 5px;
}

.error_notice {
	padding-left : 6px;
	font-family: arial;
	font-size: 14px;
	height : 35px;
	line-height : 42px;
	color: #9b0000;
	background-image: url('../images/error_alert.png');
	background-repeat : no-repeat;
	width:258px;
}
