body {
	background: #fff;
	font: 12px arial, Tahoma, Verdana, sans-serif;
}


#login {
	/*background:url( ../images/amplify-login.png ) center top no-repeat;*/
	width: 380px;
	margin: 10px auto;
}

#login form {
	margin-top: 0px;
}

/*  This makes the core background color for the login form transparent so 
    your graphic will show through in all three form states. 
*/
#loginform, #registerform, #lostpasswordform {
	background-color: transparent;
}

#loginformtwitter{
	width:450px;
}
/*  If you have a light background as your login form graphic, change the color
    here. #fff = white, #000 = black. This changes the Username, Password and 
    'Remeber Me' text color. 
*/
form {
	background: #fff !important;
	color: #444;
	margin: 10px 0px;
	padding: 10px 20px 40px 28px;
	border: solid 2px #dcdcdc;
	-moz-border-radius: 8px;
	width: 320px;
}

/*  This hides the WordPress logo. The height parameter also adjust where the 
    first input or message box begins. 
*/

h1 a {
	background: transparent;
	height: 122px;
	width: 380px;
}

h1.serviceLogin{
	margin: 0 0 24px 0; 
	padding-top: 0px; 
	color:#00336a;
	font-size:24px;
}

div#dvLoginTypeTwitter{
	width: 450px; 
	margin: 0px 0px 0px 0px; 
	position: relative; 
	top: -290px; 
	left:-25px;
}

div.nativeLoginText{
	margin: 54px 4px 34px 4px; 
	font-size: 12px; 
	color: #000;
	font-weight:normal;
}

h2 {
	text-align: center;
	margin-bottom: 8px;
	font-size: 18px;
}

/*  Even though this is the navigation div for the links at the bottom of the 
    login form, it also controls the bottom image that gives the login form a 
    nice curved corner feel. 
*/
#nav {
	/*background:url( ../images/login-bkg-bottom.gif ) center bottom no-repeat;*/
	width:380px;
	height:45px;
	text-indent: 16px;
	margin: 14px 0px 0px 0px; 
	padding: 0px;
}

.login #nav a {
	/*color:#fff;*/
}

#login form .submit input, #login form .submit-twitter input {	
	margin-right: 11px;
	background-color: #3273a4 !important;
	font-family: arial;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	border-color: #444;
}

#login form .submit input:hover, #login form .submit-twitter input:hover {	
	color: #fff;
	background-color: #3685c1 !important;
}


#login form .submit-twitter input {	
	background-color: #38bad5 !important;
}

#login form .submit-twitter input:hover {	
	background-color: #2d96ac !important;
}

#twitterButtonTop{
	position:relative;
	left:130px;
	top:4px;
}
#twitterButtonTop a img{
	border:none;
}




input.input {
	-moz-border-radius: 2px;
	border: solid 1px #cdcdcd;
	background: #fafafa;
	margin-top: 4px;
	width: 300px !important;
	color: #000 !important;
}

input#wp-submit {
	background: #3273a4;
}




/*  Attributes for the errors and messages box. These can be broken up if you 
    want to display a differnet color scheme for messages and errors. 
*/
#login p.message {
	padding: 12px;
	margin: 10px 26px 0px 24px;
}

#login #login_error, #twitter_login_error {
	padding: 12px;
	margin: 15px 23px 12px 21px;
}

#twitter_login_error {
	background-color: #ffebe8;
	border-color: #c00;
}


/*  Form input box attributes. 
*/
#user_pass, #user_login, #user_email, #twitter_user_pass, #twitter_user_login {
	font-size: 20px;
	width: 94%;
	/* width:318px; this width is the same as 94% */
}

.forgetmenot {
	line-height: 12px;
}

.forgetmenot input {
	/*margin-bottom: -4px;*/
	vertical-align: bottom;
	margin: 0px 2px 0px 8px;
}


#login_signup { 
	width: 420px;
	padding: 14px;
	margin: 10px auto; 
	border: solid 2px #dcdcdc;
	-moz-border-radius: 8px;
	background: #fff;
}

#login_signup form {
	border: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.login_header {
	width: 420px;
	text-align: center;
	margin: 10px auto;
}

.login_header h1 {
	font-size: 24px;
	font-weight: bold;
	color:#2c7bd2;
}

.login_header img {
	display: block;
	margin: 0px auto 4px auto;
}

.TOSBelow {
	font-weight: normal;
}

.LoginTypeButtons {
	margin: 32px auto 28px auto;
	/*text-align: center;*/
	position: relative;
	width: 400px;
	height: 20px;
}

.LoginTypeButtons a.Active, .LoginTypeButtons a.Rest {
	padding: 3px 2px;
	border: solid 2px #e5e5e5;
	-moz-border-radius: 4px;
	text-decoration: none;
	outline: 0px;
	display: block;
	width: 163px;
	height: 16px;
	position: absolute;
	left: 25px; 
	white-space: nowrap;
	top: 3px;
	background:url('/wp-content/themes/default/images/buttonGrad.png') repeat-x #fff;
	color: #2c7bd2;
}

.LoginTypeButtons a:hover {
	background: #fbfbff;
	color: #009ee3; 
	
}

/*.LoginTypeButtons a.Active {
	background: #fff;
	border-color: #eee;
	color: #333;
	font-weight: bold;
	padding: 7px 8px;
	height: 18px;
}*/

.LoginTypeButtons a.Active img, .LoginTypeButtons a.Rest img {
	margin: 0px 4px -4px 0px;
}

form .Copy {
	font-size: 13px;
	margin: 5px 0px 22px -2px;
	/*color: #3273a4;*/
	color: #38bad5;
	
}

div.amplifyAbout {
	position:relative;
	top:0px;
	text-align:center;
	font-weight:normal;
	color:#e08e07;
	font-size:13px;
}

div.login_connect_buttons{
	text-align: center;
	padding-top:4px;
}
div.login_connect_buttons a img{
	border:none;
}
