﻿/*-------------------------------------------------
FIELDSET
-------------------------------------------------*/

fieldset {
  margin-bottom: 10px;
  margin-right: 10px;
  border: 0;
  border-top: 1px solid #999;
  width: 500px;
}
legend {
  padding: 0 2px;
  font-weight: bold;
  color: #666;
}
label {
  display: block;
  vertical-align: top;
  width: 150px;
  float: left;
  padding-left: 5px;
}
fieldset ol {
  margin: 0;
  padding: 0;
}
fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
  clear: both;
  line-height: 2em;
  border-top: 1px dotted #999;
}

label.long 
{
    width: 100%;
}

label.required 
{
    background: url(/assets/images/required.gif) center right no-repeat;
    width: 145px;    
    margin-right: 5px;
}
span.required 
{
    background: url(/assets/images/required.gif) top left no-repeat;
    width: 40px;  
    height: 9px;
    display: block;  
    margin: 2px;
    float: left;
}

.medium
{
    width: 200px;
}

.short
{
    width: 100px;
}

.long
{
    width: 400px;
}

textarea.long
{
    width: 400px;
    height: 150px;
}

fieldset p
{
    clear: both;
    margin: 5px;
}

li.checkbox 
{
    clear: both;
    margin-bottom: 15px;
}

li.checkbox label
{
    display: block;
    width: auto;
    float: left;
    margin-top: 5px;
}

li.checkbox span.checkbox
{
    clear: both;
    display: block;
    float: left;
}
li.checkbox span.checkbox input
{
    display: block;
    float: left;
    margin-top: 12px;
}
li.checkbox span.checkbox label
{

    display: block;
    float: left;
    padding-right: 20px;
}

li.checkbox span.checkboxlist
{
    clear: both;
    display: block;
    float: left;
}

li.checkbox span.checkboxlist input
{
    display: block;
    float: left;
    margin-top: 12px;
    clear: both;
}
li.checkbox span.checkboxlist label
{

    display: block;
    float: left;
    padding-right: 20px;
}

div.buttons
{
    width: 100%;
    text-align: right;
    margin: 10px;
}

input.button
{
    border-top: 1px solid #606C9C;
    border-left: 1px solid #606C9C;
    border-bottom: 2px solid #606C9C;
    border-right: 2px solid #606C9C;
    padding: 5px 20px;
    text-transform: uppercase;
    background-color: #e7e7e7;
    color: #666;
    letter-spacing: 5px;
}

input.button:hover
{
    border-top: 2px solid #606C9C;
    border-left: 2px solid #606C9C;
    border-bottom: 1px solid #606C9C;
    border-right: 1px solid #606C9C;
}

.message {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin: 0 auto 12px auto;
    margin-right: 7px;
}


.message li
{
    line-height: normal;
    border: none;
	color: #fff;
}

.good {
	border-color: #9c9;
	color: #060;
	background: url(/assets/images/alertgood_icon.gif) #E2F9E3 top left no-repeat;
}

.bad {
	border-color: #c99;
	color: #fff;
	background: url(/assets/images/alertbad_icon.gif) #c00 top left no-repeat;
}