@charset "utf-8";
/* CSS Document horizontal scrolling*/


/*boxes*/

label{display:block; margin-bottom:2px;}

.myBox {
/*a form*/
	/*    width: 220px;*/
	width: 80%;
	background-color: #DDEEF6;
	background-color:#D7D7FF;
	background-color:#CCE7F7;
	background-color:#DBEDF9;
	border:1px solid;
	border-color:#AACCEE;
	/* Do rounding (native in Firefox and Safari) */
  	border-radius: 6px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:15px;
	color:#333333;
	height:93px;	
}


.myInput {
/*inputboxok a formon*/
	margin: 2px auto;
	color: #333;
	width: 200px;
	background-color: #FFF;
	border: 1px solid #AACCEE;
	padding:6px;
	margin-bottom:0px; 
}


.button:hover{
/*frissits és mehet gomb*/
	border:0;
	margin:0;
	background-color:#000099;
	border:solid 1px;
	border-color: #666666;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	/* Do rounding (native in Firefox and Safari) */
border-radius: 6px;
}

.button{
/*frissits és mehet gomb*/
	border:0;
	margin:0;
	background-color:#0288D8;
	border:solid 1px;
	border-color: #666666;
	color:#fff;
	font-weight:bold;
	padding:5px;
	height:30px;
	/* Do rounding (native in Firefox and Safari) */
border-radius: 6px;
}


