label { font-weight: bold; }


/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input  { width: 350px; }
input  { border:1px solid #bbb; background:#f6f6f6;  margin: 2px;}
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 350px; height: 100px; margin: 2px; }
textarea            { border:1px solid #bbb; background:#eee; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:350px;  margin: 2px;}
select:focus        { border:1px solid #999; background:#fff; }


select, input, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #151518;
	background-color: #80b7cd;
}
select:focus, input:focus, textarea:focus {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	background-color: #116496;
}

input.button {
	background-color: #9fd8ef;
	width: auto;
}

/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }
