﻿fieldset   
{ 
    clear: both;  
    width: 100%; 
    padding: 0; 
    border: none;  
} 

legend 
{  
    margin-left: 1em;  
    padding: 0;
    color: #000000;  
    font-weight: bold; 
} 

fieldset ol 
{  
    padding: 1em 1em 0 1em;  
    list-style: none; 
} 

fieldset li   
{
    float: left;  
    clear: left;  
    width: 100%;  
    padding-bottom: 0.5em; 
} 

fieldset.submit 
{  
    float: none;  
    width: auto;  
    border: 0 none #FFF;  
    border-style: none; 
}

/* labels above form elements */
label 
{  
    display: block; 
}

/* left aligned lables 
label 
{  
    float: left;  
    width: 12em;  
    margin-right: 1em; 
}*/

/* right aligned lables 
label 
{  
    float: left;  
    width: 12em;  
    margin-right: 1em;  
    text-align: right; 
}*/

/* Button style */

a.button {
    background: transparent url('/images/buttonBgRt.png') no-repeat scroll top right;
    color: #f2efcf;
    display: block;
    float: left;
    font-size: 1.1em;
    height: 25px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/buttonBg.png') no-repeat;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 18px;
} 

a.button:hover 
{
    background-position: -50px right;
    color: #666;
}

a.button:hover span
{
    background-position: -50px left;
}

a.button:active {
    background-position: -25px right;
    color: #f2efcf;
    font-size: 1.1em;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: -25px left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

.modalBackground
{
	background-color: #333;
	filter:alpha(opacity=30);
	opacity:0.3;
}
