﻿body
{ 
    font: 75% "Trebuchet MS", sans-serif; 
    margin: 50px;
}

hr.hrSpacer
{
margin-top:10px;
margin-bottom:10px;
height: 1px; 
color: #eeeeee; 
background-color: #eeeeee; 
border: none;
}

/*
Links
*/
a, a:link, a:active, a:visited
{
color:#297ed3;
}
a:hover 
{
    color:#1667b7;
}

/* End Links*/
        

label
{
    font-size:12px;
}
label.left
{
    width:130px;
    margin-top:5px;
    float:left;
    font-weight:bold;
}

label.above
{
    display:block;
}

.clearall
{
    clear:all;    
}

.floatLeft
{
float:left;    
}
.floatRight
{
float:right;    
}

/*
Buttons
*/
.styled_button {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
.styled_button span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
			

