@charset "utf-8";

#mainContent form td p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent form .question {
	font-weight: bold;
	margin: 0px 15px 0px 0px;
	padding-top: 5px;
}
#mainContent form h2 { /*Form title*/
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 18px;
	font-style: italic;
}
#mainContent form#ContactUs, #mainContent form#FormRMA {
	border: none;
	margin: 15px 0px 0px 0px;
}
#ContactSelection { /* Selection for who to contact */
	margin: 0px 20px 0px 20px;
	text-align: left;
	padding: 0px;
}
#ContactSelection .colWidth {
	width: 250px;
}
#ContactSelection td {
	border-bottom: 1px dashed #E7E7E7;
	padding: 15px 20px 10px 0px;
	vertical-align: top;
}
#ContactSelection td.noline {
	border-bottom: none!important;
}
#ContactSelection td ul {
	margin: 6px 0px 0px 35px;
	padding: 0;
	list-style: circle;
}
#ContactSelection td ul li {
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	font-weight: normal;
}
#TableForm { /* Main form */
	text-align: left;
	width: 850px; /* Centers Table */
	font-size: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#TableForm th {
	background-color: #999;
	text-align: center;
}
#TableForm th p{
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
}
#TableForm td {
	border-bottom: 1px dashed #E7E7E7;
	padding: 8px 0px 8px 0px;
}
#TableForm td + td { /* Selects second column */
	text-align: left;
	width: 350px;
}
#TableForm td em {
	font-style: normal;
}
#TableForm input.attachment {
	background-color: transparent;
}


/* An idea to display forms as tables without using the table element */
/*
form {
	display: table;
}

form p {
	display: table-row;
}
form p label, form p input {
	display: table-cell;
	width: 300px;
	height: 15px;
	border: 1px solid red;
}*/

/********************* NEW form style *********************/
#mainContent table.form-default {
	margin-top: 20px;
	border: solid 1px #666666;
	border-collapse: separate;
	min-width: 800px;
}
#mainContent table.form-default p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#mainContent table.form-default th {
	background-color: #e6dd93;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 0px;
	color: #000;
}
#mainContent table.form-default td {
	background-color: #f3ebb1;
	vertical-align: middle;
	text-align: center;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
}
#mainContent table.form-default td.question {
	font-weight: bold;
	text-align: right;
	margin: 0px 15px 0px 0px;
	padding-top: 5px;
}
#mainContent table.form-default td.response {
	text-align: left;
}
#mainContent table.form-default td.description {
	text-align: left;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}
#mainContent table.form-default td a {
	font-weight: normal;
}
#mainContent table.form-default .align-top {
	vertical-align: top;
}
#mainContent table.form-default input {
	margin-top: 2px;
	margin-bottom:2px;
}
#missingInfo {
	font-size: 12px;
	color: red;
	font-weight: bold;
}

/*   Rule at bottom to overwrite previous p stylings *******************************/
#mainContent p.required, #mainContent span.required, #mainContent form .required, #mainContent table.form-default td.required{
	color: #CC3333;
	font-weight: bold;
	text-decoration:none
}

