/* @override http://www.altocafe.com/css/contact.css */

body {
	color: #272729;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
background: #4f1405;
}

a {
	color: #272729;
	text-decoration: none;
}

a:hover {
	color: #191919;
	text-decoration: underline;
}

h1 {
  margin: 0 0 10px 0;
  font-size: 220%;
}

/* the main layout */

#contentForm {
  display: block;
  width: 700px;
  margin: 20px auto;/*this line will center the page*/
  padding: 25px;
  background: #fff url(../img/logo_alto_contact.png) no-repeat 0 20px;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  width: 250px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
	float: none;
}

span.radio_text {
	margin: 5px;
}


input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../img/envoyer60.20.gif) no-repeat left top;
  width: 60px;
  height: 20px;
  margin-left: 20px;
}

.annuler {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(../img/annuler60.20.gif) no-repeat left top;
  width: 60px;
  height: 20px;
  margin-left: 20px;

}

span.required{
  font-size: 13px !important;
  color: #d0000a;
}

.errormsg {
  display: block;
  width: 90%;
  height: 20px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #d0000a url(../img/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 1px solid #920000;
  border-bottom: 1px solid #920000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

#contFrm {
	margin-top: 10px;
	margin-bottom: 0;
}

.close a:link{
	cursor: pointer;
	
}
