body
{
    margin: 0px;
    padding: 0px;
    
    color: #a1a5a9;
    font-size: 12px;
    line-height: 1.5em;
    font-family: "Lucida Grande", Helvetica, Geneva, Arial, Verdana, sans-serif;
    text-align: justify;

    background-color: #ffffff;
}

a
{
    color: #dedede;
    font-weight: bold;
    text-decoration: none;
}

a.itms
{
    margin-right: 2px;
    padding-right: 14px;
    background: url("../../images/itms_arrow.png")
                center right
                no-repeat;
}

a:hover
{   
    text-decoration: underline;
}

img.left
{
    float: left;
    margin: 0px 10px 5px 5px;
}

img.right
{
    float: right;
    margin: 0px 5px 5px 10px;
}

ul
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    
    list-style-type: square;
}

li
{
    margin: 0px;
    padding: 0px;
}

#header
{
    width: 700px;
    height: 199px;
    
    margin: 0 auto;
    
    overflow: hidden;
    position: relative;
    
    text-align: center;
}

#title
{
    position: relative;

    top: 80px;

    color: #1c1c1c;
    font-size: 24px;
    font-weight: bold;
}

#content
{
    width: 700px;
    
    margin: 0 auto;
}

#footer
{
    width: 700px;
    
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    
    text-align: center;
    
    border-top: 1px solid #ffffff;
    
    clear: both;
}

ul.unstyled
{
    margin: 0px;
    padding: 0px;
    
    list-style-type: none;
}

ul.unstyled li
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

ul.square
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
    
    list-style-type: square;
}

ul.square li
{
    margin: 0px;
    padding: 0px;
}

h1
{
    margin: 0px 0px 5px 0px;
    
    color: #ffffff;
    font-size: 14px;
}

h2
{
    width: 100%;
    margin: 0px 0px 5px 0px;

    color: #ffffff;
    font-size: 12px;
    
    border-bottom: 1px solid white;
}

h3
{
    margin: 0px;

    color: #d6d6d6;
    font-size: 12px;
}

h3 a
{
    margin: 0px;

    color: #d6d6d6;
    font-size: 12px;
    text-decoration: none;
}

p
{
    margin: 0px 0px 5px 0px;
}

/* FRSSearchTextField  */

select.FRSSearchTextField
{
    z-index: 1;
    position: relative;
    
    display: inline;
    
    top: -1px;
    width: 26px;
    opacity: 0;
    
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input.FRSSearchTextField
{
    z-index: 0;
    position: relative;
    
    display: inline;
    
    top: -1px;
    right: 30px;
    height: 19px;

    border: 0px;
    margin: 0px 0px 0px 0px;
    padding: 3px 0px 0px 26px;
    
    font-size: 11px;

    background: url("http://www.tolmasky.com/images/FRSSearchTextField.png");
}

input.FRSSearchTextFieldCancel
{
    z-index: 1;
    position: relative;
    display: inline;
    
    top: 0px;
    width: 18px;
    height: 19px;
    
    border: 0px;
    margin: 0px 0px 0px -34px;
    padding: 0px;
    
    background: url("http://www.tolmasky.com/images/FRSSearchTextFieldCancelHidden.png");
}

/* */

.frs-glossy-container
{
    height: 22px;
    
    background: url("../../images/blog/glossy_black.gif");
    
    line-height: 22px;
    
    font-size: 12px;
    
    padding: 0px;
    border-bottom: 1px solid #ffffff;
    
    margin: 0px;
}

.frs-glossy-container fieldset
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}
