/**
 * WP-Members Styles CSS
 *
 * CSS for the WP-Members plugin using Twenty Twelve Theme
 * 
 * This file is part of the WP-Members plugin by Chad Butler
 * You can find out more about this plugin at http://rocketgeek.com
 * Copyright (c) 2006-2013 Chad Butler (email : plugins@butlerblog.com)
 * WP-Members(tm) is a trademark of butlerblog.com
 *
 * @package WordPress
 * @subpackage WP-Members
 * @author Chad Butler 
 * @copyright 2006-2013
 */

/*	
This stylesheet is designed to integrate WP-Members with the TwentyEleven theme.
There are quite a few examples in here of what you can do with the table-less 
forms.  You can build off of this or start from scratch and setyour own 
custom css for the plugin (set the location in the admin panel).

See http://rocketgeek.com/tips-and-tricks/setting-up-a-custom-wp-members-stylesheet/
for information on how to set up the plugin with a cusotm stylesheet.

For information how to load custom stylesheets with wp_enqueue_style,
see http://rocketgeek.com/tips-and-tricks/load-a-custom-stylesheet/
*/

/* Error and Dialog Messages */

#wpmem_msg, .wpmem_msg {
	margin-left:-6px;
	padding-top: 20px;
	width: 554px;
	background: #F9F9F9;
	border:1px solid lightGrey;
	border-radius: 3px;
	padding-left:20px;
	padding-right:20px;
	font-weight: bold;
}
#wpmem_msg h2, .wpmem_msg h2 {
	color: #373737;
	line-height: 30px;
}

/* Sidebar Login Widget */

#wp-members  { 
	width: 100%;
}
#wp-members p {
	padding:0px 0px 0px 0px!important;
}

li #wp-members p {
	padding-bottom:0px!important;
	margin-bottom:0px;
}

#wp-members fieldset {
	margin-top: 15px;
}
#wp-members label { 
	font-weight: normal;
	color: #777;
}
#wp-members input {
	padding: 6px;
	font-family: inherit;
	border: 1px solid #3d3d3d;
	border-radius: 3px;
}
#wp-members input[type="text"],
#wp-members input[type="password"]{ 
	width: 225px;
}
#wp-members .div_text { padding-top: 4px; }
#wp-members .button_div { margin-top:10px; }
#wp-members .buttons {
	height: 30px;
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	line-height: 1.428571429;
}
#wp-members .buttons:hover{
	color: #5e5e5e;	
}
#wp-members .buttons:active {
	color: #777;
}
#wp-members .err {
	width:225px;
    padding: 5px;
    background-color:#F9F9F9;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
}

/* Login Form and Registration Form */

#wpmem_reg .div_text{
	height:40px!important;
}

#wpmem_reg .req { 
	color: #bd3500;
	line-height: 50%;
}

#recaptcha_widget_div{
	margin: 20px 270px 20px 0;
	width:370px;
	
}