.popup {position:fixed;left:0;top:0;width:100%;height:100%;z-index:5;background:url(/popup2/black.png);font:normal 14px Arial;color:#fcfcfc;}
.popup > div {position:fixed;top:50%;left:50%;padding:7px;border-radius:10px;background:url(/popup2/white.png);}
.popup > div > div {height:100%;background:#335986;border-radius:10px;text-align:center;}
.popup p {margin:0;}
.popup .title {margin-bottom:20px;padding-top:5px;font-weight:bold;text-align:center;}
.popup .title span {position:absolute;right:15px;top:12px;cursor:pointer;}
.popup input,.popup textarea {width:335px;height:32px;margin-bottom:18px;}
.popup textarea {height:114px;}
.popup .button {width:196px;height:33px;border:0;background:#ae3756;border-radius:10px;color:white;}
.popup .error {padding-bottom:15px;font-weight:bold;font-size:1.1em;color:red;}
.callback_blue_form{width:443px;margin-top:-222px;margin-left:-221px;}

.button3{padding:9px 30px;border:0;font:bold 14px Arial;color:white;background:#ae3756;border-radius:10px;cursor:pointer;
			width:140px;font-size:12px;padding-right:0;padding-left:0
}
	.button3:hover{background:#c34f6d;}