h1,h2,h3,h4 { line-height: 100%; }

#lgp-client-form select {
	font-weight: bold;
}

#lgp-client-form select optgroup {
	color: #333;
}

#lgp-client-form select optgroup option {
	color: black;
}

/* lgp content table */

#lgp_columns td {
  padding: 5px;
  vertical-align: top;
}

legend {
  font-weight: bold;
}

/* blank page */

#leadgenblankpage {
  text-align: center;
}

#leadgenblankpage #centercontent {
  text-align: left;
}

#leadgenblankpage h1.title {
  font-size: 16px;
  line-height: 1em;
}

#leadgenblankpage #centercontent {
  /*width: 600px;*/
  margin: 0 auto;
  border: 1px solid black;
  padding: 10px;
}

#leadgenblankpage .lgp-thankyou {
  width: auto;
  border-width: 0;
  background-color: white;
}


#leadgenblankpage .leadgenformwrapper {
  text-align: center;
  margin: 0 auto;
  width: 500px;
}

/* CSS Styles for drop-down in TinyMCE */
/* http://servicecenter.fiercemarkets.com/admin/settings/wysiwyg/profile/edit/1 */

.lgp-signup-form {
	background-color: #FFFF99;
	margin: 5px auto;
	padding: 1em;
	width: 400px;
	text-align:left;
	border: 1px solid black;
}

.lgp-coreg-form {
	background-color: #FFFF99;
	margin: 5px auto;
	padding: 1em;
	/*width: 800px;*/
	text-align:left;
	border: 1px solid black;	
}

.lgp-thankyou {
	background-color: #FFFF99;
	margin: 15px auto;
	padding: 1em;
	width: 600px;
	text-align:left;
	border: 1px solid black;	
}

#lgp_confirmation {
}

#lgp_confirmation p {
	font-size: 14px;
	line-height: 20px;
}

#lgp_confirmation a {
	text-decoration: underline;
}




.lgp-bigger {
	font-size: larger;
	line-height: 1.5em;
}

.lgp-smaller {
	font-size: smaller;
}

/* Styles to make TinyMCE look more like client. borrowed from style.css */
body.mceContentBody {
	color:black;
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	line-height:1.25em;
}

body.mceContentBody p {
	margin:0 0 5px;
	padding:0;
}


body.mceContentBody h3 {
	color:#2A3380;
	font-size:17px;
	font-weight:bold;
	line-height:1.1em;
}

body.mceContentBody h4 {
	font-size:14px;
	line-height:1.1em;
	margin:1em 0 0;
}

body.mceContentBody img {
	border:0 none;
}

/* mainly to highlight the screwy code in the editor */
body.mceContentBody .block {
	border-left:1px solid #D9D9D9;
	border-top:6px solid #D9D9D9;
	margin:0 0 10px;
	padding:0;
}

body.mceContentBody div {
	width: inherit !important; /* so that fixed-width divs don't blow out the tinymce editor */
}

/* Style checkboxes differently than other input elements */
.checkboxcontainer .form-item input {
  width: auto;
  text-align: left;
}
.checkboxcontainer .form-item label {
  float: none;
}
.checkboxcontainer .form-item {
  text-align: left;
}

/* BEGIN HTML ITEMS */
body {
    font-family: arial,sans-serif;
    font-size: 13px;
    line-height: 1.25em;
    color: #000000;
}
h3, .node-title-listing {
    color: #2A3380;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.1em;
    margin: 5px 0;
}
p {
    margin: 0 0 5px;
    padding: 0;
}
table {
    border-collapse: inherit;
}
tbody {
    border-top: 1px solid #CCCCCC;
}
/* END HTML ITEMS */

#wrapper {
  width:960px;
  margin: 0 auto;
}
.form-item {
    margin-bottom: 1em;
    margin-top: 1em;
}
.form-item label {
    display: block;
    font-weight: bold;
}

.form-submit, input[type=submit] {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #ffffff;
	padding: 0 2.5px;
	
	background: #000099;
	background: -moz-linear-gradient(top,  #6f6fe8 0%, #000099 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6fe8), color-stop(100%,#000099));
	background: -webkit-linear-gradient(top,  #6f6fe8 0%,#000099 100%);
	background: -o-linear-gradient(top,  #6f6fe8 0%,#000099 100%);
	background: -ms-linear-gradient(top,  #6f6fe8 0%,#000099 100%);
	background: linear-gradient(top,  #6f6fe8 0%,#000099 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6fe8', endColorstr='#000099',GradientType=0 );

	text-shadow: 0px -1px 0px rgba(3,19,69,1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #00003d;
	text-align:center;

	cursor: pointer;
}

.marker, .form-required {
    color: #FF0000;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red;
}
.error {
    color: #FF0000;
}