﻿body
{
	background-color: #ccc;
}



#header
{
	width: 590px;
}

#contentContainer
{
	width: 587px;
	background-image: url(../img/formbkg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

.myForm td, input, select, textarea, checkbox
{
	font-family: tahoma;
	font-size: 12px;
}
.myForm
{
	width: 587px;
	background-image: url(../img/formbkg.gif);
	background-repeat: repeat-y;
	background-position: 1px;
	padding: 10px;
	padding-left: 15px;
	text-align: left;
	margin: 0 auto;
}

.myForm_Text
{
	padding: 10px;
	padding-left: 15px;
	padding-right:15px;
	margin: 0 auto;
}

.myForm_Left
{
	padding-left:15px;
}

.required
{
	color: red;
}

