#onlinesupportarea
{
	position: relative;
}

#lostkeyarea
{
	position: relative;
}

div.supportsection
{
	padding-top: 2px;
}

form.onlinesupportform
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:700px;
}

div.dynamicarea
{
/*
	border-color: #dcdcdc;
	border-width: 1px;
	border-style: solid;
	
	padding-top: 6px;
	background-color: #ecfefe;
	width: 748px;
	
	margin-left: -15px;
*/
	margin-bottom: 10px !important;
}

form.lostkeyform
{
/* 	padding-top: 8px; */

	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:700px;
	
/*
	border-width: 1px;
	border-color: red;
	border-style: dotted;
*/
}

form.registerform
{
/* 	padding-top: 8px; */

	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:700px;
	
/*
	border-width: 1px;
	border-color: red;
	border-style: dotted;
*/
}

table.supportTable
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:700px;
}

td.inputfieldtitle {
	text-align: right;
	padding-right: 6px;
	margin-bottom: 5px;
}

td.inputfield {
	width: 200px !important;
}

td.issuefieldtitle {
	vertical-align: top;
	padding-top: 4px;
	text-align: right;
	padding-right: 6px;
}

.userInput {
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.serialUserInput {
	width: 55px;
	text-align: left;
	margin-bottom: 5px;
}

.userInputMenu {
	width: 103%;
	text-align: left;
	margin-bottom: 5px;
}

.userField
{
	border-color: #BBB;
	border-width: 1px;
	border-style: solid;
}

.userFieldError
{
	border-color: red;
	border-width: 2px;
	border-style: solid;
}

textarea.supportissue {
	width: 100%;
}

textarea.lostkeynotes {
	width: 100%;
}

textarea.registernotes {
	width: 100%;
}

input.submitbutton
{
	position: relative;
	right: 0px;
/* 	width:100px; */
}

td.submitbutton
{
	text-align: right;
	padding-top: 6px;
}

div.supporttablenote {
	margin-top: -5px;
	margin-bottom: 6px;
	font-size: 9px;
	text-align: left;
	line-height: 140%;
	color: #777;
}

div.rightjust {
	text-align: right;
}

span.supporttablenote {
	margin-top: -5px;
	margin-bottom: 6px;
	font-size: 9px;
	text-align: left;
	line-height: 140%;
	color: #777;
}

/* Note is hidden and has zero height by default */
#lostkeydynamicarea {
	height: 0px;
	visibility: hidden;
	
	text-align: center;
	
/*
	border-color:#EEE;
	border-style: solid;
	border-width:1px;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
*/
}

#registerdynamicarea{
	height: 0px;
	visibility: hidden;
	
	text-align: center;
	
/*
	border-color:#EEE;
	border-style: solid;
	border-width:1px;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
*/
}


#onlinesupportdynamicarea {
	height: 0px;
	visibility: hidden;
	
/*
	text-align: center;
	
	border-color:#EEE;
	border-style: solid;
	border-width:1px;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	
	
/* 	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); */
}

#lostkeyproductversionmenutitle {
}

#lostkeyproductversionmenu {
}

.regTableColumnWidthBalance
{
	position: relative;
	width: 200px;
}

table.dateTable
{
	position: relative;
	right: -7px;
}

.formMonthMenu {
	position: relative;
	right: 7px;
	width: 80px;
}

.formDayMenu {
	position: relative;
	right: 3px;
	width: 60px;
}

.formYearField {
	position: relative;
	right: 0px;
	width: 53px;	
}

div.otherproductversions
{
/* 	font:10px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; */
	line-height: 130%;
	color: #777777;
	text-align:left;
	
	position: relative;
	
	margin-left: -50px;
	margin-right: 0px;
	margin-top: 5px;
/*
	margin-bottom: 10px;
*/
	
	padding-left: 50px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-color: #f2f2f2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

/* ADDED BY JIM */
table.feedbackTable
{
/* 	border: black solid 1px; */
/*
	margin-left: auto;
	margin-right: auto;
*/
	width:90%;
}

.feedbackInput {
	width: 200px;
	text-align: left;
	margin-bottom: 5px;
}

DIV#error{
	background-color:salmon;
	border: 2px solid red;
	color:white;
	font-size:14px;
	padding:4px;
	margin-bottom: 4px;
}