.css {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #F4400B;
}
.border {
	border: 1px dashed #F4400B;
}
.top_text {
	background-color: #F4400B;
	border: 1px solid #C43309;
}
.main_text {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.border-2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #C43309;
	border-right-color: C43309;
	border-left-color: C43309;
}

