/* CSS Document */

.border_ok {
	line-height:40px;
	width:60%;
	border: 1px solid #7BBB91;
	/*background-image: url(CSSpicture/confirm.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align:middle;
	margin: 3px;
	font-size: 12px; 
	color: #FF9900;
}

.border_ok_small {
	background-color: #E6FFF2;
	line-height:40px;
	width:60%;
	border: 1px solid  #EEEEF7;
	background-image: url(CSSpicture/confirm.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align:middle;
	margin: 3px;
	font-size: 12px;
	color: #666666;
}

.border_error {
	line-height:40px;
	width: 60%;
	border: 1px solid #FF0000;
/*	background-color: #EFDCD3;
	background-image: url(CSSpicture/error.png);
*/	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 5px;
	color:#FF9900;
	font-size: 12px;
	margin: 3px;
}
html{
	font-family:Tahoma, Arial;
	color: #FFFFFF;
	font-size: 12px;
}

