﻿body {background: url('/images/bgs/iframe_bg.jpg');} 

.tf_leftColProperty
{
    clear: both;
    float: left;
    height: 25px;
    margin-bottom: 10px;
    width: 160px;
    color: #af0000;
    font-size: 17px;
}

.tf_rightColProperty 
{
    float:left;
    height: 25px;
    margin-bottom: 10px;
}

.tf_msg 
{
    clear: both;
    margin-top: 10px;
    color: #af0000;
    font-size: 16px;
}

.tf_captcha
{
    /* border-top: 1px solid #dcdcdc; */
    padding-top: 0px;
    text-align: center;
}

.tf_captchaInput 
{
    margin-top: 0px;
}
 
.csvInfoContainer 
{
    width: 80%; 
    margin: 0pt auto;
}

.csvInfoItems 
{
    margin-top: 25px;
}

.csvInfoItem 
{
    float: left;
    display: block;
    width: 90px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    vertical-align: center;
    margin: 0px 15px;
    border: 1px solid #232628;
    background: transparent url(/images/layout/back_input.png) repeat;
}

.csvInfoItem:HOVER 
{
    border: 1px solid #A8A8A8;
}

.csvInfoItem IMG 
{
    display: block;
    width: 48px;
    margin: 10px 20px;
    margin-bottom: 3px;
    border: none;
}



