#pulldown-wrapper {
    width: 100%;
    position: fixed;
    z-index: 10001;
    top: 0;
}

#pulldown {
    background-color: transparent;
    min-width: 200px;
    max-width: 700px;
    margin: 0 auto;
    display: none;
}

.box-top {
    background: url("../img/box.png") no-repeat scroll 100% 0 transparent;
    height: 10px;
    margin: 0 0 0 20px;
}

.box-top div {
    background: url("../img/box.png") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 10px;
    left: -20px;
    line-height: 0;
    position: relative;
    width: 20px;
}

.box-left {
    background: url("../img/border.png") repeat-y scroll 0 0 transparent;
    padding: 0 0 0 20px;
    overflow: hidden;
}

.box-right {
    background: url("../img/border.png") repeat-y scroll 100% 0 transparent;
    padding: 0 20px 0 0;
    overflow: hidden;
}

.box-bottom {
    background: url("../img/box.png") no-repeat scroll 100% 100% transparent;
    height: 20px;
    margin: 0 0 0 20px;
}

.box-bottom div { 
    background: url("../img/box.png") no-repeat scroll 0 100% transparent;
    font-size: 0;
    height: 20px;
    left: -20px;
    line-height: 0;
    position: relative;
    width: 20px;
}

.box-content {
    background: none repeat scroll 0 0 #EAEAEA;
    display: block;
    margin: 0;
    padding: 1px 10px 0px 60px;
    overflow: hidden;
}

.box-content h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-family: "Arial";
    font-weight: bold;
    float: left;
}

.box-content div ul {
    list-style: none;
    padding-left: 60px;
}

.box-content div.messages {
    min-height: 50px;
    background-position: 0 25px;
    float: left;
    clear: both;
}

.box-content div.messages span.notification-title {
    padding-left: 60px;
}

.box-content div.buttons {
    text-align: right;
    margin-top: 15px;
    float: right;
    clear: both;
}

a.button {
    color: #6e6e6e;
    font: bold 12px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
    min-width: 60px;
    text-align: center;
    outline: none;
}

a.button:hover {
    color: #333;
    border-color: #999;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

a.button:active {
    color: #000;
    border-color: #444;
}

.error {
    background: url("../img/error50.png") no-repeat scroll 0 0 #EAEAEA;
}

.info {
    background: url("../img/info50.png") no-repeat scroll 0 0 #EAEAEA;
}

.warning {
    background: url("../img/alert50.png") no-repeat scroll 0 0 #EAEAEA;
}

.question {
    background: url("../img/help50.png") no-repeat scroll 0 0 #EAEAEA;
}

#overlay {
	z-index: 10000;
	filter: alpha(opacity=25); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=25); /* IE */
	-moz-opacity: .25; /*older Mozilla*/
	-khtml-opacity: 0.25;   /*older Safari*/
	opacity: 0.25;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
        display:none;
}
