
/* Radio Buttons */
#radiobg1 {
	width: 9px;
	height: 20px;
	margin: 5px 0 0 0;
	background: url(../images/radio_left.png) no-repeat; 
	float:left;
}

#radiobg2 {
	width: 9px;
	height: 20px;
	margin: 5px 0 0 0;
	background: url(../images/radio_right.png) no-repeat; 
	float:left;
}

label.radio_checked {
	background: #fff url(../images/radio_on.png) repeat-x;	
	width:90px;
	height:17px;
	display: block;
	margin: 5px 0;
	padding:3px 0 0 0;
	float:left;
	text-align:center;
	font-size: 90%; _font-size: 80%; 
}

label.radio_unchecked {
	background: #fff url(../images/radio_off.png) repeat-x;	
	width:90px;
	height:17px;
	display: block;
	margin: 5px 0;
	padding:3px 0 0 0;
	float:left;
	cursor:pointer;cursor:hand;
	text-align:center;
	font-size: 90%; _font-size: 80%; 
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* BUTTONS */
#buttonbox { width: 300px; margin: 30px auto; text-align: center;}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 0px 0 15px;
    background-color:#f5f5f5;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType0, startColorstr=#ffffff, endColorstr=#E8E8E8); 
    border:1px solid #999;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;

    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:0px 10px 6px 15px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:0px 18px 3px 10px; /* IE6 */
}
.buttons button[type]{
    padding:0px 18px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:0px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:3px 3px -3px 5px !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}