@charset "UTF-8";
/* CSS Document */

#background-popup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:0;
z-index:10;
}
#popup-box{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:auto;
background:url(../../images/bg-popup.png);
z-index:20;
padding:10px;
text-align:left;
}
#popup-content {
background:url(../../images/bg-popup-inside.png) repeat;
padding:10px;
min-height:430px;
height:auto!important;
height:430px;
}
#popup-content2 {
background:url(../../images/bg-popup-inside.png) repeat;
padding:10px;
height:auto;
}
#edit-question-area { clear:both; height:auto; }
#popup-header {
width:252px;
height:101px;
padding-top:10px;
}
#popup-header .page-properties {
width:252px;
height:101px;
background:url(../../images/header-properties.png);
background-repeat:no-repeat;
}
#popup-header .page-content {
width:216px;
height:107px;
background:url(../../images/header-content.png);
background-repeat:no-repeat;
}
#popup-x {
float:right;
position:relative;
}
.popup-main {
padding-left:130px;
margin-top:-70px;
color:#666;
}
.popup-main .title { font-weight:bold; font-size:14px; text-transform:uppercase; }
.popup-main p { padding:20px 0px 3px 0px; margin:0; text-transform:uppercase; }
.popup-main .label { padding-left:23px; text-transform:capitalize; }
.popup-main select { font-family:Arial, Helvetica, sans-serif; font-size:12px; width:220px; line-height:20px; margin-bottom:2px; }
.popup-main .left-column {
float:left;
}
.popup-main .right-column {
float:left;
padding-left:30px;
}
.popup-main .submit {
clear:both;
float:right;
}