.popup-box {
    position: absolute;
    border-radius: 5px;
    background: #fff;
    display: none;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    z-index: 9999999;
    font-size: 14px;
}
 
.popup-box .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: Arial, Helvetica, sans-serif;  
    font-weight: bold;
    cursor: pointer;
    color: #434343;
    padding: 20px;
    font-size: 20px;
}
 
.popup-box .close:hover {
    color: #000;
}
 
.popup-box h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.popup-box .top {
    padding: 20px;
}
 
.popup-box .bottom {
    background: #eee;
    border-top: 1px solid #e5e5e5;
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
 
#blackout {
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999999;
    left: 0;
    display: none;
}




div#smart {
	width: 370px;
position:relative;margin-top:100px;
}


.small-form {
    width: 320px;
    background: #fff;
}

.small-form .form-title {
    height:50px;
    padding-top: 25px;
    background: #212121;
    font: 20px intro;
    color:  #fff;
    text-align: center;
}

.small-form form {
    padding: 30px 28px;
}

.small-form form input {
    width: 258px;
    height: 45px;
    background: #f6f6f6;
    color: #000;
    margin-bottom: 5px;
    padding-left: 5px;
    outline:  none;
	font-size:14px;
	border: 2px inset;
}

.small-form form input.error {
    border: 1px dashed red;
}
#smart.small-form form input {
width:100%;
}
.small-form form input.submit {
    width: 265px;
    height: 50px;
    margin: 20px 0;
    background: #d7e7eb;
    font-weight: bold;
    color: #202020;
    border: none;
    outline: none;
    cursor: pointer;
}

.small-form form p {
    font-size: 13px;
    color: #a4a4a4;
}

.small-form form .know {
    border-top: 1px solid #dcdcdc;
}

.small-form form .or {
    position: relative;
    top: -10px;
    text-align: center;
}

.small-form form .know .or p {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    color: #a4a4a4;
}

.small-form form .know p {
    font-size: 14px;
    color: #393939;
    text-align: right;
}

.small-form form .know p span {
    font-weight: bold;
}

.small-form .answer{
    padding: 30px 28px;
}

.small-form .answer p {
    font-size: 20px ;
    color: #393939;
    text-align: center;
}

.small-form .answer p.callback-tnk {
    display: block;
    margin: 20px 5px 0;
    padding: 5px;
    font-size: 20px;
    font-weight:bold;
    background: #a4cad3;
    text-transform: uppercase;
    border: 2px dashed #1a1a1a;
    text-transform: uppercase;
} 