/* Payment CSS */

div#registration_wrap {
	font-weight:bold;
	}
	
div#registration_wrap input {
	width:150px;
	border:1px solid #CCCCCC;
	background-color:#F9F9F9;	
	}
	
div#registration_wrap input:hover {
	width:150px;
	border:1px solid #999999;
	background-color:#F5F5F5;	
	}
	
div#registration_wrap input:focus {
	width:150px;
	border:1px solid #333333;
	background-color:#666666;	
	color:white;
	font-weight:bold;
	}

div#registration_wrap #reg_continue {
	background-image: url('images/ok.png');
	background-repeat:no-repeat;
	background-position:left;
	padding: 2px 2px 2px 22px;
	border:1px solid #CCCCCC;
	background-color:#F7F7F7;
	margin-top:5px;
	font-weight:bold;
	cursor:pointer;
	}	
	
div#registration_wrap #reg_continue:hover {
	background-image: url('images/ok.png');
	background-repeat:no-repeat;
	background-position:left;
	padding: 2px 2px 2px 22px;
	border:1px solid #CCCCCC;
	background-color:#E2E2E2;
	margin-top:5px;
	font-weight:bold;
	cursor:pointer;
	}	