form {
	margin: 0;
}

form .formbox {
	color: #555555;
}

.formbox {
	font-size: 13px;
	width: 664px;
	margin-bottom: 10px;
}

.formbox table tr td {
	padding-top: 8px;
	height: auto;
	vertical-align: middle;
}

.formbox .fieldtip {
	font-size: 10px;
	color: gray;
}

.formbox .fieldhint {
	font-size: 10px;
	padding: 0 0 0 2px;
	margin-top: 0;
	color: gray;
}

.formbox .label {
	font-family: Arial;
	width: 190px;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 6px;
	text-align: right;
	font-size: 13px;
}

input[type="image"] {
	outline: none;
}

.formbox input[type="text"] {
	color: #4B4B4B;
	border: solid 1px #d5d5d5;
	background: #fafafa;
	height: 21px;
	padding: 4px 4px 0px 4px;
	font-size: 14px;
}

.formbox .radio {
	padding-bottom: 4px;
	margin: 0;
	float: left;
	margin-left: 0px;
	font-size: 13px;
	color: #4b4b4b;
}

.formbox2 select {
	float: left;
	font-size: 12px;
	color: #4B4B4B;
	margin-top: 4px;
	height: 21px;
	padding: 1px;
}

.formbox input[type="password"] {
	color: #4B4B4B;
	border: solid 1px #d5d5d5;
	background: #fafafa;
	height: 21px;
	padding: 4px 4px 0px 4px;
}

.formbox textarea {
	color: #4B4B4B;
	border: solid 1px #d5d5d5;
	background: #fafafa;
	padding: 4px 4px 0px 4px;
	font-size: 14px;
} 

.formbox .buttons {
	padding-top: 10px;
	padding-left: 150px;
}

.formbox table thead tr th {
	text-align: left;
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 14px;
	border-bottom: 1px solid #f3f3f3;
}

.formbox form table tr td {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}

.formbox table tr th.left {
	padding-left: 10px;
}

.formbox table tbody.info td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.formbox  tr.lastrow td {
	border: none;
}

.formbox  tr.firstrow td {
	border: none;
}

.formbox table col#value {
	width: 500px; 
}

.formbox a {
	font-size: 13x;
	color: #59A4B3;
	text-decoration: none;
}

.formbox .ralign {
	text-align: right;
}

.formbox .ralighright {
	text-align: right;
	margin-right: 10px;
}

.listbox {
	font-size: 12px;
	width: auto;
	margin-right: 4px;
	background: white;
}

.listbox h2 {
	color: #333333;
	font-size: 17px;
}

.listbox h3 {
	color: #59A4B3;
	font-size: 11px;
}

.listbox h3 a {
	color: #59A4B3;
	margin-top: 0;
}

.listbox table tr td {
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #f3f3f3;
}


.listbox .label {
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 6px;
	text-align: right;
	font-size: 11px;
	color: #555555;
}

.listbox input[type="text"], input[type="password"], textarea {
	color: #4B4B4B;
	border: solid 2px #d5d5d5;
	padding: 2px;
	font-size: 13px;
	font-family: Arial;
	float: left;
}

.listbox .buttons {
	padding-top: 10px;
	padding-left: 150px;
}

.listbox table tr td a.button {
	float: right;
	margin-right: 10px;
}

.listbox table tr th a.button {
	float: right;
	margin-right: 10px;
}

.listbox table thead tr th {
	text-align: left;
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 13px;
	border-bottom: 1px solid #f3f3f3;
}

.listbox form table tr td {
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 13px;
}

.listbox table tr th.left {
	padding-left: 10px;
}

.listbox table tr td.left {
	padding-left: 10px;
}

.listbox table tbody.info td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.listbox  tr.lastrow td {
	border: none;
}

.listbox  tr.firstrow td {
	border: none;
}

.listbox table col#label { 
	width: 150px; 
}

.listbox table col#value {
	width: 500px; 
}

.listbox table tr td.label { 
	padding-left: 10px;
}

.listbox a {
	font-size: 13x;
	text-decoration: none;
}

.listbox .ralign {
	text-align: right;
}

.listbox .ralighright {
	text-align: right;
	margin-right: 10px;
}

.confirm_delete {
   height: 35px;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   width: 75%;
}
.spacer {
  clear: both;
}

