
#resultcontainer
{
   float:left;
  /* margin-top:50px; */
   font-family : Arial, sans-serif;
   font-size: .8em;
   width: 100%;
   height: 15vh;
}
.iframe_container
{
   margin:8px;
   height: 15vh;
}

#result_div h1
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#9ace1e !important;
}

#result_div p
{
   font-family : Arial, sans-serif;
   font-size: .8em;
}

#contactus fieldset
{
   width:320px;
   padding:20px;
   border:1px solid #ccc;
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#333;
}

#contactus label
{
   font-family : Arial, sans-serif;
   font-size:0.8em;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height:140%;
  color : #000; 
  padding : 6px 12px; 
 

}

#contactus input[type="text"]
{
 /* height:px;
  width:220px;*/
}

#contactus input[type="submit"]
{
  /*  width:100%;
   height:30px;
   padding-left:0px; */
}
#contactus textarea
{
  height:120px;

}
#contactus input:focus,textarea:focus
{
  color : #222;
  border : 1px solid #d8ab24; 
  background-color : #fff; /* hiba eseten kiszinezi a mezo hateret */
  font-weight:bold;
}
#contactus textarea:focus {
  border : 1px solid #d8ab24 !important;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.9em;
   color: #ff4242; 
   float: left;
  /* background-color : #e48707; hiba eseten kiszinezi a szoveg hateret */
}
.succes_color {
	color: #9ace1e !important;
}
.error_color {
	color: #ff4242 !important;
}

