/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C8C8C8;
}
input {
	text-decoration: none;
	border: 1px solid #B2CDE5;
	font-size: 10px;
}
input.submit {
	text-decoration: none;
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, verdana;
	font-weight: bold;
	border: 2px ridge #B2CDE5;
	margin-bottom: 10px;
}
textarea {
	text-decoration: none;
	border: 1px solid #B2CDE5;
	font-size: 12px;
}
.color_bar {
	line-height: 5px;
	text-decoration: none;
	background-image: url(../images/background/bg_oriz.gif);
	background-repeat: repeat-y;
	background-position: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B2CDE5;
}
