﻿
.swfForm { font-size:1.1em; padding: 10px 10px 0 0px; }
.swfForm .required { font-weight: bold; }
.swfFormTable { width: 700px; }

.swfForm h2 {
	color: #09828f;
	line-height:1.6em;
	font-size:1.2em;
	font-weight:normal;
	width:700px;
	padding:9px 0 5px 0;
	border-bottom: solid 1px #0cb0c2;
	margin-bottom: 5px;
}

.swfContentSmall { font-size:.8em; font-weight:normal; }

.swfFormCell { padding: 2px 10px 3px 0px; vertical-align: top; }
.swfFormCellReview { padding: 2px 10px 3px 0px; display:inline-block; width:auto; color:#333333; border:1px solid #aaaaaa; background-color:#efefef; }

.swfForm .error {color: Red; padding: 3px 3px 3px 0; }

.swfSuccessMessage{
	background:url(../img/icons/Message.png) no-repeat 0 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight:bold;
	color: #333333;
}
.swfReviewMessage
{
	padding:5px;
	margin:10px;
	border:1px solid gray;
	background-color:#eeeeee;
	color:gray;
	text-align: center;
}
.swfErrorMessage{
	background:url(../img/icons/Error.png) no-repeat 0 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight:bold;
	color: Red;
}

.swfButtonArea
{
	padding-left: 150px;
	width: 300px;
	height: 30px;
}

.swfSubmit, .swfCancel{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 0;
	display:block;
	height:28px;
	width:84px;
	text-indent:-300em;
	float:left;
	margin:10px 0 0 10px;
}
.swfSubmit:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -28px;
}
.swfCancel{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -112px;
	width:67px;
}
.swfCancel:hover{
	background:url(../img/buttons/FormButton_Set.png) no-repeat 0 -140px;
}
