﻿body {
	background-color: white;
	margin: 0;
	color: #3a3939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3a3939;
}
textarea {
	overflow: auto;
	resize: none;
}
#container {
	/*width: 735px;*/
	height: 430px;
	background-color: white;
    float:left;
	/*margin: 10px 0 0 20px;*/
}
#brandHeader {
	background-image:url(shift4-header-tpi.gif);
	width: 100%;
	height: 65px;
}
#brandText {
	background-color: #EEE;
	height: auto;
	width: auto;
	max-width:170px;
	float: right;
	padding: 10px;
	line-height:150%;
    position: absolute;
	right:0;
}
#ccform {
	/*width: 535px;*/
	float: left;
	padding: 10px 5px 0 20px;
}
#tokenMsg {
	/*width: 535px;
	float: left;*/
	padding: 5px 5px 0 0;
	display: none;
}
#ccTitle h1 {
	margin: 0 0 10px 0;
}
#ccText {
	margin: 0 0 5px 0;
	font-size: 14px;
}
#txtAddress {
	font-family: Arial, Helvetica, sans-serif;
}
#ddlMonth {
	width: auto;
}
#ddlYear {
	width: auto;
}
.ccformInputText {
	text-align: right;
	padding-right: 20px;
	vertical-align: text-top;
	white-space: nowrap;
}
.inputLong {
	width:245px;	
}
.inputMed {
	width:150px;	
}
.inputShort {
	/*width:45px;*/
    width:85px;	
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	margin: .2em 0;
	display: block;
	font-size: 14px;
	padding: 3px 6px;
    /*padding: 6px 12px;*/ 
}
#formCC label {
	display: inline-block;
    font-weight: 700;
    margin: 0 0 5px -10px;
    /*margin: 0 5px 5px 0;
    width: 25%;
	text-align:right;*/
}
#formCC input, #formCC textarea, #formCC select {	
	/*background-color: #fff;
    color: #555;
    width: 48%;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;    
    display: inline-block;
	vertical-align:middle;	
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
/*.input:hover {
            border: 1px solid #f00;
            background: #ff6;
        }*/
.button {
	border: 2px solid #29447E;
	background: #FFFFFF;
	color: #3a3939;
	font-weight: bold;    
    cursor: pointer;
}
.button:hover {
	border: 2px solid #5CCD00;
	background: #eef;
	color: #5B74A8;
	font-weight: bold;
}
.submitbtn {
    background-color: #337ab7;
    color: #fff;
    /*margin-right: 25px;*/
}
.select {
}
/*.select:hover{
            border: 1px solid #f00;
            background: #ff6;
        }*/
label {
}
.rfvTD {
	vertical-align: text-top;
}
br {
	clear: left;
}
#tooltip1
{ 
    position: relative; 
    z-index: 99;
}
#tooltip1 span 
{ 
    display: none; color: #FFFFFF; 
}
#tooltip1:hover span
{
    display: block;
    position: absolute;
    left: 60px;
    top: -150px;
    color: #3a3939;
    font-size:12px;
    text-align:left;
    padding: 0 5px;
    border:1px solid #ccc;
    background-color:#FFFFFF;
    border-radius:10px; 
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
select#ddlMonth {
    margin-right: 10px;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
} 