.btn_ano_left
{
	display: block;
	float: left;
	position: relative;
	left: -50%;
	text-align: center;
	line-height: 26px;
	background-image: URL(/images/btn_anno_left.gif);
	background-repeat: no-repeat; 
	height: 26px; 
	width: 3px;
}

.btn_ano
{
	display: block;
	float: left;
	position: relative;
	text-align: center;
	left: -50%;
	line-height: 26px;
	background-image: URL(/images/btn_anno.gif);
	background-repeat: repeat-x;
	height: 26px;
	line-height: 26px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

.btn_ano_right
{
	display: block;
	float: left;
	position: relative;
	text-align: center;
	left: -50%;
	line-height: 26px;
	background-image: URL(/images/btn_anno_right.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 3px;
}

.btn_ano_content
{
	float:left;
	position:relative;
	left:50%;
	text-align: left;
	height: 26px;
	margin-top: 10px;
}

.div_ano_content {
	width: 490px;
	margin: 0 auto;
	display:block;
	text-align:left;
	border:1px solid #AAAAAA;
	background-color:f9f9f9;
	padding:10px;
}

.div_ano_content p {
	width: 490px;
	clear: left;
	margin: 0;
	padding: 5px 0 5px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	/*border: 1px dashed gray;*/
	height: 1%;
	line-height: 18px;
}

.div_ano_content label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.div_ano_content input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

* html .threepxfix{
	margin-left: 3px;
}

