@charset "utf-8";
/* CSS Document */

table {
	font-size: 14px;
}

form {
	background-color: #B6EDDB;
	border-color: #12210C;
	border-width: 1px;
	border-style: solid;
	padding: 0px 10px 10px 10px;
	margin: 10px 10px 10px 10px;

}

.zip {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	float: right;
}

#thankyoubox {
	background-color: #B6EDDB;
	border-color: #12210C;
	border-width: 1px;
	border-style: solid;
	padding: 0px 10px 10px 10px;
	margin: 10px 10px 0px 10px;
	width: auto;
	height: 250px;
}

#thankyouboxtime {
	background-color: #B6EDDB;
	border-color: #12210C;
	border-width: 1px;
	border-style: solid;
	padding: 0px 10px 10px 10px;
	margin: 10px 10px 0px 10px;
	width: auto;
	height: auto;
}

#filetransfer select {
	width:265px;
	height: auto;
}

#filetransfer input.downloadinput {
	width:260px;
	height: auto;	
}

#alertBox {
	background-color: #B6EDDB;
	border-color: #12210C;
	border-width: 1px;
	border-style: solid;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	font-size: 14px;
	height: auto;
	overflow: auto;
}