.buttons-right {
	text-align: right;
	margin-top: 8px;
}

table.fields * td input, table.fields  td select {
	font-size: 12px;
	color: #4B4B4B;
}

table#fields * td input, table.fields  td select {
	font-size: 12px;
	color: #4B4B4B;
}

table#fields col#left    { width: 20px; }
table#fields col#name    { width: 200px; }
table#fields col#details { width: 298px; }
table#fields col#type    { width: 150px; }


.formbox2 {
	width: 680px;
	font-size: 13px;
	color: #666666;
}

.formbox2 p {
	padding-top: 4px;
	margin-top: 0;
	color: #666666;
}

.formbox2 fieldset {
	border: none;
	margin: 0 0 8px 0;
	padding: 0;
}

.formbox2 input[type="text"] {
	color: #4B4B4B;
	background: #fafafa;
	border: solid 1px #d5d5d5;
	height: 21px;
	padding: 4px 4px 0px 4px;
	margin: 0;
	font-size: 14px;
}

.formbox2 input.otp_type_input-2[type="text"]   {
	background: #fafafa url(/images/verisign17x17.png) no-repeat 4px 4px; padding-left: 26px;
}

.formbox2 input.otp_type_input-1[type="text"]   {
	background: #fafafa url(/images/yubi17x17.png) no-repeat 4px 4px; padding-left: 26px;
}

.otp_logo_type_2 {
	background: url(/images/verisign17x17.png) no-repeat 4px 4px;
	width: 25px;
	height: 25px;
}

.otp_logo_type_1 {
	background: url(/images/yubi17x17.png) no-repeat 4px 4px;
	width: 25px;
	height: 25px;
}
.formbox2 input[type="password"] {
	font-family: Lucida Grande, Aria, sans-serif;
	color: #4B4B4B;
	background: #fafafa;
	border: solid 1px #d5d5d5;
	height: 21px;
	padding: 4px 4px 0px 4px;
	margin: 0;
	font-size: 14px;
}

.formbox2 input[type="checkbox"] {
	color: #4B4B4B;
	padding-top: 10px;
	padding: 0;
	margin: 0;
}

.formbox2 input[type="radio"] {
	float: left;
	color: #4B4B4B;
	margin: 3px 6px 0 0;
}

.formbox2 .check {
	float: left;
	margin-top: 0;
	padding-top: 4px;
	height: 23px;
	vertical-align: middle;
}

.formbox2 .text {
	float: left;
	margin-top: 0;
	padding-top: 4px;
	height: 22px;
	vertical-align: middle;
}

.formbox2 span {
	float: left;
	display: block;
	margin-top: 4px;
	height: 22px;
}

.formbox2 .rightext {
  float: left;
  width: 500px;
  margin-top: 4px;
}

.formbox2 .righttext {
  float: left;
  width: 500px;
  margin-top: 4px;
}

.formbox2 textarea {
	font-size: 13px;
	font-family: Arial;
	color: #4B4B4B;
	background: #fafafa;
	float: left;
	width: 100%;
	padding: 4px 4px 4px 4px;
	border: 1px solid lightgray;
}

.formbox2 .separator {
	width: 570px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
	font-size: 16px;
}

.formbox2 .textbox {
	float: left;
	width: 488px;
	margin-left: 0px;
}

.formbox2 .radio {
	padding-top: 4px;
	margin: 0;
	float: left;
	width: 488px;
	margin-left: 0px;
	font-size: 13px;
	color: #4b4b4b;
}

.formbox2 label {
	font-family: Arial;
	display: block;
	float: left;
	width: 150px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin: 4px 10px 0 0;
	padding: 0;
	color: #333333;
	height: 23px;
}

.formbox2 .tip {
	float: left;
	line-height: 140%;
	margin-top: 2px;
	margin-left: 160px;
	font-size: 10px;
	color: gray;
	clear: both;
}

.formbox .tip {
	margin-top: 2px;
	margin-left: 26px;
	font-size: 10px;
	color: gray;
	clear: both;
}

.formbox2 .tip strong {
  color: #444444;
}


.formbox2 .right {
	margin-left: 150px;
}

.formbox2 .right ol {
	margin: 4px 0 0 0;
	padding: 0;
	list-style: none;
}

.errors {
	margin-bottom: 5px;
}




