﻿/****** A LINK Button style *****/
.UIAButton
{
	border:1px solid #666;
	padding:3px 0px!important;
	padding-bottom: 5px!important;
	padding:0px;
	margin-top:5px;
}
.UIAButton a
{
	padding:2px 5px;
	padding-bottom: 5px!important;
	padding-bottom: 4px;
	
	border-top: 1px solid #fff;
	background-image:url(../images/UIButton/UIButton.gif);
}
.UIAButton a, .UIAButton a:hover, .UIAButton a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.UIAButton_Red
{
	border:1px solid #7C1530;
	padding:3px 0px!important;
	padding-bottom: 5px!important;
	padding:0px;
	margin-top:5px;
	margin-right: 5px;
}
.UIAButton_Red a
{
	padding:2px 5px;
	padding-bottom: 5px!important;
	padding-bottom: 4px;
	
	border-top: 1px solid #ED97AE;
	background: #EF2A60;
}
.UIAButton_Red a, .UIAButton_Red a:hover, .UIAButton_Red a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}