@CHARSET "ISO-8859-1";
/* 
* Place your custom CSS styles in this file. 
* When upgrading the plugin just keep a backup copy of this file 
* so you don't lose the CSS changes you made during the upgrade.
*/
.eMember_label {text-transform: none;font-size: 12px;font-weight: none;}
.eMember_text_input {border-radius:4px}
.eMember_highlight {text-transform: none;}

input.eMember_button {
	-moz-box-shadow:inset 0px 1px 5px -7px #b3b3b3;
	-webkit-box-shadow:inset 0px 1px 5px -7px #b3b3b3;
	box-shadow:inset 0px 1px 5px -7px #b3b3b3;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d3d3d), color-stop(1, #2e2e2e) );
	background:-moz-linear-gradient( center top, #3d3d3d 5%, #2e2e2e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d', endColorstr='#2e2e2e');
	background-color:#3d3d3d;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 24px;
	text-decoration:none;
	cursor: hand; 
	cursor: pointer;
}input.eMember_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2e2e2e), color-stop(1, #3d3d3d) );
	background:-moz-linear-gradient( center top, #2e2e2e 5%, #3d3d3d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#3d3d3d');
	background-color:#2e2e2e;
}input.eMember_button:active {
	position:relative;
	top:1px;
}
.wp_emember_loginForm  .eMember_text_input {
    font-size: 1.5em;
}