OrderBox {
	border: 4px dashed #FF0000;
}
.dashedborder {
	border: 4px dashed #FF0000;
}
strikeout {
	text-decoration: line-through;
}
.line-through {
	text-decoration: line-through;
}

overline {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.guaranteeborder {
	border: 1px solid #990000;
}

#popup {
	font-size: 14px;
}
#popup h1 {
	font-size: 22px;
	color: #990000;
	margin: .5em 0;
}
#popup h2 {
	font-size: 18px;
	color: #000;
	margin: .5em 0;
}

#popup .optin-image {
	float: right;
	margin: 0 0 5px 5px;
	/*padding: 2px;
	border: 1px solid #cccccc;*/
}

#popup .form {
	width: 300px;
	margin: 10px auto;
	clear: both;
}

#popup .form-item {
	margin: 10px 0;
	clear: both;
}

#popup .form-item label {
	width: 100px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

#popup .form-item input[type="text"] {
	width: 180px;
}

.order{
	width: 70%;
	border: #f00 4px dashed;
	padding: 5px 15px;
	margin: 20px auto;
}

