.border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.brownborder {

	border-left-style: solid;
	border-left-color: #783a3a;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.whiteleftborder {


	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.dottedborder {
	border: 3px dotted #FFFFFF;


}
.browndottedborder {

	border: 2px dotted #783a3a;
}
.blacksideborders {
	border-bottom-style: none;
	border-top-style: none;
	border-left-color: #000000;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;



}
.blackframeborder {
	border: 1px solid #000000;

}
.browndottedLINE {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 2px dotted #783a3a;
	border-left: 0px none;

}
.whiteframeborder {

	border: 5px outset #FFFFFF;
}

