body {
  background-repeat: repeat-x;
  background-image: url(/images/background.gif);
  font: .75em/1.5 "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
/*   margin: 0 auto; */
  padding: 0;
  margin: 0;
/*   width: 638px; */
}

#myForm {
	width: 602px;
	margin-left: 15px;
}

h1, h2 {
	margin-bottom:0;
	padding:0;
	
	margin-left: 15px;
	color: #bf1510;
	font: normal normal 225% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -1px;
}

h2 {
	color: #3e3e3e;
	font-size: 150%;
	margin-top: 0;
	margin-bottom: 15px;
}

strong {
  background: #ffc;
}

form {
  background: #eee;
  margin: 0 0 18px;
  overflow: hidden;
  padding: 0 10px;
}

fieldset {
  font-size: 150%;
  background: #fff;
  border: 2px solid #bbb;
  margin: 18px 0 0;
  padding: 16px 10px 16px;
  position: relative;
  margin-bottom: 20px;
}

@-moz-document url-prefix(){ fieldset {
  margin-top: 10px;
  padding-top: 8px;
}}

legend {
  background: #fff;
  color: #888;
  font-weight: bold;
  left: 10px;
  padding: 0 10px;
  position: absolute;
  top: -.9em;
}

legend span {
	font-size: 90%;
	font-weight: normal;
}

label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* label:after { content: ":"; } */

input[type="checkbox"] + label:after { content: ""; }

input[type="text"], input[type="password"], select, textarea {
  border: 2px solid #bbb;
  display: block;
  font-size: 18px;
  height: 24px;
  margin: 4px 0;
  padding: 2px;
  width: 100%;
}

select {
	height: 32px;
}

input[type="checkbox"] { padding: 0; } /* IE */

@-moz-document url-prefix(){ input[type="checkbox"] {
  margin-top: .7em !important;
}}

textarea {
  font: .75em/1.5 "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
  font-size: 14px;
  height: 96px;
}

textarea.half {
  height: 46px;
}

fieldset + p {
  line-height: 36px;
  margin: 0;
}

p {
	font-size: 85%;
	color: blue;
}

div {
  margin: 0 0 18px;
  overflow: hidden;
  padding: 0 14px 0 10px;
}

.box {
	border: dotted 1px #DDD;
	background-color: silver;
}

div:last-child { margin: 0; }

.inline { margin-bottom: 0; }

.inline label, .medium label {
  float: left;
  line-height: 36px;
  margin-right: 10px;
}

.inline input, .inline select {
  float: left;
  font-size: 14px;
  height: 24px;
  margin: 4px 5px 4px 0;
  width: auto;
}

.short input {
	width: 28px;
	display: inline;
}

input#date-year  {
	width: 50px;
}

.short label {
	width: 150px;
	float: left;
}

.inline input[type="checkbox"] { margin-right: 10px; }

input[type="radio"] {
	margin-bottom: 15px;
}

input:focus {
	border: 2px solid #acc6f9;
	color: #363636;
	background-color: #fff7c0 
}

/*
.left {
	float: left;
	width: 200px;
	display: block;
}

label.left {
	clear: left;
	display: block;
}

input.left {
	display: block;
	width: 100px;
}

form.label {
	display:block;
	font-size:12px;
	line-height:14px;
	padding:0 0 12px;
}
*/

div {
	padding-bottom: 15px;
}

input.short-left, label.short-left {
	width: 200px;
	position: absolute;
}

input.short-right, label.short-right {
	width: 200px;
	position: absolute;
	left: 207px;
	margin-left: 25px;
}

input.shortest-right, label.shortest-right {
	width: 110px;
	position: absolute;
	left: 430px;
	margin-left: 25px;
	clear: both;
}

input.leftcol, label.leftcol {
	width: 250px;
	position: absolute;
}

input.rightcol, label.rightcol {
	width: 250px;
	position: absolute;
	left: 287px;
	margin-left: 25px;
}


form {
	position: relative;
}

input[type="radio"] {
	margin-top: 10px;
}

.right {
	float: right;
}

#log {

	margin-top: 0px;
}
 
#log_res {
	width: 450px;
	overflow: auto;
	font-size: 12px;
	font-weight: bold;
	color: #009933;
	margin-left: 65px;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(redsox/assets/images/loading.gif) no-repeat center;
}

#log_res h6 {
	background-image:url(redsox/assets/images/stop.png);
	background-position: 0px top;
	background-repeat:no-repeat;
	height: 35px;
	color:#CC3300;
	font-size:100%;
	padding:5px 0pt 0pt 50px;
	margin: 0;
}

#sendContactEmail {
	margin-left: 70px;
	margin-right: 220px;
}


