﻿.TableCellInsert
{
	height:24px;
}
.TextBoxInsert
{
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
	width:160px;
}
.Country
{
	margin-top:5px;
	font-size:12px;
	width:164px;
}
.Comments
{
	margin-top:2px;
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
	width:270px;
	height:70px;
}
.Submit
{
	border:none;
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
	background-color:White;
}
.Submit:Hover
{
	background-color:#eeeeee;
}
.FormTitle
{
    border-bottom:none;
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-top:20px;
}
.FloatLeft
{
	float:left;
}
.BulletListFix
{
	float:left;
	margin-top:10px;
}
