
/**
 * jQuery Simple Dialog 
 */
.sd_container{
 font-family: arial,helvetica,sans-serif;
 margin:0;
 padding: 30px;
 position: absolute;
 background-color: #fff;
 border: solid 1px #ccc;
 text-align:center;
 background-color:#f3efe9;
}
.sd_header{
 font-size: 125%;
 font-weight:bold;
 margin-bottom: 10px;
}
.sd_content{}
.sd_footer{
 color: #a0a0a0;
 margin-top: 10px;
}
.sd_overlay{
 position: absolute;
 margin:0;
 padding: 0;
 top: 0;
 left: 0;
 background-color: #222;
}
.sd_loading{
 background: url('indicator.gif') center no-repeat;
 background-color: #fff;
 height: 60px;
 width: 60px;
}
.sd_closelabel{
 position:absolute;
 /* width:50px; */
 width:12px;
 height:22px;
 line-height:22px;
 top:0;
 left:0;
 padding:10px;
 text-align:center;
 /* background-color:#ccc; */
}

.partnerform span {
 text-align:left;
}

.sd_closelabel a {
 text-decoration:none;
 color: #222;
 font-size: 12px;
 font-weight:bold;
}

.sd_content label.required {background-image:none; text-align:left; background:url(img/labelarrow.png) -85px center no-repeat; height: 18px;}
.sd_content  fieldset {margin-top: 10px;}
.sd_content input.w158 {width:180px;}
.sd_closelabel {opacity:1;}
.sd_closelabel a {overflow:hidden; display:inline-block; width:0; height:12px; padding-left:12px; background:url(img/close.gif) 0 0 no-repeat;}