/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services	*/
/************************************************************************/
/* ipb_login_register.css - Login & Registration styles					*/
/************************************************************************/

div#register_info {
	width: 30%;
	}
	
	
div#register_form {
	width: 66%;
}

	div#register_form h2 {
		clear: none;
	}

	div#register_form h3,
	div#login_form h3 {
		padding: 5px;
		margin-bottom: 10px;      
	}

	div#register_form fieldset {
		margin-bottom: 10px;
                background: #fff9ef;
                border: 1px solid #ecddc3;
	}

	div#register_form p.extra {
		margin-bottom: 15px;
		line-height: 140%;
background: #fff;
border: 1px solid #bf6200;
padding: 10px;
border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

	div#register_form .field.nodesc {
		padding-bottom: 26px;
		clear: both;
	}

	div#register_form label {
		text-align: right;
		padding-right: 15px;
		width: 200px;
		float: left;
		clear: both;
	}

	div#register_form .checkbox label,
	div#register_form .field.radio input {
		float: none;
		width: auto;
		clear: none;
		text-align: left;
	}

	div#register_form .checkbox input {
		margin-left: 245px;
		clear: both;
	}
		
	div#register_form input {
		float: left;
	}

	div#register_form fieldset.submit input {
		float: none;
	}

	div#register_form input.input_text {
		padding-bottom: 2px;
	}

	div#register_form hr,
	div#login_form hr {
		display: block;
		width: 95%;
		border: 1px solid #ecdcc2;
		border-width: 1px 0 0 0;
		clear: both;
		margin: 10px auto 10px auto;
	}
	
	div#register_form span.desc {
		margin-left: 215px;
		display: block;
		clear: both;
	}
	
.reg_msg {	
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
        border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 3px 8px;
	position: absolute;
}

	.reg_msg img {
		display: none;
	}
	.reg_msg.reg_error {
		background-color: #cc6b05;
	}
	.reg_msg.reg_accept {
		background-color: #6f8f52;
	}

div#login_form {
	width: 80%;
	margin: 0 auto 25px auto;
}

div#member_login {
	width: 65%;
}

div#guest_register {
	width: 30%;
}

div#member_login form {
	margin: 0 0px 0 0;
	background: #fff9ef;
        border: 1px solid #ecddc3; 
}

div#login_form h3 {
	font-size: 1.1em;
}

div#member_login .extra {
	font-size: 0.8em;
	color: #7b7669;
	padding: 5px;
	margin-right: 10px;
	float: right;
}

input#openid {
	background: transparent url(http://pekines.info/forum/public/style_images/comfy/openid.gif) no-repeat 2px 2px;
	padding: 3px 3px 3px 20px;
	margin-top: -2px;
}

#regular_signin, #openid_signin {
	height: 165px;
}

#signin_options {
	padding-left: 30px;
}

.right h3 {
background: transparent url(http://pekines.info/forum/public/style_images/comfy/h3_bg.png) top right repeat-x !important;
color: #402100 !important;
}

#facebookComplete
{
    min-height: 55px;
}

#facebookComplete img.userpic {
    float: left;
    width: 50px;
    height: 50px;
}

#facebookComplete img.servicepic {
    float: left;
    margin-top: -2px;
    margin-left: -8px;
}

#facebookComplete p {
    margin-left: 60px;
    line-height: 150%;
}

.completeLeft
{
    min-height: 200px;
    float: left;
    width:49%;
}

.completeRight fieldset.main,
.completeLeft fieldset.main
{
    height: 135px;
    overflow: auto;
}

.completeRight
{
    min-height: 200px;
    margin-left: 52%;
}