@CHARSET "UTF-8";

/* input select スタイル */
div.input input,select,textarea {
	border: 1px solid #ABADB3;
	background: #ffffff;
	font-style: normal;
	font-size: 14px;
	color: #696969;
	padding:5px;
}

/* input textarea selectのhoverスタイル */
div.input input:hover,select:hover,textarea:hover {
	border: 1px solid #525252;
	/** remember to change image path **/
	background: #EEEEFF;
	color: #525252;
}

/* input textarea selectのfocusスタイル */
div.input input:focus,select:focus,textarea:focus {
	border: 1px solid #525252;
	background: #EEEEFF;
	color: #525252;
}

.error {
	color: #F7B400;
	font-size: 12px;
	padding: 0px;
}

span.help {
	color: #aaaacc;
	font-size: 10px;
	padding: 5px;
}


.button {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	padding: 5px 30px 5px 30px;
	border: 1px solid #CCCCCC;
	background: #e4e4e4;
	color: #666666;
/*	transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;*/
}

.button:hover {
	background: #eeddbb;
}
.button:active {
	background: #eeddbb;
}

.value {
	color: #525252;
}

img.ui-datepicker-trigger {
	display: inline;
}
