﻿.form
{
    width:430px;
    font-size:12px;
    font-family:Verdana;
    padding-top:5px;    
    float:left;
}

.formTitle
{
    width:200px;
    padding:5px;
    float:left;
    font-weight:bold;    
}

.contactHeader h1
{
    font-size:12px;
}

.formField
{
    width:200px;    
    float:left;
    padding:5px;
}

.formField .textbox
{
    width:300px;
}
.formField .textarea
{
    width:300px;
    height:100px;
}


.form h1
{
    font-size:16px;
    font-family:Verdana;             
    margin:0;
}    

.form p
{    
    margin-top:5px;    
}

.clear
{
    clear:both;
}

.ErrorBox
{    
    width:590px;
    float: left;
    background-image:url(/images/icons/delete.png);
    background-position:2% 50%;       
    background-repeat:no-repeat;        
    border:dashed 1px #cccccc;
    background-color:#eeeeee;
    padding-left:55px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:20px;     
    margin-right:5px;            
}

.ErrorBox ul
{
    list-style-type:square;
}

.InfoBox
{    
    width:590px;
    float: left;
    border:dashed 1px #cccccc;
    background-color:#eeeeee;
    padding-left:55px;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:20px;     
    margin-right:5px;            
}

.editTable
{
    background-color:#cecece;    
}

.editTable td
{
    background-color:#ffffff;
}

.editTable th
{
    background-color:#eeeeee;
    text-align:left;
}

.heading_block {
  float: left;
  width: 99%;
  background: #050505;
  border: 1px solid #eee;
}
.heading_block h1 {
  background: url(/images/themes/main/head_blt.gif) no-repeat 5px 5px;
  margin: 0;
  padding: 0 0 1px 25px;
  font-size: 16px;
  font-weight: bold;
  color:#fff;
  line-height:25px;
  }
 .product_outer3 {
  background: #f4f4f4;
  margin: 10px 0 0 0;
  border: 1px solid #e9e9e9;
  padding: 10px;
  width: 96%;
  float: left;
  clear: left;
}
.inf_container {
  background: #fff;
  width: 97%;
  padding: 10px;
  border: 1px solid #e9e9e9;
  float: left;
}