/* CSS Document */

/*
	hidden popup box styles
							*/

div#termsAndConditions {
	background-color: #EBEBEB;
	border: 2px ridge black;
	position: fixed;
	display: none;
	left: 50px;
	top: 30px;
	z-index: 5;
	text-align:right;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	width: 350px;
	font-size: 12px;
}

div#termsAndConditions p {
	margin-top: 0;
}

span.termsButton {
	cursor: pointer;
	text-decoration: underline;
	color: #FF0000;
}

span.closeButton {
	cursor: pointer;
	color: #FF0000;
}

/*
	wrapper styles
					*/

div#big_wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#big_wrapper div#testimonial_wrapper {
	margin: 10px;
	padding: 10px;
	border: 1px dashed gray;
	background-color: #F3F3F3;
}

/* 
	generated signature information
										*/
										
div#big_wrapper div#testimonial_wrapper div.infoBox {
	width: 350px;
	margin-left: 5px;
}

div#big_wrapper div#testimonial_wrapper div.infoBox div.theName {
	width: 300px;
	border-top: 1px solid black;
	padding: 1px 0 2px 2px;
	font-size: 11px;
}

div#big_wrapper div#testimonial_wrapper div.infoBox div.theDate {
	width: 225px;
	border-top: 1px solid black;
	padding: 1px 0 2px 2px;
	font-size: 11px;
}

/*
	user-provided signature information
											*/
											
div#big_wrapper div#testimonial_wrapper div.name {
	width: 300px;
	border-top:1px solid black;
	padding: 1px 0 2px 2px;
	margin-left: 5px;
	font-size: 11px;
}

div#big_wrapper div#testimonial_wrapper div.date {
	width: 225px;
	border-top: 1px solid black;
	padding: 1px 0 2px 2px;
	margin-left: 5px;
	margin-top: 35px;
	font-size: 11px;
}
