/* CSS definition file containing site wide stylesheets */

.send {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 10px;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	background-color: rgb(128,196,193);
 	border: 1px solid rgb(255,255,255);
 	padding: 2px
}

.form {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(35,31,32);
 	border: 1px solid rgb(255,255,255);
 	padding: 2px
}