﻿	
/*Float Buttons*/
div.bw
{
	float: left; /* for multiple buttons in the same container*/
    margin-right: 3px;
    display: inline;
	display:block;
	height:20px;
	background: transparent url( "../Images/button/but_r4_c2.jpg" ) no-repeat left top;
}
div.bw input.button {
    border: 0;
    margin: 0 0 0 3px;       /* width of left gif */
    padding: 0 12px 1px 9px; /* keeps the button centered and adds padding */
    background: transparent url("../Images/button/but_r4_c3.jpg") no-repeat right top;
    overflow: visible;     /*   normal width for buttons in IE */
    height: 20px;          /*   button height */
    color: black;
    font-weight:bold;
    font: 10px  Arial,Verdana, Helvetica, sans-serif; 
}
* html div.bw input.button {  /* and make it work inside table cells */
    width: 0;
}
/* rollover effect */
div.bw:hover, div.bw.sfhover {
    background-position: 0 -20px;
}
div.bw:hover input.button,div.bw.sfhover input.button {
    background-position:100% -20px;
    cursor: pointer;
}

div.bw1
{
	float: left; /* for multiple buttons in the same container*/
    margin-right: 20px;
    display: inline;
	display:block;
	height:20px;
	background: transparent url( "../Images/button/but_r2_c2.jpg" ) no-repeat left top;
}
div.bw1 input.button {
    border: 0;
    margin: 0 0 0 20px;       /* width of left gif */
    padding: 0 12px 1px 2px; /* keeps the button centered and adds padding */
    background: transparent url("../Images/button/but_r4_c3.jpg") no-repeat right top;
    overflow: visible;     /*   normal width for buttons in IE */
    height: 20px;          /*   button height */
    color: black;
    font-weight:bold;
    font: 10px Arial,Verdana,  Helvetica, sans-serif; 
}
* html div.bw1 input.button {  /* and make it work inside table cells */
    width: 0;
}
/* rollover effect */
div.bw1:hover, div.bw1.sfhover {
    background-position: 0 -20px;
}
div.bw1:hover input.button,div.bw1.sfhover input.button {
    background-position:100% -20px;
    cursor: pointer;
}
div.agreement h3
{ font-size:12px;}
div.agreement p
{ font-size:10px;}
/* END Float Buttons*/
