@charset "utf-8";
input,
textarea {
    padding: 5px 8px;
    border: 1px solid #cecece;
    display: block;
    margin-top: 6px;
    color: #282a3b;
    font: 12px/18px Verdana, Arial, sans-serif;
}
.robot {
    color: #cecece;
    font: 12px/18px Verdana, Arial, sans-serif;
}
.robot a {
    margin: 5px 0;
    color: #07F7F2;
}
.robot a:hover {
    color: #9cf9a8;
}
input[type="submit"] {
    color: #fff;
    border: 1px solid #3a5882;
    font-size: 14px;
    margin-top: 6px;
    background: #3a5882;
    text-decoration: none;
    display: block;
    cursor: pointer;
    padding: 10px;
    height: 30px;
}
input[type="submit"]:disabled{
    opacity: .3;
}

.popup{
    display: block;
    opacity: 1;
}
.popup2{
    display: inline-block;
    left: 50%;
    opacity: 0;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.popup2 .window {
    /*padding: 0 27px 27px;*/
    right: 0;
    width: 350px;
    background: #fff;
    color: #3a5882;
    font-family: verdana;
    font-size: 18px;
    text-align: center;
    border: 1px solid #3a5882;
    border-top: 40px solid #3a5882;
}
.popup form input {
    background: #f0f5f7ba;
    width: 100%;
}
.popup form input[name="txtname"]{
    margin-top: 10px;
}
.popup form textarea {
    background: #f0f5f7ba;
    margin-top: 8px;
    width: 100%;
    height: 100px;
    resize: none;
}
.popup form label {
    width: 100%;
    height: 20px;
    display: block;
    margin: 40px 0px;
    padding: 0;
}
.popup form input[type="submit"] {
    background: #547AA5;
    text-align: center;
    height: 50px;
    text-transform: uppercase;
    width: 250px;
    padding-bottom: 10px;
    margin: 0 auto;
}
.popup form input[type="submit"]:hover {
    background: #4F5165;
}
.popup form input[type="checkbox"] {
    width: auto;
    margin: 2px;
    padding: 2px;
    float: left;
}
.popup form h5 {
    position: absolute;
    top: 10px;
    left: 29px;
    font-size: 18px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}
.popup2 .close_modal  {
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: 'tahoma', sans-serif;
    background: #ee7156;
    text-align: center;
}
.popup2 h5 {
	position: absolute;
	top: 10px;
	left: 70px;
	font-size: 18px;
	color: white;
    font-family: verdana;
	font-weight: 100;
	text-transform: uppercase;
    margin: 0;
}
.popup2 p {
	font-family: verdana;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.popup2 p strong{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	display: block;
}
.popup2 hr {
	background: #63baff;
	height: 1px;
	border: none;
}
.popupForm {
    width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}
.containerTextH {
    text-align: center;
    color: #ffffff;
}
