/* Ez a felépítendő css*/
body{
 background-color: #F3D182;
 background-image: url("hatter.jpg");
 background-position:  center top;
 background-repeat: no-repeat;
 background-attachment: fixed;
 color:#000000;
}
input{
	background-color:#a58289;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
	color:#000000;
}
input.nyomogomb{
    font-size: 12pt;
	width:120px;
	height:25px;
	color: #000000;
	font-weight:bold;
    border: 1px solid;
    border-color:blue yellow yellow blue;
}
div.creator{
	background-color:#a58289;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
	width:200px;
	border: 1px solid #FF6611;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-size: 7pt;
	text-align:center;
	color:#000000;
}
div.focimsor{
	background-color:#c0736b;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
	border: 0px solid #FCCD5E;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	width: 500px;
	overflow: auto;
	color:#000000;
}
table.szavaz {
    margin-left: auto;
    margin-right: auto;
    empty-cells: show;
    border-collapse: collapse;
    font-size: 10pt;
	background-color:#87948d;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;
	color:#000000;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
table.szavaz th,table.szavaz td{
	border: 0px solid #87948d;
}
table.szavaz th{
	color:#c22423;
	font-size: 15pt;
}




