
input.button {
	font-size:13px;
	line-height:20px;
	padding:2px 8px;
	margin:0 5px;
	overflow:visible;
}
input.complete {
	font-size:13px;
	line-height:20px;
	background:#0063dc url(../images/bg-button-blue.jpg) 0 bottom repeat-x;
	color:#fff;/*
	height:auto;
	width:auto;*/
	padding:2px 8px !important;
	margin:0;
	cursor:pointer;
	overflow:visible;
}

h5 { text-align:right; }
/*
form h5 input.complete {
	font-size:12px;
	line-height:18px;
	padding:2px;
}*/



/* ------------------------------------------------ cms form styles ------------------------------------------------ */


form table.checkoutItems {
	width:100%;	
	margin:10px auto 0 auto;
}

form table.checkoutItems tr th {	
	vertical-align:top;
	margin:0;
	padding:5px 5px 5px 0;
	color:#fff;
	text-align:center;
	font-weight:bold;
	background:url(../images/bg-contentWrap-sub.jpg) 0 -1px repeat-x;
}

form table.checkoutItems tr td {	
	vertical-align:top;
	margin:0;
	padding:5px 5px 5px 0;
	border-top:1px solid #a4b6c8;
}
form table.checkoutItems tr th.quantity,
form table.checkoutItems tr td.quantity {	
	width:10%;
	text-align:center;
}
form table.checkoutItems tr th.desc,
form table.checkoutItems tr td.desc {	
	width:;
	padding-left:2%;
	text-align:left;
}
form table.checkoutItems tr th.social,
form table.checkoutItems tr td.social {	
	width:13%;
	padding-left:1%;
	text-align:center;
}
form table.checkoutItems tr th.price,
form table.checkoutItems tr td.price {	
	width:10%;
	text-align:right;
}
form table.checkoutItems tr th.total,
form table.checkoutItems tr td.total {	
	width:8%;
	text-align:right;
	padding-right:2%;
}
form table.checkoutItems tr th.view,
form table.checkoutItems tr td.view {	
	width:10%;
	text-align:center;
	padding-right:0;
}

form table.checkoutItems tr td.view a {
	width:90px;
	height:25px;
	display:block;
	margin:0;
	padding:5px 0;
	color:#fff;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	text-align:center;
	background:url(../images/redesign/bg-button-green-smaller.jpg) 0 0 no-repeat;
	border:none;
}
form table.checkoutItems tr td.view a:hover { 
	text-decoration:none;
	background-position:0 -35px; 
}


form table.checkoutItems tr td.desc input,
form table.checkoutItems tr td.desc label {
	float:left;
	display:inline-block;
	font-size:11px;
}

form table.checkoutItems tr td.desc label {
	margin-left:3px;
}



/* ------------------------ social media links for thank you page ------------------------*/
/*#content .social {
	float:left;
	display:inline;
	width:100%;
	height:20px;
	padding:5px 10px;
} 

#content .social h2 {
	float:left;
	display:inline;
	width:auto;
	margin:0 10px 0 0;
	padding:0;
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-align:left;
} */

#content .social ul {
	width:72px;
	height:20px;
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:center;
}
#content .social ul li {
	display:inline;
	float:left;
	margin:0 auto;
	height:20px;
}
#content .social ul li a {
	display:block;
	padding:0;
	margin:3px 2px 0;
	text-indent:-1000em;
	width:20px;
}
#content .social ul li.facebook a { background:url(../images/redesign/bg-icon-facebook-small.jpg) 0 0 no-repeat; }
#content .social ul li.twitter a { background:url(../images/redesign/bg-icon-twitter-small.jpg) 0 0 no-repeat; }
#content .social ul li.email a { background:url(../images/redesign/bg-icon-email-small.jpg) 0 2px no-repeat; }



/* ------------------------ confirmation text for thank you page ------------------------*/
form .confirmText {
	float:left;
	display:inline;
	width:550px;
}

form table.confirmTable {
	float:right;
	display:inline;
	width:350px;
	padding-top:10px;
}
form table.confirmTable td {
	padding:0 0 5px;
	margin:0;
}
form table.confirmTable td.label {
	width:180px;
	padding-right:20px;
	text-align:right;
}





/* ------------------------------------------------ cms form styles ------------------------------------------------ */
form table.checkoutInfo {
	width:100%;		
}

form table.checkoutInfo input, form table.checkoutInfo select {
	margin-right:5px;
}

form table.checkoutInfo tr th {	
	vertical-align:top;
	margin:0;
	padding:5px 5px 5px 0;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	background:url(../images/bg-contentWrap-sub.jpg) 0 -1px repeat-x;
}
form table.checkoutInfo tr td {	
	vertical-align:top;
	margin-top:0;
	padding:5px 15px 0 0;
	text-align:left;
}
form table.checkoutInfo tr td.formName {
	width:30%;
	text-align:right;
}

form table.checkoutInfo #checkbox {
	float:left;
	clear:both;
	display:block;
}

form table.checkoutInfo .required {
	font-size:20px;
	color:#f33;
}

form table.checkoutInfo textarea {
	width:250px;
}
form table.checkoutInfo input {
	border:1px solid #898989;
	padding:2px;
}
form table.checkoutInfo input.radio {
	background:none;
	border:none;
}
form table.checkoutInfo input.check {
	background:none;
	border:none;
}

