@charset "UTF-8";
/* CSS Document */

/*** Confirmation Page ***/
#confirmContent {
		background:url(../images/customer-service.jpg) no-repeat;
		min-height: 208px;
}

#confirmContentPrint{
		font-family: Arial;
		display:block;
}

#confirmContentPrint div.separationLine{
		border-bottom: solid 1px #0662AB;
		width:100%
}

div#confirmContentPrint{
		clear:both;
}

#clickCTA {
/*		width: 530px;
		height: 80px;
	*/
		background-color: #fdfcdf;
		font-size: 10px;
		padding: 7px 10px;
}
#callCTA {
		width: 510px;
		background-color: #f5f4f4;
		padding: 5px 10px;
}
/*
#clickCTA p {
		width: 300px;
		float:right;
}
*/
.clickBtn {
		float: left;
		margin: 10px 5px;
		width: 219px;
		height: 44px;
}
.orangeText {
		color: #eeb313;
		font-size: 14px;
		font-weight: bold;
}
.bigText {
		font-size: 14px;
}
.floatRight {
	float: right;
}
.finePrint {
		color: #999;
		font-style: italic;
		font-weight: normal;
}

div#clickCTA div.content{
	float:left;
	margin: 10px 5px;
/*	width: 219px;
	height: 44px;
*/	
	}