.green{
    font-size:0.9em;
    color:#3999dc;
    font-weight: normal;
}
div,img{
    border: none;
    display: block;
}
.on {display:on}
.off {display:none}
.outer{
    text-align: left;
    border: 0px solid #000000;
    width: 940px;
    margin: auto;
    overflow: hidden;
}
#maining{
    height: 120px;
    background: #c0c0c0;
    color: #333333;
    background-color: #3999dc;
    background-repeat: no-repeat;
    border-top-width: 0px;
    border-right-width: 0;
    border-bottom-width: 0px;
    border-left-width: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
}
div#wrapper {
    margin: 0px;
}
#wrapper {
    position: relative;
    background-image: url(../images/bg_wrapper.png);
    background-repeat: repeat-y;
    background-color: #ffffff;
    width: 940px;
    padding: 0;
    overflow: hidden;
}
#content {
    zoom: 1;
    width: 700px;
    background: #ffffff;
    color: #333333;
    text-align: left;
    float: left;
    display: inline;
}
.content {
    background-image: none;
    padding-top: 10px;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    margin-top: 0px;
}
h3 {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    color: #545454;
    border-left: 15px;
    border-left-color: #3999dc;
    border-left-style: solid;
    font-size: 1.1em;
}
.arrow {
    background-image: none;
    background-repeat: no-repeat;
    vertical-align: bottom;
    float: inherit;
}
#footer {
    background: #333;
    float: right;
    list-style: none;
    margin-left: 0;
    padding: 0;
    width: 100%;
    border-top: 4px solid #3999dc;
    padding: 20px 0px 20px 0px;
    height: auto;
    background-image: url(../images/bg_footer.png);
    background-repeat: repeat-x;
}
.footbox {
    font-size: 0.7em;
    color: #ffffff;
    text-align: right;
    clear: both;
    margin: 0px;
    height: auto;
    line-height: 1.4em;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}
#footer a {
    display: inline;
}
.footer a:link {
    color: #ffffff;
    text-decoration: none;
}
.df_lock_bg{
	left:0px;
	top:0px;
	background:#333;
	opacity:0.3;
	filter:alpha(opacity=20);
	display:none;
    width: 100%;
    height: 100%;
    position: fixed;
}
.df_lock_load{
	position:absolute;
	min-width:180px;
	padding:20px 5px 20px 5px;
	background:#f3f3f3;
	border:solid 1px #999;
	z-index:200;
	display:none;
	text-align:center;
	font-size:12px;
	color:#333;
}
.modal {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    /*background: rgba(50,50,50, .9);*/
    background:#333;
	opacity:0.3;
	filter:alpha(opacity=20);
}
.modal__inner {
    transition: top .25s ease;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    background: #fff;
    border-radius: 0px;
    /* padding: 1em 2em; */
    top: -25%;
    width: 300px;
    height: 70px;
    display: none;
}
.popline {
    width: 100%;
    height: 7px;
    background-color: #3999dc;
}