﻿/* css for specific components */

/* log in / forgot password box */
div.login { width:257px; margin:0 auto; } 
div.login label { display:block; width:100px; float:left; margin-top:12px; } 
div.login input { display:block; width:150px; float:left; margin-top:10px; } 
div.login input.button { width:auto; float:right; } 
div.login .error { text-align:right; margin-bottom:5px; }


/* create new user page */
div.createUser, div.manageAccount 
{ 
	margin:5px 5px 5px 0px; padding:10px; 
	background-color: #DDEEFF; border: 2px solid #003399;
} 
div.createUser fieldset, div.manageAccount fieldset { width:505px; border:none; }
div.createUser label, div.manageAccount label { width:200px; float:left; }
div.createUser input[type=text], div.manageAccount input[type=text] { width:300px; }
div.createUser p, div.manageAccount p { margin-bottom:5px; } 


/* manage account page */
div.manageAccount 
{ 
	margin:5px 5px 5px 0px; padding:10px; 
	background-color: #DDEEFF; border: 2px solid #003399;
}

div.manageAccount fieldset { width:505px; border:none; }
div.manageAccount label { width:200px; float:left; }
div.manageAccount input[type=text] { width:300px; }
div.manageAccount select { width:302px; }
div.manageAccount p { margin-bottom:5px; } 
div.manageAccount p input.passwordEntry { width:300px; }
div.manageAccount p.submitButton { text-align:right; margin:0px; padding-top:5px; }

.button { width:120px; }
.create-btn { padding:8px 8px; }

input.button.delete { background-color:#CCC; }