/* Created with RAGE ButtonDesign http://www.ragesw.com/products/buttondesign/ */

/* OR */
div.or {
	float: left;
	width: 80px;
	height: 42px;
	font-family: 'Arial';
	font-size:14px;
	text-align: center;
	vertical-align: middle;
}

/* Pay Button */
div.rage_button_pay {
	float: left;
	width: 201px;
	height: 42px;
}

div.rage_button_pay a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('../images/click_to_sign-up.jpg') top left no-repeat;
	color: #EEEEEE;
	font-family: 'Arial';
	font-size:14px;
	line-height: 42px;
	text-align: center;
}

div.rage_button_pay a:hover {
	background-position: -201px 0;
	color: #000000;
}

div.rage_button_pay a:active {
	background-position: -402px 0;
	color: #000000;
}


/* Free Button */
div.rage_button_free {
	float: left;
	width: 201px;
	height: 42px;
}

div.rage_button_free2 {
	float: none;
	width: 201px;
	height: 42px;
}

div.rage_button_free a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('../images/get_a_free_character_now.jpg') top left no-repeat;
	color: #EEEEEE;
	font-family: 'Arial';
	font-size:14px;
	line-height: 42px;
	text-align: center;
}

div.rage_button_free2 a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('../images/get_a_free_character_now.jpg') top left no-repeat;
	color: #EEEEEE;
	font-family: 'Arial';
	font-size:14px;
	line-height: 42px;
	text-align: center;
}

div.rage_button_free a:hover {
	background-position: -201px 0;
	color: #000000;
}

div.rage_button_free2 a:hover {
	background-position: -201px 0;
	color: #000000;
}

div.rage_button_free a:active {
	background-position: -402px 0;
	color: #000000;
}

div.rage_button_free2 a:active {
	background-position: -402px 0;
	color: #000000;
}