/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
 input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

#err{
	margin:auto;
	width:300px;
	color:#000000;
	background-color:#FFD2D9;
	border:1px solid #FF0000;
	padding:15px;
	margin-top:20px;
	text-align:center;
}
#succ{
	margin:auto;
	width:300px;
	background-color:#C9FDC6;
	border:1px solid #00FF00;
	padding:15px;
	margin-top:20px;
	text-align:center;
}

#container{
	width:680px;
	margin:auto;
	padding: 10px 15px 100px;
	background:#C0C0C0;
	border:#003D4C 2px;
}

#welcome-message{
	padding: 5px;
	color:black;
	background:white;
	border:#003D4C 2px dotted;
}

#form-box{
	padding: 5px;
	color:black;
	background:white;
	border:#003D4C 2px dotted;	
	padding:14px 21px 20px 21px;
	width:80%;
}

.row{
background:#E9FEFD;
border:#76FAFA 1px dashed;
clear:both;
height:42px;
}
.name{
float:left;
width:150px;
}
.name-box{
width:50px;
float:right;
}