﻿/*-------------------------------------------------
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;
}

fieldset li input[type="text"], fieldset li select
{
     border: 3px double #2A0703;   
     color: #2A0703;
     font-size: 12px;
     width: 200px;
}

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.checkbox input
{
    float: left;
    
}

div.buttons
{
    width: 100%;
    text-align: right;
    margin: 10px;
}

input.button
{
    background: #2A0703 url(/App_Themes/Default/Images/searchCircleBtn.gif) top right no-repeat;
    color: #FEF9EC;
    padding-right: 30px;
    font-weight: bold;
    height: 27px;
    border-color: #333;
    border-style: solid;
    border: 1px 3px 3px 1px; 
}

input.button:hover
{
    background: #D5CFAF url(/App_Themes/Default/Images/searchCircleBtn.gif) top right no-repeat;
    color: #2A0703;
}

.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;
}

div.checkbox
{
    margin: 5px;
}

div.checkbox label
{
    float: none;
    width: auto;
    display: inline;
    top: 0px;
    left: 4px;
    position: relative;
    padding-right: 15px;
}

div.checkbox input
{
    top: 4px;
    position: relative;
}
