@charset "utf-8";
/* CSS Document */
/*Input Text*/
input[type=text]  {
/*border:1px solid #999999;
background:url(../Images/css/grey_bg.gif) no-repeat*/
}
input[type=password]  {
/*border:1px solid #999999;
background:url(../Images/css/grey_bg.gif) no-repeat*/
}
input[type=text]:hover  {

}

/*Select Menu*/
select {
border:1px solid #cccccc;
}


/*Button*/
a.squarebutton{
background: transparent url('/images/css/square-blue2-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 22px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('/images/css/square-blue2-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
color:#FFFFFF;
font-weight:bold;
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #666666;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}




a.squarebutton_orange{
background: transparent url('/images/css/square-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 22px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton_orange, a:visited.squarebutton_orange, a:active.squarebutton_orange{
color: #494949; /*button text color*/
}

a.squarebutton_orange span{
background: transparent url('/images/css/square-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
color:#FFFFFF;
font-weight:bold;
}

a.squarebutton_orange:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton_orange:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #666666;
}


a.squarebutton_transparent{
background: transparent url('/images/css/square-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 22px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton_transparent, a:visited.squarebutton_transparent, a:active.squarebutton_transparent{
color: #666666; /*button text color*/
}

a.squarebutton_transparent span{
background: transparent url('/images/css/square-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
color:#666666;
font-weight:bold;
}

a.squarebutton_transparent:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton_transparent:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #999999;
}


.btn_main, .btn_main:active, .btn_main:link{
	color:#ffffff;
	background-color:#cd1e47;
	border-width:0px;

}
.btn_main:hover {
	color:#ffffff;
	background-color:#000000;
	border-width:0px;
	cursor:pointer;
}
