/* CSS Document */

.border {
	border: 1px solid #1989D7;
}
.border1 {
	border: 1px solid #ffccoo;
}
.borderdown {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #1989D7;
}