/********************************************************************************/
/** buttons *********************************************************************/
/********************************************************************************/

.btn_container
{
	clear: both;
	padding-top: 20px;
}

.btn_add
{
	float: left;
	padding-left: 225px;
}

.btn_add a,
.btn_add a:link,
.btn_add a:hover,
.btn_add a:visited,
.btn_add a:active,
.btn_add a:visited:hover
{
	background-color: #bb240c;
	background-image: url(images/ico_add.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	border-right: solid 1px #881f09;
	border-bottom: solid 1px #881f09;
	border-left: solid 1px #ffeec5;
	border-top: solid 1px #ffeec5;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 25px;
	text-decoration: none;
	
	display: block;
	height: 19px;
	width: 52px;	
}

.btn_add a:hover,
.btn_add a:visited:hover
{
	background-color: #881f09;
}

.btn_save
{
	float: left;
	padding-left: 225px;
}

.btn_save a,
.btn_save a:link,
.btn_save a:hover,
.btn_save a:visited,
.btn_save a:active,
.btn_save a:visited:hover
{
	background-color: #bb240c;
	background-image: url(images/ico_add.gif);
	background-repeat: no-repeat;
	background-position: 8px 6px;
	border-right: solid 1px #881f09;
	border-bottom: solid 1px #881f09;
	border-left: solid 1px #ffeec5;
	border-top: solid 1px #ffeec5;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 25px;
	text-decoration: none;
	
	display: block;
	height: 19px;
	width: 88px;	
}

.btn_save a:hover,
.btn_save a:visited:hover
{
	background-color: #881f09;
}

.btn_return
{
	float: left;
	padding-left: 15px;
}

.btn_return a,
.btn_return a:link,
.btn_return a:hover,
.btn_return a:visited,
.btn_return a:active,
.btn_return a:visited:hover
{
	background-color: #bb240c;
	background-image: url(images/ico_back.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	border-right: solid 1px #881f09;
	border-bottom: solid 1px #881f09;
	border-left: solid 1px #ffeec5;
	border-top: solid 1px #ffeec5;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 25px;
	text-decoration: none;	
	
	display: block;
	height: 19px;
	width: 105px;
}

.btn_return a:hover,
.btn_return a:visited:hover
{
	background-color: #881f09;
}

.btn_cancel
{
	float: left;
	padding-left: 15px;
}

.btn_cancel a,
.btn_cancel a:link,
.btn_cancel a:hover,
.btn_cancel a:visited,
.btn_cancel a:active,
.btn_cancel a:visited:hover
{
	background-color: #bb240c;
	background-image: url(images/ico_back.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	border-right: solid 1px #881f09;
	border-bottom: solid 1px #881f09;
	border-left: solid 1px #ffeec5;
	border-top: solid 1px #ffeec5;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 25px;
	text-decoration: none;	
	
	display: block;
	height: 19px;
	width: 58px;
}

.btn_cancel a:hover,
.btn_cancel a:visited:hover
{
	background-color: #881f09;
}
