a
{
	color:#ED1C24;
	text-decoration:underline;
    margin:0px;
	padding:0px;
    display:inline;	
}

body
{
	background-color: #ffffff; 
	color:#000;
	height: 100%;
	font-family:Arial;
    font-size:12px;
	padding:0px;
	margin: 0px auto;
}

input, select
{
	font-family:Arial; 
	font-size:12px;
}

input.button, input.button:visited
{	
	/*margin:20px 4px 20px 4px; 
	padding:4px 10px;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	background-color:#ED1C24;
	cursor:pointer; 
	cursor:hand;*/
	background: url("../Images/btn-sprite.jpg") repeat-x scroll 0 -85px transparent;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    padding: 4px 10px;
	margin:20px 4px 20px 4px;
	border-radius: 5px 5px 5px 5px;
    /*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);*/
	color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 12px;
}

input.btnCancel, input.btnCancel:visited{
	background: url("../Images/btn-grey.jpg") repeat-x scroll 0 -85px transparent;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    padding: 4px 10px;
	margin:20px 4px 20px 4px;
	border-radius: 5px 5px 5px 5px;
    /*text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);*/
	color: rgb(0, 0, 0);
    font-size: 1em;
    font-weight: bold;
    line-height: 12px;
}

input.button:hover, input.btnCancel:hover{
    background-position: 0 -46px;
}

div.center
{
	text-align: center;
}

