/* CSS Document */

.container1 {width:430px; float: left; clear: both }
/*IE7 FIX 18/12/2008 */
.container1,
.container2 {margin: 0; padding: 5px 0 0 5px }/*overwrites previous*/

/*NOTIFICATIONS -controls*/
a.close {position: absolute; top: 5px; right: 5px; padding-right: 15px; color:#990000; background: url(images/cross_small.png) no-repeat right center; font-size:9px}

/*NOTIFICATIONS -defaults*/
div.notification {position: relative; margin: 0 0 15px 0; }
div.notification em {padding: 10px; font-style:normal; display: block}
div.notification em img {margin-right: 10px; position: relative; top: 3px;}

/*NOTIFICATIONS -variations*/
div.error {border: 1px solid #d7bbb8; background:#f6dcd9;}
div.confirm {border: 1px solid #cad3a6; background:#dfe9b8;}
div.attention {border: 1px solid #dbd6a1; background:#f8f2b7;}
div.information {border: 1px solid #b8c6d2; background:#dae6f1;}

#status{
	width:40%;
	padding:2px;
	outline:none;
}
.focusField{
	border:solid 2px #73A6FF;
	background:#EFF5FF;
	color:#000;
}
.idleField{
	background:#EEE;
	color: #6F6F6F;
	border: solid 2px #CFCFCF;
}	
