@charset "utf-8";
/* CSS Document */

#contentForm {
  width: 500px;
  margin: 15px auto;/*this line will center the page*/
  padding: 0px 5px;
}

/* and now the form formatting itself */
label {
  display:block;
  float: left;
  width: 120px;
  line-height: 22px;
  margin-bottom: 5px;
  margin: 5px 0;
  font-family:Georgia;
  font-size:1.1em;
  font-style:italic;
  font-weight:lighter;
  color:#666;
}

input, textarea, select {
  margin: 0;
  padding: 3px;
  font-size: 0.85em;
  color: #C03;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFF;
}

.send {
	margin:10px 75px; overflow:hidden; width:auto; float:right;
	}

.baton {
	background:url(img/baton.jpg) left top repeat;
	width:100px;
	height:30px;
	margin:0;
	padding:0;
	text-align:center;
	cursor:pointer;
	border:1px solid #ccc; 
	font-size:0.75em;
	font-weight:bold;
	letter-spacing:-1pt;
}

.baton:hover {
	background:url(img/baton_over.jpg) left top repeat;
	width:100px;
	height:30px;
	margin:0;
	padding:0;
	text-align:center;
	cursor:pointer;
	border:1px solid #ccc; 
	font-size:0.75em;
	font-weight:bold;
	letter-spacing:-1pt;
}