body {
	scrollbar-face-color: #805050;
	scrollbar-shadow-color: #202020;
	scrollbar-highlight-color: #a0a0a0;
	scrollbar-3dlight-color: #804040;
	scrollbar-darkshadow-color: #804040;
	scrollbar-track-color: #805050;
	scrollbar-arrow-color: #a0a0a0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #804040;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #f0f0f0;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

a:hover {
	color: #e0e0e0;
	text-decoration: underline;
}

// input {
	// background-color: #e0e0e0;
// }

sup {
	font-size: 10px;
}

body,p,select,input,td,th,textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

select {
	font-size: 10px;
}

.session {
	text-align: right;
	font-size: 8px;
	color: #ffffff;
}

.small {
	font-size: 8px;
	color: #ffffff;
}

#box {
	border: #fcfcfc 1px solid;
	width: 300px;
	height: 200px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-top: 45;
	padding-bottom: 0;
	background-image: url('/auth2/images/background.jpg');
	background-repeat: no-repeat;
	background-position: center;
}
.box {
	border: #fcfcfc;
	border-style: solid;
	border-width: 1;
	padding-left: 0;
	padding-right: 0;
	padding-top: 45;
	padding-bottom: 0;
	background-image: url('/auth2/images/background.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 200px;
	text-align: center;
}
