

.form-container{
  /* width: 420px;*/
    margin:0;
    background: #fff;
  /*  box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 6px;*/
	/*padding: 14px;*/
    
}

.form-container h2{
    font-family: Arial,serif;
    font-size:24px;
    text-align: center;}

input[type="submit"]{
   /* border: 0 none;*/
    /*margin:18px auto 0 95px;*/
    /*height: 36px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    border-radius: 3px;
    background: #FF6600;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.2) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;*/
}


input[type="submit"]:hover, input[type="submit"]:focus{
   /* background: #FF3A65;
    box-shadow: 0 1px 0 rgba(0,0,0,0.15) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,0.15);
    color: #fff;*/
}

input[type="submit"]:active{
   /* background:#FF6600;
    color: #185768;*/
}
		
label {
    width: 100%;
    line-height: 15px;
}	


input[type="text"], textarea{width: 250px;padding: 8px 12px;
		/* border: none;
		background: #efefef;
		border-radius: 3px;
		box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
		color: #393939;*/
		outline: 0;
display: unset;


padding: 11px 4px 11px 10px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    min-width: 100px;
    min-height: 22px;
    outline: none;
    font-family: Open Sans, sans-serif;
    text-align: left;
    text-indent: 0;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 7px;
    resize: vertical;
    display: block;
    -webkit-appearance: none;





}

input[type="date"], textarea{width: 250px;padding: 8px 12px;
		/* border: none;
		background: #efefef;
		border-radius: 3px;
		box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset;
		color: #393939;*/
		outline: 0;
display: unset;}
		
.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
margin: 15px 0;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 100%;
margin: 15px 0;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}