﻿/* No.1 Define the CSS for alert form @2008.7.18 */
.alertshadowDiv
{
    background-color:#000000;
    position:absolute;
    top:0;
    left:0;
    width:10px;
    height:10px;
    margin:0;
    padding:0;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    visibility:hidden;
    z-index:90;
    overflow:hidden;
}

.alertBack
{
    position:absolute;
    left:100px;
    top:100px;
    width:400px; /**/
    height:300px;
    margin:0;
    padding:0;
    visibility:hidden;
    z-index:91;
}
.alertTopBar,.alertBotBar
{
    width:400px;
    height:8px;
    line-height:8px;
    font-size:0px;
    margin:0;
    float:left;
    padding:0;
    background-color:#FFFFFF;
    filter:alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}
.alertMidDiv
{
    margin:0;
    padding:0;
    width:400px;
    min-height:150px;
    height:auto; /*for IE auto height*/
}
.alertLeftBar,.alertRightBar
{
    background-color:#FFFFFF;
    margin:0;
    padding:0;
    width:8px;
    height:150px;
    filter:alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
    float:left;
}
.alertMidBar
{
    background-color:#FFFFFF;
    margin:0;
    padding:0;
    width:382px;
    height:148px;
    border:solid 1px #DF1309;
    float:left;
}
.alertTitleBar
{
    background-image:url(titleBack.png);
    background-repeat:repeat-x;
    margin:0;
    padding:0;
    width:382px;
    height:25px;
    cursor:move;
}
.alertTitleContent
{
    margin:0;
    padding:0;
    width:350px;
    height:25px;
    font-size:13px;
    font-weight:bold;
    color:#FFFFFF;
    line-height:25px;
    text-align:left;
    text-indent:8px;
    float:left;
}
.alertTitleBtnOn
{
    background-image:url(btnOn.gif);
    background-repeat:no-repeat;
    background-position:center center;
    margin:0;
    padding:0;
    width:28px;
    height:25px;
    float:right;
    cursor:pointer;
}
.alertTitleBtnOut
{
    background-image:url(btnOut.gif);
    background-repeat:no-repeat;
    background-position:center center;
    margin:0;
    padding:0;
    width:28px;
    height:25px;
    float:right;
    cursor:pointer;
}
.alertContent
{
    width:362px;
    min-height:63px; /*for FF */
    _min-height:83px; /*for IE */
    margin:0;
    padding:10px;
    font-size:13px;
    text-align:left;
    font-family:verdana, arial, helvetica, sans-serif;
    color:#232323;
}
.alertOkBar
{
	background-image:url(logo.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
    width:382px;
    height:40px;
    margin:0;
    padding:0;
    text-align:center;
    vertical-align:top;
}

.alertOkBtnOn
{
    background-image:url(okOn.gif);
}
.alertOkBtnOut
{
    background-image:url(okOut.gif);
}
.alertOkBtnOn,.alertOkBtnOut
{
    background-repeat:no-repeat;
    background-position:center center;
    width:92px;
    height:28px;
    margin:0 auto 0 auto;
    padding:0;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    line-height:28px;
    color:#FFFFFF;
    cursor:pointer;
}

.alertLeftBtnDiv
{
	width:100px;
	float:left;
	margin:0;
	padding:0 10px 0 0;
	margin-left:80px;
}
.alertRightBtnDiv
{
	width:100px;
	float:left;
	margin:0;
	margin-right:80px;
	padding:0 0 0 10px;
	margin:0;
}