html {
	overflow: auto;
}
body {
	width: 98%;
	background-color: #9D006D;
    background-image: url(img/bgColor.gif);
	margin: 0px;
	padding: 0px;
}
body, input, textarea, select {
	color: #282828;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table {
	border-collapse: collapse;
}
table, tr, td, th {
	border: 0;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	text-decoration: none;
	color: #8F49A3;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 23px;
	color: #282828;
	margin: 0px;
}
h2, b {
	font-size: 13px;
	color: #9D006D;
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #CC0000;
	background-color: #FFF9F9;
	padding: 10px;
	border: 1px dotted #FF0000;
}
.left {
   float: left;
}
.right {
   float: right;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
label {
    display: block;
}
/* input[type="button"], input[type="reset"], input[type="submit"]*/
.btnField input, .btn {
    cursor: pointer;
}
input:active, a:active {
    color: red;
}

/*textarea:active, select:active, input[type="text"], input[type="password"] {
    background-color: gray;
}*/
/*textarea:focus, select:focus, input[type="text"], input[type="password"] {
    background-color: lightgray;
}*/
/*a:before {
    content: "\00BB ";
}*/
/*q:lang(hu) {
    quotes: "\201E" "\201D";
}*/
