.dottedline {
	border-bottom: thin dotted #EC008C;




}
.vertdottedline {
	border-right-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #EC008C;
}
.notopline {
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;



}
.vertdottedlinewhite {

	border-right-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
}
.horizdottedlinewhite {
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #FFFFFF;


}
.solidwhite {

	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #FFFFFF;
}
.dottedlinebottomandleft {
	border-bottom: thin dotted #EC008C;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #EC008C;

}
.vertdottedlineblack {


	border-right-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
}
.horizdottedlineblack {

	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}
