BODY {
	background-color: #000000;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 13px;
	color: #DFDEDE;
}
TABLE {
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 13px;
	color: #DFDEDE;
}
TR {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 13px;
	color: #DFDEDE;
}
TD {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 13px;
	color: #DFDEDE;
}
IMG {
	border: 0px;
}
A, A:link, A:visited, A:active {
	color: #DFDEDE;
	text-decoration: underline;
}
A:hover {
	color: #DFDEDE;
	text-decoration: underline;
}
.dropcap {
	float:left;
	font-size:52px;
	line-height:45px;
	padding-top:0px;
}
.title1 {
	color: #DFDEDE;
	font-weight: bold;
	font-size: 14px;
}
.title2 {
	color: #DFDEDE;
	font-weight: bold;
}
.margin5 {
	padding: 5px 5px 5px 5px;
}
.red {
	color: #FF0000;
}
TEXTAREA {
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size: 13px;
}	

.order-info-button {
	position: fixed;
	bottom: 0;
	left: 10px;
	max-width: 400px;
	padding: 15px;
	background: #000;
	border: 2px solid #590505;
	border-bottom: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.order-info {
	display: none;
	position: fixed;
	bottom: 0;
	left: 10px;
	max-width: 400px;
	padding: 15px;
	background: #000;
	border: 2px solid #590505;
	border-bottom: none;
	border-radius: 3px;
}
.order-info a[data-dismiss] {
	position: absolute;
	top: 15px;
	right: 15px;
	text-decoration: none;
	cursor: pointer;
}

@media only screen and (min-width: 950px) {
	.order-info-button,
	.order-info {
		left: 120px;
	}
}