/* Form Style */

fieldset {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #EEEEEE;
	padding:20px;
	margin-bottom:15px;
}

fieldset legend {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border:1px solid #EEEEEE;
	font-weight:bold;
	padding:7px 10px;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	font-size:1.2em;
}

form dd,  form dl{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	position:inherit;
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Tahoma, Verdana, sans-serif;
}

form dt{
	position:inherit;
	display:inherit;
}

form label {
    color: #777;
    margin-top: 1px;
    padding: 2px;
    font-size:11px;
}

label.note {
	color: #444;
	font-weight: normal;
	font-size: 10px;
}

label.choice {
	margin: 0 15px 0 2px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

input.text,
textarea {
	margin: 0 0 5px 2px;
	padding: 3px 4px;
	border: 1px solid #d2d2d2;
	font-size: 12px;
}

input.radio,
input.checkbox,
input.file {
	margin: 5px 5px 0 2px;
}

input.button {
	padding: 0 5px 3px 5px;
	font-size: 12px;
}

select.drop {
	font-size: 12px;
	margin: 0 5px 0 2px;
	border: 1px solid #d2d2d2;
}

input.short { width: 20%;}
input.medium { width: 45%;}
input.long { width:70%;}
input.max { width: 95%;}

.success {
	color: #008000;
}

form .error, form .req {
	color: #d8122d;
	font-weight: normal;
}

form .description {
    margin-left:2px;
    font-size:11px;
    font-style:italic;
}

input.green, div.green, input.red, div.red {
    background: #9AC200;
    -moz-border-radius: 5px 5px;
    -webkit-border-radius: 5px 5px;
    border-radius: 5px 5px;
    border: none;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
}

input.green:hover, div.green a:hover, input.red:hover, div.red a:hover {
    text-decoration: underline
}

div.green, div.red  {
    line-height: 32px;
}

div.green a, div.red a{
    color:white;
}


input.red, div.red {
    background: #C73327;
}

div.red a {
    text-decoration: none;
    padding: 0 30px;
}
div.red a:hover {
    text-decoration: underline;
}

input.login {
    border:1px solid #e0e0e0;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding: 10px;
    font-size: 13px;
    width: 170px;
}

input.login.selected {
	background: #FFF;
}

input.submit {
        padding: 4px 5px;
        border: solid 1px #E3000F;
        background-color: #E3000F;
        color:#FFF;
}


ul.errors {
    color:#F00
}

input.grey{
    background: #DDD;
}

.required{
    background-image:url(../images/required-field.png);
    background-position:top right;
    background-repeat:no-repeat;
    padding-right:8px;
}
