@font-face {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
}
b style {
	font-size: 14px;
	-webkit-box-align: left;
	-webkit-align-content: left;
	-webkit-align-items: left;
}
b {
	font-size: 14px;
	-webkit-box-align: left
}
table {
	border-spacing: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	width: 750px;
	vertical-align: top;
	table-layout: fixed;
	column-count: 2;
	column-width: 700px;
}	
td[Attributes Style] {
    width: 150px;
    background-color: rgb(195, 218, 235);
}
tbody tr td {
    width: -100px;
    line-height: 30px;
    border-style: none;
	font-size: 14px;
	text-indent: 20px;
	text-align: -webkit-left;
}
tr td b {
    font-size: 14px;
}
body {
	background-color: #e22525;
	background-image: url(http://www.amgsecurepay.com/merchants/Redhawk/CenterWhite_BG.jpg);
	background-repeat: repeat-y;
	background-position: Center;
	vertical-align: top;
	}
	
	input[type="text"], select, textarea { margin: 0; width: 70%; } /* webkit browsers add a 2px margin outside the chrome of form elements */ 
	select, input, textarea, button { font: 99% sans-serif; }
	input[type="text"], textarea { padding: 7px; }
	select {
	max-width: 250px;
	padding: 4px 4px 4px 0;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgb(230, 230, 230);
	font-family: inherit;
	font-size: 14px;
}
	button, input, textarea {
	font-family: inherit;
	font-size: 18px;
}
	label {
	display: block;
	margin-bottom: 3px;
	width: 300px;
}
	label, input[type=button], input[type=submit], button { cursor: pointer; } 	/* hand cursor on clickable input elements */
	.borderradius input[type="text"], .borderradius textarea, .borderradius .form-status, .borderradius select { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
	/* buttons */
	input[type="submit"], button, input[type="button"] {
	padding: 10px 12px 8px 12px;
	display: block;
	color: #FFFFFF;
	background: #575759;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffd46e), color-stop(1, #ffe88a));
	background-image: -moz-linear-gradient(90deg,rgba(87,87,89,1.00) 0%,rgba(180,180,181,1.00) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #DADADB;
	-webkit-box-shadow: 0 2px 0 #575759;
	-moz-box-shadow: #575759 0 2px 0;
	box-shadow: 0 2px 0 #575759;
	text-shadow: 0 1px 0 #e22525;
	background-image: -webkit-linear-gradient(90deg,rgba(87,87,89,1.00) 0%,rgba(180,180,181,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(87,87,89,1.00) 0%,rgba(180,180,181,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(87,87,89,1.00) 0%,rgba(180,180,181,1.00) 100%);
  	} 
  	
	input[type="submit"]:hover, button:hover, input[type="button"]:hover {
	background: #575759;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fae67f), color-stop(1, #fdffba));
	background-image: -moz-linear-gradient(90deg,rgba(87,87,89,1.00) 0%,rgba(169,169,171,1.00) 100%);
	border-bottom: 1px solid #DADADB;
	-webkit-box-shadow: 0 2px 0 #575759;
	-moz-box-shadow: #575759 0 2px 0;
	box-shadow: 0 2px 0 #575759;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(90deg,rgba(87,87,89,1.00) 0%,rgba(169,169,171,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(87,87,89,1.00) 0%,rgba(169,169,171,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(87,87,89,1.00) 0%,rgba(169,169,171,1.00) 100%);
	}
	
	input[type="submit"]:active, button:active, input[type="button"]:active {
	position: relative;
	top: 1px;
	-webkit-box-shadow: 0 1px 0 #575759;
	-moz-box-shadow: #575759 0 1px 0;
	box-shadow: 0 1px 0 #575759;
	} 
	
	input[type="submit"] { display: inline; vertical-align: top; }
	
	
	input[type="submit"]:active, button:active, input[type="button"]:active { 
		position: relative; 
		top: 1px; 
	}

	input[type="radio"] { vertical-align: text-bottom; }
	input[type="checkbox"] { vertical-align: bottom; }