@charset "utf-8";

.scris {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #420202;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColElsCtr #container {
	width: 100%;
	background: #5989c7;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
input {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 9px;
	background-color: #CCCCCC;
}
input:hover {
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #F9F9F9;
}
input:focus {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #F9F9F9;
}

.inputbt {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 9px;
	background-color: #5989c7;
	border: none;
	padding: 0px;
	width: 70px;
	height: 20px;
	background-image: url(../pic/btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}
.inputbt:hover {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #5989c7;
	border: none;
	padding: 0px;
	width: 70px;
	height: 20px;
	background-image: url(../pic/btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	font-weight: bold;
}
.inputbt:focus {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	background-color: #5989c7;
	border: none;
	padding: 0px;
	width: 70px;
	height: 20px;
	background-image: url(../pic/btn.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	font-weight: bold;
}
