/* written by Voov (www.voov.hu) & The Shadowhand Company (www.shadowhand.hu), copyright 2009 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
p {
	padding: 0;
	margin: 0 0 15px 0;
}
br {
	margin: 0;
	padding: 0;
}
a:focus {
	outline:none;
}
a {
	outline: none;
	color: #007708;
	text-decoration: underline;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: underline;
}
.clearfix {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}
img a {
	border: 0;
	padding: 0;
	margin: 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
	float:left;
}
.right {
	text-align: right;
}
.bold {
	margin: 0 0 5px 0;
	font-weight: bold;
}
/***************** Lists *********************/
.list_no {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
.list {
	margin:  0 0 10px 20px;
	padding: 0 0 0 0;
	list-style-type: disc;
	text-align: left;
}
.list b {
	color:#FFF;
	font-weight: normal;
	font-size: 14px;
}
.list a {
	font-size: 12px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: underline;
}
.list a:hover {
	color: #FFF;
	font-size: 12px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: underline;
}
.list li {
	padding: 0 0 5px 5px;
	background-image: url(../images/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}
.list_in {
	list-style-type: disc;
	margin:  5px 0 20px 23px;
	padding: 0 0 0 0;
	text-align: left;
}
.list_in a {
	color: #a87b4e;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: none;
}
.list_in a:hover {
	color: #a87b4e;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Trebuchet Ms", Arial, Tahoma;
	text-decoration: none;
}
.list_in li {
	padding: 5px 0 0 5px;
}
/***********************************************/
/* Basic                                       */
/***********************************************/
body {
	margin: 0;
	padding: 0;
	font-family: "Segoe Ui", Tahoma, Helvetica;
	font-size: 12px;
	color: #007708;
	background-color: #00990a;
	line-height: 17px;
}

#check {
	width: 641px;
	height: 254px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(../images/elmultal.gif) left top no-repeat;
	position: absolute;
	top: 100px;
	left: 0;
}

#form_holder {
	width: 265px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 160px;
	left: 354px;
}

.btnLogin {
	background: url(../images/btn_login.gif) 0 0 no-repeat;
	display: block;
	width: 149px;
	height: 26px;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
	clear: both;
}
.btnLogin:hover {
	display: block;
	background: url(../images/btn_login.gif) 0px -26px no-repeat;
	cursor: pointer;
}
