/*
Név: Webgalamb 5 belső űrlap CSS
Leírás: ezen CSS segítségével lehetséges a Webgalamb belső űrlapjának kinézetének módosítása
Készítő: Chrome Ball Studio
Készítő honlapja: http://www.webgalamb.hu/
*/



body { 
	background-repeat: repeat-x; 
	background-color: #aaaaaa; 
	margin: 0px; 
	padding: 0px; 
	color: #222222; 
	font-size: 12px; 
	font-family: Verdana, Arial; 
	} 

/* űrlap fölötti címsor */
h1 { 
	color: #333333; 
	font-size: 17px; 
	font-family: arial; 
}

h1 b { 
	color: #ff4400; 
	font-size: 17px; 
	font-family: arial; 
}

/* sikeres módosítás esetén megjelenő sikerességről tájékoztató szöveg */
.sikeresh1 { 
	color: #009900; 
}

/* űrlap alatt található logó (Webgalamb 3) */
#lentilogo3 { 
	position: relative; 
	top: 2px; 
}

/* adatmódosító űrlapot tartalmazó div */
#adatmodositas { 
	margin: 40px; 
	padding: 20px; 
	margin-bottom: 3px; 
	width: 650px; 
	min-height: 100px;
	background-repeat: repeat-x; 
	background-color: #ffffff; 
	font-family: verdana, arial; 
	font-size: 12px; 
	color: #000000; 
	position: relative; 
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
	box-shadow: 0px 0px 8px #555;
}
* html #adatmodositas { height:100px;}

/* input mező */
.adathoz { 
	width: 346px; 
	background: #eeeeee; 
	font-family: verdana, Arial; 
	font-size: 12px; 
	border: 1px solid #cccccc; 
	color: #333333; 
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
	padding: 4px;
}

/* submit gomb */
.gomb { 
	width: 356px; 
	background: #ff8800; 
	font-family: arial, verdana; 
	font-size: 11px; 
	border: 1px solid #777777; 
	color: #000000; 
	font-weight: bold; 
	cursor: pointer; 
	padding: 6px; 
	margin-top: 2px;
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
}
.gomb:hover { 
	background: #77b727; 
	border: 1px solid #228202; 
	color: #ffffff; 
}

/* select mező */
.selecthez { 
	width: 356px; 
	background: #eeeeee; 
	font-family: verdana, Arial; 
	font-size: 12px; 
	border: 1px solid #cccccc; 
	color: #333333; 
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
	padding: 4px;
}
	
/* textarea */
.formtexthez { 
	background-color: #eeeeee; 
	color: #000000; 
	width: 346px; 
	height: 110px; 
	font-family: verdana, arial; 
	font-size: 11px; 
	border: 1px solid #cccccc; 
	padding: 0px; 
	overflow: auto; 
	-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; 
	padding: 4px;
}

.adathoz:disabled,
.formtexthez:disabled,
.selecthez:disabled {
	background:transparent;
	border: none;
}