﻿#content .no_flash
{    
    width:480px;
    margin-top:150px;
	margin-left:auto;
    margin-right:auto;
    font-size:12px;
    line-height:18px;
	text-align:center;
}

#content .no_flash p
{
    margin-top:16px;
}

#content .no_flash p a
{
    color:#ffffff;
    font-weight:bold;
}

.textbox
{
    width:272px;
    height:12px;
    font-size:10px;
    padding:1px;
    border:none;
    background-color:#e9f4f2; 
}

#login_form .textbox
{
    width:97px;
}

.textarea
{
    width:273px;
    height:113px;
    font-size:11px;
    padding:1px;
    border:none; 
    background-color:#e9f4f2;
}

.button
{
    display:block;
    width:67px;
    height:16px;
    cursor:pointer;
    text-decoration:none;
}

.button:link, .button:visited
{
    color:#040606;
}

.error_message
{
    font-size:11px;
    color:red;
    text-align:left;
}

.file_library
{
    position:absolute;
    top:100px;
    left:65px;
    text-align:left;
}

.file_library a
{
    color:#ffffff;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}

.top-box 
{
	text-align:right;
	margin-bottom:2px;
}