.space {
	width: 22px !important;
	height: 22px !important;

}
.bol {
	background-image: url(../images/ol.png);
	background-repeat: no-repeat;
	width: 22px;
}
.b_ol {
	background-image: url(../images/_ol.png);
	background-repeat: no-repeat;
	width: 22px;
}
.bo {
	background-image: url(../images/o.png);
	background-repeat: repeat-x;
}
.bor {
	background-image: url(../images/or.png);
	background-repeat: no-repeat;
	width: 22px;
}
.b_or {
	background-image: url(../images/_or.png);
	background-repeat: no-repeat;
	width: 22px;
}
.bl {
	background-image: url(../images/l.png);
	background-repeat: repeat-y;
}
.br {
	background-image: url(../images/r.png);
	background-repeat: repeat-y;
}
.bul {
	background-image: url(../images/ul.png);
	background-repeat: no-repeat;
	width: 22px;
}
.b_ul {
	background-image: url(../images/_ul.png);
	background-repeat: no-repeat;
	width: 22px;
}
.bu {
	background-image: url(../images/u.png);
	background-repeat: repeat-x;
}
.bur {
	background-image: url(../images/ur.png);
	background-repeat: no-repeat;
	width: 22px;
}
.b_ur {
	background-image: url(../images/_ur.png);
	background-repeat: no-repeat;
	width: 22px;
}
body {
	background-color: #FFFFFF; /* must be border color*/
	margin: 0px;
}

* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.content, .content * {
	font-size: 11px;
	line-height: 18px;
}

.content input, .content textarea{
	border: 1px solid #66AA33;
	background-color: #F0FAE6;
}

.content .none input {
	border: 0px;
	background-color: #FFFFFF;
}

.content a {
	color:#66a335;
	text-decroation: none;
}
