﻿#content
{
  padding: 15px;
}

#left
{
  float: left;
  width: 600px; 
}


#right
{
  margin-left: 660px;
  width: auto;
}

#contact
{
  width: 600px;
  
  padding: 5px 20px; 
  
  background-image: url( ../res/americanFlag.png );
  background-repeat:no-repeat;
  background-position: 200px -75px;
    
  background-color: White;
  border: solid 2px #cccccc;  
}


.errorMessage
{
  display: block;
  color: Red;
  width: 500px;
  height: 60px;
  line-height: 60px;

  text-align: center;
  list-style-type: none;
  
  margin: 10px auto 10px auto;
  border: 1px dashed red;
}


.error
{
  color: Red;
  width: 500px;

  text-align: center;
  list-style-type: none;
  
  margin: 10px auto 10px auto;
  border: 1px dashed red;
}

.error li
{
  list-style-type: none;
}


input[type=submit]
{
  width: 100px;
}

textarea
{
  overflow: auto;
}

#fields
{
  width: 100%;
}


#contact td
{
  white-space: nowrap; 
  vertical-align: top;
  
  padding-bottom: 5px;
}


.fill
{
  width: 100%;
}


#send
{
  text-align: right;
}


#right ul
{
  margin: 0;
  padding: 20px;
}

#right ul li
{
  color: #062855;
  list-style-type: none;
  white-space: nowrap;
}


.line 
{
	background: #fff url(../res/borderLine.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 1px;
}

.background
{
  background-color: #dddddd;
  filter: alpha(opacity=70);
  opacity: .7;
}


.dialog
{
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  
  width: 300px;
  height: 200px;
  
  background-color: White;
  
  border: 1px solid black; 
}

#popup
{
  width: 250px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#captcha
{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  
  margin: 20px;
}


.response
{
  color: Black;
  float: right;
}