﻿.cotlist1 {
    width:40px;
    float:left;
}
.cotlist2 {
    width:100px;
    float:left;
}
.cotlist3 {
    width:300px;
    float:left;
}
.cotlist4 {
    width:80px;
    float:left;
}
.cotlist5 {
    width:80px;
    float:left;
}
.cotlist6 {
    width:80px;
    float:left;
}
.cotlist7 {
    width:80px;
    float:left;
}
.cotlist8 {
    width:80px;
    float:left;
}
.cotlist9 {
    width:80px;
    float:left;
}

.imgListContainer .imgContainer 
{
    float:right;
}

.imgContainer {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    overflow:hidden;
    position:relative; 
}
p 
{
    margin:0px;
    padding:0px;
}
img 
{
    border: none 0 black;
}

.editor-field > label 
{
    display:block;
    float:left;
    width:200px;
}
.editor-field > select 
{
    display:block;
    width:200px;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.formtable 
{

}

.formtable td 
{
    vertical-align:top;   
}
a.whiteLink 
{
    color:#FFFFFF;
    font-weight:bold;
    font-size:12px;
}
.field-validation-error 
{
    color:#FF0000;   
}
.validation-summary-errors 
{
    color:#FF0000;   
}