@charset "UTF-8";
/* CSS Document */

form.formLayout {
	
	margin-bottom: 20px;	
}

form.formLayout fieldset {
	border: none;
	margin: 0 0 10px 0;	
}

form.formLayout legend {
	
	font-weight: bold;
	font-size: 14px;
}

table.formTable, .infoTable {
	
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;	
	border-collapse: collapse;
	width: 100%;

}

table.formTable th, table.formTable td, .infoTable td, .infoTable th {
	
	padding: 3px;
	
}



table.formTable tr, .infoTable tr {
	
	border-top: 1px dotted #CCCCCC;	
	
}

table.formTable table tr {
	border: none;	
}



table.formTable tr:first-child, .infoTable tr:first-child, table.formTable tr.strip-border, .infoTable tr.strip-border {
	border: none;
}

table.formTable th, .infoTable th  {
	
	font-weight: bold;
	font-size: 14px;
	width: 200px;
	padding-top: 5px;
	text-align: left;
}

.infoTable td, .infoTable th {
	
	font-size: 12px;	
}

form.formLayout .label {
	
	margin-left: 20px;
	font-weight: bold;	
	margin-right: 5px;
	font-size: 14px;
}


form.formLayout input[type=text], form.formLayout input[type=password] {
	
	width: 200px;
	font-size: 12px;
	padding: 3px;
}

form.formLayout textarea {
	
	padding: 3px;	
}


form.formLayout select {
	
	font-size: 12px;
	padding: 3px;
}

form.formLayout label.invalid-form {
	
	font-size: 10px;
	font-weight: bold;
	display: block;
	color: #900;
	margin-top: 5px;	
}

form.formLayout input.invalid-form {
	
	background-color: #F99;
}

form.formLayout label.invalid-hide {
	
	padding: 0 3px; 
	font-size: 12px;
	
}

.infoTable td.dollar {
	
	text-align: right;	
}

form.formLayout button, button {
	
	background: #222 url(https://aki.to/images/styles/button-overlay.png) repeat-x;
	display: inline-block;
	padding: 3px 6px 4px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	background-color: #999;
	margin-right: 10px;
	margin-bottom: 4px;
}

form.formLayout button:hover {
	
	background-color: #000;
}