/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* -- CUSTOM -- */
#topMessage {
	border: 1px solid #0c4383;
	background-color: #8BCDEE;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 125%;
	}
	
.center {
	text-align: center;
	}
	
.basicMessage {
	background-color: #cedff2;
	border: 1px solid #a3b0bf;
	padding: 0 10px;
	}

.message {
	background-color: #cedff2;
	border: 1px solid #a3b0bf;
	padding: 0 10px;
	padding-left: 50px;
	background-image: url(http://www.zweb-network.com/graphics/alert.gif);
	background-repeat: no-repeat;
	background-position: center left;
	}
.message h1, .basicMessage h1 {
	margin-top: 5px;
	font-size: 20px;
	}
input, textarea{
	border: 0;
	font-size:14px
	}
