/* idms_message.css --*/
/*------- 08/21/09 --*/

a img { border:none; }

.message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
	width:280px;
	border:1px solid #ccc;
	}

.message h1 {
	background:url(../images/gradient_tile.png) top repeat-x;
	font-size:12px;
	font-weight:normal;
	color:#663333;
	padding:5px;
	margin:0;
	height:15px;
	border-bottom:1px solid #ccc;
	}

.message #content {
	clear:both;
	float:left;
	padding:5px;
	}
.checkbox { display:block; padding-bottom:4px; }
.clear { clear:both; }

.buttons { clear:both; background-color:#ccc; text-align:right; padding:4px; height:20px; }

 a.button2 {
    background: transparent url('../images/buttonRight.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 16px; /* sliding doors padding */
    text-decoration: none;
    font-size:11px;
}

 a.button2 span {
    background: transparent url('../images/buttonLeft.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 3px 0 5px 16px;
}

.message2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
	width:356px;
	border: 1px solid #ccc;
	}
.message2 h1 {
	background:url(../images/gradient_tile.png) top repeat-x;
	font-size:12px;
	font-weight:bold;
	color:#663333;
	padding:5px;
	margin:0;
	height:15px;
	border-bottom:1px solid #ccc;
	}
.message2 img { float:left; }
.message2 p {
	font-weight:bold;
	font-size:11px;
	text-align:left;
	margin:0;
	padding:5px;
	}

.message3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:normal;
	width:99%;
	background-color:#eaeaea;
	border:1px solid #a6caf0;
	padding:3px;
	height:16px;
	}

.message3 a { display:block; color:#666666; text-decoration:none; font-weight:bold; }

.message3 .left { float:left; width:90%; }
.message3 .right { float:right; width:10%; text-align:right; }

.error { border:1px #e47376 solid; background-color:#f3c3c5; }

.error .left { float:left; width:66%; }
.error .right { float:right; width:30%; }
