/*
 * The VObject GrailsFuse is an open source project and project skeleton that leverage 
 * Grails Framework and it's plugins to jump-start development of web application 
 * that running on Google App Engine (GAE/G). 
 * Copyright (C) VObject.com
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 3 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 *
 * Author: Lim Chee Kin (limcheekin@vobject.com)
 *
 */

form#login {
	padding:5px; 
	position:relative;
	vertical-align:top;
}


div#email,
div#password {
	position:relative;
	float:left;
	margin-right:3px;
}


input#email-field,
input#password-field {
	width:13em;
	background-image:url('/images/input_white.gif');
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:8px;
	left:5px;
	z-index:1;
	color:#999;
	font-weight:normal;
    padding-top: 0px;
}

div#submit {
	position:relative;
	padding-top:3px;
}

div#loginInfoPanel {
    float: right;
    padding-right: 10px;
    padding-top: 2px;  
}

div#loginInfoPanel a {
    padding-left: 4px;
    padding-right: 4px;
}

form#login fieldset p label {
	float:left;
	width:15%;
	margin-right:0.5em;
	margin-left:5em;
	padding-top:0.6em;
	text-align:left;
}
