/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height:100%;
}

body {
	margin: 0;
	font-size: 12px;
	color: #070707;
	text-align: center;
	height: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	#background-position: 0 0;
}

body, input, textarea{
	font-family: tahoma;
}

.wrapper {
  width:980px;
  margin:0 auto;
  text-align:left;
  height:100%;
}

form { margin: 0; padding: 0; }

p { margin-top: 0; margin-bottom: 20px; line-height: 1.5; }

h1{
	font-size: 24px;
	font-weight: normal;
	color: #232323;
	line-height: 1;
}

img { border: 0 none; }

input[type=text], textarea { border:solid 1px silver; font-size:11px; }

input[type=submit], input[type=button], button, .button{
	height: 22px;
	line-height: 20px;
	background-image: url(../images/button-bg.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 0 15px 0 5px;
	margin: 0;
	border: 1px solid #ccc;
	overflow: visible;
	background-color: transparent;
	cursor: pointer;
}

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; }

a:link, a:visited{
	color: #fc510c;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #090909;
}
