﻿#text-box-main {
	float:left;
	width:570px;
	background-color:#F9F8F2;
	border: 1px solid #DFDFDF;
	padding:3px;
	margin-bottom:15px;
	overflow:hidden;
}
#form-left {
    float: left;
    width: 48%;
    background-color: #F9F8F2;
    border: 1px solid #DFDFDF;
    padding:3px;
    margin-bottom:5px;
}
#form-right {
    float: right;
    width: 48%;
    background-color: #F9F8F2;
   	border: 1px solid #DFDFDF;
   	padding:3px;
   	margin-bottom:5px;
}
#button-container {
	text-align:center;
	float:left;
	width:33%;
	background-color: #F9F8F2;
}
.heading-form {font-size: 1.3em; color: #6A6557; background:#DFD5B9; margin-bottom:10px; text-align:center;}

#table {
    float: left;
    margin-left: 20px;
    width: 500px;
    background: #fff;
    border-top: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
}
.table-row {
    width: 500px;
    background: #fff;
    border-bottom: 1px solid #DFDFDF;
    overflow:hidden;
}
.table-col1 {
	float:left;
	padding-top: 0.4em;
	padding-left: 5px;
    width: 170px;
    background: #fff;
    height:auto;
    overflow:hidden;
}
.table-col2 {
	float:left;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left:5px;
    width: 315px;
}
.button-bg {
    background: url("../images/b_fon.gif") repeat-x;
    border: 1px solid #bfa277;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
.example {
	background-color: #ffffff !important;
}


