sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}


* HTML input, textarea, select {
	margin:0 0 10px 0;
}
input, textarea, select {
	font: 1em arial, helvetica, sans-serif;
	color: #000;
	border: 1px solid #c4c4c4;
	background: url("../img/bg-forminput.gif") repeat-x;
	padding:2px;
	margin:0 0 8px 0;
	width:407px;
}

input:focus, textarea:focus, select:focus {
	font: 1em arial, helvetica, sans-serif;
	border: 1px solid #5183bc;
	border-bottom: 5px solid #5183bc;
	color: #039;
	padding:3px 3px 2px 3px;
	background: #f4f4f4 url("../img/bg-forminput2.gif") repeat-x;
}

label {cursor: pointer;}

.errormsg {
	font-weight:bold;
	display: block;
	width: 343px;
	color: #FFF;
	background: #F00 url("../img/stop.gif") no-repeat 10px center;
	padding: 20px 10px 20px 60px;
	margin: 10px 0;
	text-decoration:blink;
	}

input.button {
	cursor:pointer;
	background: url("../img/btn-form.gif") no-repeat;
	font-size:1em;
	color: #336699;
	padding:0 5px 0 0;
	width:115px; height: 38px; line-height: 31px;
	text-align:center;
	border: 0;
	}
	input.button:hover {
	background: url("../img/btn-form2.gif") no-repeat;
	color: #000;
	}
	
.texteForm{
background:url("../img/ico-form.gif") no-repeat 0 2px; padding:0 0 0 17px;}

