@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.
*/
#wp_emember_regoForm {
    font-size:11px;
    margin:0 auto;
    max-width:500px;
    /* margin-left: 200px; */
    margin-top: 0px;
    padding: 26px 24px 46px;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
		box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px
}
#wp_emember_Address {
	color:#555;
	font-weight:200;
	font-size:24px;
	line-height:1;
	width:100%;
	padding:3px;
	margin-top:2px;
	margin-right:6px;
	margin-bottom:16px;
	border:1px solid #e5e5e5;
	background:#fbfbfb;
	outline:0;
	-moz-box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2);
	-webkit-box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow:inset 1px 1px 2px rgba(200,200,200,0.2);	
}

.eMember_registration {
	background: white;
	margin: auto;
}
#wp_emember_profileUpdateForm {
    font-size:11px;
    margin:0 auto;
    max-width:500px;
    /* margin-left: 200px; */
    margin-top: 0px;
    padding: 26px 24px 46px;
    border: 1px solid #E5E5E5;
    -webkit-box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px;
		box-shadow: rgba(200, 200, 200, 0.7) 0 4px 10px -1px
}