/*****************************/
/*** Core html setup stuff ***/
/*****************************/
body {
	font-family: Arial,Tahoma,Verdana,sans-serif;
	margin: 0;
	font-size: 13px;
	color:black;
	text-align:center;
}

.wrapper {
  margin:0 auto;
  text-align:left;
}

form { margin: 0; padding: 0; }
a { color:#color:#7d8791; text-decoration:none; }
p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

input, button, textarea, select { border:solid 1px silver; font-size:11px; background:none; }

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

.clear { clear:both; font-size:0; line-height:0; height:0; }
.fl { float:left }
.fr { float:right }


