@charset "utf-8";
/* CSS main style */
* {
	margin: 0;
	padding: 0;
}
body {
	border: 0 solid;
	color: #000000;
	background: #e4e4e7;
	font: 99% Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 2%;
}
h1 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 1em;
}
p {
	margin-bottom: 0.4em;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input[type="text"], input[type="password"] {
	padding: 3px;
	-moz-box-shadow: inset 1px 1px 1px #444444;
	-webkit-box-shadow: inset 1px 1px 1px #444444;
	box-shadow: inset 1px 1px 1px #444444;
}
input[type="text"], input[type="password"], textarea, select {
	border: 1px solid #B7B6AE;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	border: 1px solid #ffffff;
	margin: 0px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ffffff;
	font-size: 0.86em;
	background-image: url("btn_action.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 1px 1px 3px #666666;
	box-shadow: 1px 1px 3px #666666;
}