
h2#fastCheckoutHeadingTitle {
color: #008000;
font-size: 25px;
line-height: 28px;
text-align: center;
margin-bottom: 20px;
letter-spacing: 1px;
}

table#fast_table {
width: 100%;
}

table#fast_table {
	border:1px solid black;
}


body#fastcheckoutBody th {
color: #008000;
padding: 5px 10px;
font-size: 15px;
text-align: center;
font-weight: normal;
border-bottom: 3px double black;
}

body#fastcheckoutBody td {
padding: 7px 14px;
text-align:center;
}

p#cart_summ {
text-align: right;
margin: 20px 0px;
}

span.fast_span {
font-size: 14px;
color: black;
font-weight: normal;
padding: 0px 5px;
}

p#cart_summ {
text-align: right;
margin: 20px 0px;
color: #008000;
font-weight: normal;
font-size: 18px;
}

.input_fast {
width: 400px;
float: left;
font-size: 14px;
padding: 5px 10px;
margin: 8px 0px;
border-radius: 5px;
}

body#fastcheckoutBody input[type="submit"] {
float: left;
margin: 10px;
margin-left: 50px;
padding: 5px 15px;
color: red;
font-weight: bold;
letter-spacing: 2px;
cursor: pointer;
}

body#fastcheckoutBody .messageStackCaution.larger {
	display: none;
}


