@charset "utf-8";
/* CSS Document */
.article{
padding:5px;
border:1px #000 solid;
font-size:12px;
font-family:Calibri, Eras Medium ITC;
width:90%;

}
body{
line-height: 1;
background-image:url(images/bg-pattern.gif);
background-repeat:repeat;

font-family:Calibri, Eras Medium ITC;
font-size:14px;
color:#000;
}

a{
color:#0000FF;
text-decoration:none;
font-weight:bold;
}

a hover{
text-decoration:underline;
color:#66FFFF;
}
.success {
	border: #009900 solid 2px;
	height:120px;
	background-image:url(images/Thumb_Up_.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #5EFFAE;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#006600;
}
.error {
	
	border: #990033 solid 2px;
	background-image:url(images/Thumb_dwn_.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #FF8A8A;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#990033;
	padding:4px;
}
.wrapper {
	width: 900px;
	margin: auto;
	text-align:left;
	position:relative;
	z-index:5;
	border: solid 1px #00CCFF;
	}
