@charset "utf-8";
/* CSS Document */

input {
	border: 1px solid #CCC;	
}

input:focus {
	border: 1px solid #333;
	background-color: #CEEFFF;
}

input:hover {
	background-color: #CEEFFF;
}

option {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

select {
	border: 1px solid #CCC;	
}

select:focus {
	border: 1px solid #333;
	background-color: #CEEFFF;
}

select:hover {
	background-color: #CEEFFF;
}

button {
	padding:2px;
	border: 1px solid #CCC;	
}

button:focus {
	border: 1px solid #333;
	background-color: #CEEFFF;
}

button:hover {
	background-color: #CEEFFF;
}

.td_padding {
	padding:5px;	
}

.td_padding_right {
	padding:5px;
	text-align:right;
}

.legal {
	margin:10px;
	font-size:10px;
	color:#666;
	text-align:justify;
}

#errorfield {
	font-size:11px;
	color:#C00;
	
}

.customer_register p {
	margin-bottom:10px;	
	text-align:justify;
}
