/* LOGIN FORM
------------------------------*/
div#login-popup input.textfield
	{
	width:190px;
	font-size:12px;
	}

div#login-popup p.field-label
	{
	font-size:13px;
	}

div#login-form-error p {
	font-size:13px;
	padding:8px 0px 0px 0px;
	color:red;
	text-align:center;
	}
	
	

	/* COMMON
	------------------------------*/
	table.buttons {
		border-top:2px solid #B1BED8;
		width:100%;
		margin:auto;
		margin-top:16px;
		padding-top:6px;
		}
		table.buttons td.left {
			text-align:left;
			}
		table.buttons td.center {
			text-align:center;
			}
		table.buttons td.right {
			text-align:right;
			}

	form#form_forgot {
		border-top:2px solid #B1BED8;
		margin-top:16px;
		padding-top:6px;
		}

	form#form_forgot input.textfield {
		width:190px;
		font-size:13px;
		}

	form#form_forgot p.label {
		margin:6px 0 6px 0;
		}

	div.messages {
		background-color:#FFEEEE;
		padding:10px;
		margin:12px 0 18px 0;
		}
		div.messages p {
			font-size:16px;
			margin:5px;
			font-weight:bold;
			}

	p.notification {
		font-size:18px;
		margin:30px;
		}

	div#left-col-form {
		float:left;
		width:420px;
		}

	div#gutter-col-form {
		float:left;
		width:80px;
		height:200px;
		}

	div#right-col-form {
		float:left;
		width:490px;
		}

	span.highlight {
		color:#496da8;
		font-weight:bold;
		}
		
		
span.login-form-link {
	font-size:10px;
	}
	span.login-form-link a {
		background-color:#3D823B;
		text-decoration:none;
		color:#FFFFFF;
		padding:0 3px 0 3px;
		}