body, input, select, font, td {
	font-family:"Georgia";
	color:#646464;
	font-size:13px;
}
body{
	background:transparent;
}
table {
	width:340px;
}
table td {
	padding:5px;
	text-align:left;
}

input[type="text"],
input.inputstyle {
	background-color:#f2f2f2;
	border:1px solid #CCCCCC;
}
input[type="radio"] {
	vertical-align:text-bottom;
}
select {
	margin-right:5px;
}
input[type="submit"],
input.formstyle {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC!important;
	cursor: pointer;
	padding: 1px 10px;
}
table tr:first-child + tr td {
	/*background-color:#4D4D4D;*/
	color: #FFFFFF;
	font-weight: bold;
	padding:10px 5px 2px 5px;
	border-bottom:0 none;
}
table tr:first-child + tr + tr td {
	/*background: url(../design/th-bg.png) repeat-x scroll left bottom #4D4D4D;*/
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px 10px 5px;
	border-bottom:0 none;
}
table tr td table tr td {
	background-color:transparent !important;
	background-image:none !important;
	line-height:normal !important;
	padding:5px !important;
	color: #4c4c4c !important;
	font-weight:normal !important;
}
table tr td table tr td {
	padding-left:0;
	padding-right:0;
}

/* Nike Custom CSS Below */

/*btn btn--primary btn--border*/

select {
    /* .btn */
    font-size: 14px;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial black, Arial Bold, Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    /* .btn--primary */
    background-color: white;
    color: #111111;

    /* .btn--border */
    border: 2px #111111 solid !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 20px;

    outline: none;
}

input[type="submit"] {
    /* .btn */
    font-size: 14px;
    font-family: "Trade Gothic for Nike 365 BdCn", Arial black, Arial Bold, Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    /* .btn--secondary */
    background-color: #575757;
    color: white;

    outline: none;
}