
#verify_section {
	margin: 20px 0px;
}

#verify_section td, #verify_section th {
	padding: 8px;
}

#user_details th {
	width: 300px;
}

form {
	margin: 0px;
}

div.test_section {
	position: relative;
	margin: 16px 0px 4px 0px;
	width: 100%;
	background-color: #eee;
	padding: 4px 8px;
	font-weight: bold;
}

div.test_section input {
	position: absolute;
	top: 4px;
	right: 8px;
}

table.test_section {
	width: 100%;
	margin: 10px 0px;
	border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

table.test_section th, table.test_section td {
   border-width: 1px;
   border-style: solid;
   border-left-color: #fff;
   border-top-color: #fff;
   border-right-color: #ddd;
   border-bottom-color: #ddd;
   /*padding: 2px 4px;*/
}

table.test_section tr.title {
	/*background-image: url(/images/gradient_gray.png);*/
}

table.test_section tr.title td {
	background-image: url(/images/gradient_gray.png);
	border: 1px solid #ddd;
	/*border-right-color: #ddd;
    border-bottom-color: #ddd;
    border-top-color: #ccc;
    border-left-color: #ccc;*/
}

table.test_section table {
	width: 100%;
	margin: 0px 0px;
	border-left: 0px;
    border-top: 0px;
}

table.test_section tr.title table td {
	background-image: none;
	padding: 0px;
	font-weight: normal;
	font-size: 12pt;
	border-width: 0px;
}

table.test_section tr.header th {
	background-color: #eee;
	padding: 4px 8px;
	font-weight: bold;
}

table.test_section tr.header td {
	width: 40%;
}

table.test_section td {
	padding: 2px 8px;
}

#page_layout {
	border-spacing: 0px;
	height:575px;
	
}

#page_layout td {
	padding: 0px;
	vertical-align:top;
}

td.expiration {
	text-align: right;
	font-size: 10pt;
}

span.available {
	color: #000;
	font-size: 10pt;
}

span.expiring {
	color: #f00;
	font-size: 10pt;
}

span.expired {
	color: #f00;
	font-size: 10pt;
}

#content_container{
	clear:both;
	
}

ul.terms {
	list-style-type: none;
	margin: 20px 0px;
	padding: 0px;
}

#additional_info th {
  width: 350px;
  padding: 4px 0px;
}

#additional_info td {
	padding: 4px 0px;
}
