/*
 * MESSAGE BOX PLUGIN
 */



.jquery-msgbox-hea {

   	padding:0px;
   	padding-top:7px;
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	height:19px;

	width:100%;
	vertical-align:middle;
	line-height:1em;
	
	border-bottom:1px solid #ddd;
	background-image: url(../../file/image/banner-bg.png);
	background-position: 0px -25px !important;

    background-repeat:repeat-x;
    
    border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-radius-topright: 3px;
    
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
    -khtml-border-radius-topleft: 3px;
    
	
}

.jquery-msgbox {
	/*background:url(../../file/image/msgbox/background.png) repeat-x left bottom;
	background:url(../../file/image/msgbox/background-login.png) repeat-x left -29px;*/
	padding-bottom:25px;
	font-style:normal;
	
	border:none;
	/*overflow:hidden;*/
	
	background-color:#e8ecf0 !important;

	align-self: center;
	box-shadow: none !important;
}

.jquery-msgbox-wrapper {
	padding:20px 5px 0px 0px;
}

.jquery-msgbox-buttons {
	padding:12px;
	padding-top:0px !important;  
	text-align:right;
	position:absolute;
	bottom:0;
	right:0;
	border:0px solid red;
}

.jquery-msgbox-buttons button,
.jquery-msgbox-buttons input {
	margin-left:10px;
	padding:0 10px 2px !important;
	height:24px;
}

.jquery-msgbox-inputs {
	margin-top:4px;
}

.jquery-msgbox-inputs input {
	display:block;
	padding:3px 2px;
	border:1px solid #dddddd;
	margin-right: 0 !important;
	margin-bottom: 12px;
	margin-top: 4px;
}

.jquery-msgbox-label {
	font-weight:bold;
	font-size:11px;
}

.jquery-msgbox-alert {
	background: url(../../file/image/msgbox/alert.png) no-repeat 20px 40px;
}

.jquery-msgbox-info {
	background: url(../../file/image/msgbox/question_new.png) no-repeat 20px 40px;
}

.jquery-msgbox-error {
	background: url(../../file/image/msgbox/error_new.png) no-repeat 20px 40px;
}

.jquery-msgbox-prompt {
	background: url(../../file/image/msgbox/question_new.png) no-repeat 20px 40px;
}

.jquery-msgbox-confirm {
	background: url(../../file/image/msgbox/question_new.png) no-repeat 20px 40px;
	margin:0px;
}

.jquery-msgbox-confirmNoHeader {
	min-heigh: unset;
	background: url(../../file/image/msgbox/question_new.png) no-repeat 20px 5px;
	margin:0px;
}


/*
 * DEFINE LOGIN PAGE
 *******************
 */

.jquery-msgbox-head {
	padding:8px 0px;

	text-align:right;
	position:absolute;
	top:0;
	right:0;

	height:27px;

}

