﻿fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
	font-size: 0.9em;
	line-height: 1.2em;
}

fieldset label 
{
	font-size: 0.9em;
    display: block;
    text-decoration: underline;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
    padding: 0 1em;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="submit"]
{
	padding: 0.3em 1em;
	border: solid 0.15em #036;
	background-color: #369;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

/* Green */
/*
input[type="submit"]
{
	border-color: #093;
	background-color: #0b3;
	cursor: pointer;
}
*/

#FormActions
{
	text-align: left;
	padding: 1em 0;
}

/* Red */
a.cancel
{
	padding: 0.4em 1em;
	/* border: solid 0.15em #ddd; /* #d20 */
	/* background-color: #e6e6e6; /* #f42, #f10*/
	font-size: 1em;
	font-weight: normal;
}
a.cancel:link, a.cancel:visited, a.cancel:active, a.cancel:hover
{
	color: #666 !important;
	text-decoration: underline !important;
} 

.error 
{
	color: #f00;
}

