body {
  text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body#index, body#collection, body#page {
	background-color: rgb(224, 221, 215);
}

h1, h2, h3, h4, h5, h6, div#parent_nav, div#sibling_nav {
	font-family: sans-serif;
}

a img {
	border: none;
}

li {
  padding-bottom: 0.4em;
  padding-right: 4em;
  font-size: 0.95em;
}

h1 { margin: 0.25em 0; }
h2 { padding-top: 0.5em; }

hr {
  border: none;
  border-bottom: 1px dotted rgb(180, 180, 180);
  height: 1px;
  margin: 0 0 10px 0;
}

p span.highlight {
  background-color: rgb(255, 255, 80);
}

p span.highlight a {
  color: rgb(210, 0, 0);
  font-family: sans-serif;
  padding: 0.25em;
}

input.catch_bots {
  display: inline;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}


#announcement {
	position: relative;
	top: 0;
	left: 0;
	width: 80%;
	border: 1px solid red;
	background: rgb(255, 245, 245);
	margin: 1em auto;
	-webkit-box-shadow: -3px 3px 7px rgba(0,0,0,.1);
	-moz-box-shadow: -3px 3px 7px rgba(0,0,0,.1);
	box-shadow: -3px 3px 7px rgba(0,0,0,.1);
}

#announcement img {
	position: absolute;
	top: 9%;
	left: 10px;
}

#announcement p {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	margin-left: 225px;
	margin-right: 10px;
}


div#container {
  margin: 0 auto;
  text-align: left;
  width: 980px;
	background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(180, 180, 180);
	-webkit-box-shadow: -3px 3px 7px rgba(0,0,0,.1);
	-moz-box-shadow: -3px 3px 7px rgba(0,0,0,.1);
	box-shadow: -3px 3px 7px rgba(0,0,0,.1);
}

body#admin div#container {
  border-bottom: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

body#index div#container,
body#index div#parent_nav,
body#index div#footer {
  width: 780px;
}

body#page div#container, body#collection div#container,
body#page div#parent_nav, body#collection div#parent_nav,
body#page div#footer, body#collection div#footer {
	width: 920px;
}

div#parent_nav {
	clear: both;
	border-bottom: 1px solid rgb(60, 60, 60);
  font-size: 0.75em;
  margin: 0 auto;
	padding: 0 0 1em 0;
}

div#parent_nav p {
	margin: 0;
	padding: 1px 0 0 0;
	text-align: left;
}

body#page div#parent_nav {
	border-bottom: 1px solid rgb(180, 180, 180);
}

div#sibling_nav {
	clear: both;
  font-size: 0.75em;
  min-height: 1.25em;
  margin: 0;
  padding: 1em 1em 0.5em 1em;
	background-color: rgb(255, 255, 255);
}

div#sibling_nav span.prev {
  float: left;
  text-align: left;
	width: 50%;
	display: block;
}

div#sibling_nav span.next {
  float: right;
  text-align: right;
	width: 50%;
	display: block;
}

div#sibling_nav span.next span, div#sibling_nav span.prev {
  color: rgb(100, 100, 100);
}

a {
  color: #009;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}

div#description {
  margin: 0 1em;
}

div#description p {
  padding: 0 1em;
}

div#content, div#comments, div#collection_links, div#page_links, div#link_code, div#ext_links {
  padding: 0 1em 0.5em 1em;
}

body#page div#page_links div.page_link {
  font-size: 0.75em;
	padding-left: 1em;
}

div#content h2, div.page_link h2, div.collection_link h2 {
  margin: 0.5em 0 0.25em 0;
  padding: 0;
}

div.page_link h2, div.collection_link h2 {
  font-size: 1.25em;
}



div#description {
  clear: both;
  height: 170px;
  margin: 0 0 1px 0;
  padding: 0;
  border-bottom: 1px solid rgb(180, 180, 180);
}

div#description div {
  text-align: right;
  position: relative;
  top: 125px;
  left: 0px;
  height: 45px;
  background-color: silver;
  opacity:.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
}

div#description div h1 {
  margin: 0 14px;
  padding: 0;
  font-family: Arial Black, sans-serif;
  font-size: 20pt;
  font-weight: normal;
  color: black;
	text-shadow: 0px 1px 1px rgb(240, 240, 240);
}

div#description div p {
  margin: 0 14px;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}



div#related_articles {
	float: right;
	width: 300px;
	margin: 0 0 0 1em;
	padding: 0 0 0 0.5em;
	border-left: 1px solid rgb(140, 140, 140);
}

div#related_articles h3 {
	margin: 0;
	padding: 0 0 0.5em 0;
	color: rgb(30, 30, 30);
}

div#related_articles dl {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	line-height: 140%;
}

div#related_articles dl dt {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

div#related_articles dl dd {
	margin: 0 0 0.5em 1em;
	padding: 0;
}


div#content {
  margin: 0;
	padding-top: 0.25em;
  line-height: 1.65em;
	background: rgb(255, 255, 255);
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: rgb(76, 73, 65);
}

div#content h1 {
	color: rgb(0, 0, 0);
  font-size: 1.5em;
	text-shadow: 0px 2px 3px rgb(175, 175, 175);
}

div#content h2 {
	margin-top: 0;
	padding-top: 0;
  font-size: 1.25em;
}

div#content h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

div#content h3 span.taglist {
	min-height: 18px;
	display: block;
}

div#content h3 span.tag {
	margin: 0 0.25em 0 0;
	padding: 0 0.25em 0 10px;
	font-weight: normal;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgb(90, 80, 70);
	background: transparent url('../images/tag_bg.png') no-repeat top left;
	font-size: 12px;
	line-height: 18px;
	display: block;
	float: left;
}

div#content p, div.page_link p, div.collection_link p {
  margin: 0 0 1.5em 0;
  padding: 0;
}

div#content p.note {
	font-style: italic;
}

div#content em.tec, div#content em.emb {
	margin: 0;
	padding: 0;
	color: rgb(60, 60, 60);
}

div#content strong.bi {
	font-style: italic;
}

div#content ul li.header {
	font-weight: bold;
}

div#content ul li.caption {
	font-style: italic;
}

div#content div.verse ul {
	list-style-type: none;
}

div#content div.verse p.title {
	font-weight: bold;
}

div#content ul.bibliography {
	list-style-type: disc;
}

div#content span.era, div#content span.sc {
	font-variant: small-caps;
}

div#content span.ctx {
	font-style: italic;
}

div#content span.sense_num {
	padding-right: 0.25em;
	font-weight: bold;
}

div#content table {
  width: 100%;
  clear: both;
  margin: 1em 0 2em 0;
  border-bottom: 1px solid rgb(180, 180, 180);
}

div#content table caption {
	font-weight: bold;
	font-size: 0.95em;
}

div#content table caption em {
	font-weight: normal;
}


div#content table thead {
  font-family: sans-serif;
  font-size: 0.75em;
}

div#content table thead tr td {
  border-bottom: 1px solid rgb(180, 180, 180);
}

div#content table tbody, div#content table tfoot {
  font-family: monospace;
  font-size: 0.95em;
}

.image_group {
  clear: left;
  display: block;
  width: 100%;
  text-align: center;
}

.image_group.left {
	float: left;
	width: auto;
}

.image_group.right {
	float: right;
	width: auto;
}

/*
chk /pages/112/History-Recorded-Music.html
.image_group.float {
	clear: left;
	float: left;
	width: auto;
}
*/
span.image_group.oup,
.image_group.inline {
	display: inline;
}

.image_group img {
  margin: 1em 0.5em 0 1em;
  border: 1px solid rgb(100, 100, 100);
}

.image_group.left img {
  margin: 0.5em 1em 0 0;
}

.image_group.right img {
  margin: 0.5em 0 0 1em;
}

.image_group span.caption {
	display: block;
	width: 300px;
  margin: 0.25em auto 1em auto;
	padding: 0;
	text-align: left;
	font-family: sans-serif;
	font-size: 0.8em;
}

div#content blockquote, div#content div.netind_sidebar, div#content div.equation, div#content div.bibl {
	margin: 0.5em 3em 0.5em 2em;
	padding: 0;
	text-align: justify;
}

div#content div.netind_sidebar div.google_ad,
div#content div.netind_sidebar div.netseer_ad {
	width: 728px;
	text-indent: 0;
	margin: 0 0 0 -25px;
}

div#content blockquote {
	text-indent: 25px;
	background: url('../images/quotes1.png');
	background-position: 0 2px;
	background-repeat: no-repeat;
}

div#content blockquote p {
	display: inline;
	margin: 0;
	padding: 0 24px 0 0;
	background: url('../images/quotes2.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 0.9em;
}

div#content blockquote.right {
	text-align: right;
	background: none;
	text-indent: 0;
}

div#content blockquote.right p {
	padding: 0;
	background: none;
}

div#content div.attribution, div#content blockquote > span.name {
	color: rgb(90, 90, 90)
	font-style: italic;
	font-size: 0.75em;
	padding: 0 0 1em 0;
}


body#index div#container div.google_ad,
div#content div.google_ad,
div#content div.chitika_ad,
div#content div.netseer_ad {
  margin: 0 0 1em 0;
	padding: 4px 0 0 0;
	text-align: center;
  border-top: 1px dotted rgb(170, 170, 170);
  border-bottom: 1px dotted rgb(170, 170, 170);
}


div.google_ad_wide {
  margin: 0 0 1em 0;
	padding: 4px 0 0 0;
  border-top: 1px dotted rgb(75, 75, 75);
  border-bottom: 1px dotted rgb(75, 75, 75);
	line-height: 120%;
	clear: both;
}

div.google_ad_tall {
	clear: left;
	float: left;
	width: 290px;
  margin: 0 1em 0 0;
	padding: 0 4px 0 0;
  border-right: 1px dotted rgb(75, 75, 75);
	line-height: 120%;
}

div.google_ad_leftbox {
	clear: left;
	float: left;
	width: 350px;
  margin: 0 1em 0 0;
	padding: 4px 4px 4px 0;
  border-right: 1px dotted rgb(75, 75, 75);
	line-height: 120%;
}

div.google_ad_wide, div.google_ad_tall, div.google_ad_leftbox {
  background-color: rgb(254, 248, 250);
}

div#content div.google_ad.stock {
	text-align: left;
}

div.ad_unit {
  padding: 0 0.25em;
}

div.google_ad_wide div.ad_placement {
  text-align:left;
}

div.google_ad_wide div.ad_placement div {
	display: inline;
}

div.google_ad_tall div.ad_placement div,
div.google_ad_leftbox div.ad_placement div {
	display: block;
}

div.google_ad_wide div.about, div.google_ad_tall div.about, div.google_ad_leftbox div.about {
	margin: 0 0 0.5em 0;
}

div.google_ad_wide div.about a, div.google_ad_tall div.about a, div.google_ad_leftbox div.about a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.google_ad_wide div.ad_placement, div.google_ad_tall div.ad_placement, div.google_ad_leftbox div.ad_placement {
	margin: 0 0 1em 0;
}

div.google_ad_wide div.ad_placement div.ad_title, div.google_ad_tall div.ad_placement div.ad_title, div.google_ad_leftbox div.ad_placement div.ad_title {
	font-weight: bold;
}

div.google_ad_wide div.ad_placement div.ad_url, div.google_ad_tall div.ad_placement div.ad_url, div.google_ad_leftbox div.ad_placement div.ad_url {
	font-size: 10pt;
}


div#container div.google_ad,
div#container div.netseer_ad {
	margin: 0 1em;
	clear: left;
}

div#content div.google_ad_float, div#content div.chitika_ad_float {
  float: left;
  margin: 0 1em 0 0;
  padding: 0.5em 0.5em 0 0;
  border-right: 1px dotted rgb(175, 175, 175);
}

div#content div.content_ad {
	float: right;
  margin: 0 0 0 1em;
  padding: 0.5em 0 0 0.5em;
  border-left: 1px dotted rgb(175, 175, 175);
}

body#index div#content,
body#collection div#content {
	line-height: 120%;
}

body#index div#content p,
body#collection div#content p {
	margin: 0.5em 0;
}

body#index div#content ul li,
body#collection div#content ul li {
	padding: 0;
}


div#comments, div#link_code {
  clear: both;
  border-top: 1px solid rgb(180, 180, 180);
	margin: 0 auto 1em auto;
}

div#comments h2, div#link_code h2, div#page_links h2 {
  margin: 0.5em 0;
	padding: 0;
}

div#link_code p {
	color: rgb(60, 60, 60);
}

div#comments h2 span.action {
  font-size: 0.50em;
  padding-left: 1em;
}

div#comments div.comment {
  clear: both;
  width: 80%;
  margin: 0 auto 1em auto;
	border-top: 1px solid rgb(157, 169, 190);
	position: relative;
	top: 0;
	left: 0;
}

div#comments div.comment div.vote {
	position: absolute;
	top: 0;
	left: -40px;
	padding-top: 2px;
}

div.comment div.vote p {
	text-align: center;
	line-height: 10px;
	font-size: 10px;
	color: rgb(60, 60, 60);
}

a.vote_up img {
	position: relative;
	top: -1px;
	left: 0px;
}

a.vote_down img {
	position: relative;
	top: 3px;
	left: 0px;
}

div#comments div.comment p, div#comments div.comment_header p {
  margin: 0;
  padding: 0;
}

div#comments div.comment_header {
	padding: 2px 4px;
	background-color: rgb(231, 234, 239);
  overflow: hidden;
}

div#comments div.comment_header p.created_at {
  padding: 0.2em 0;
  float: right;
  font-size: 0.78em;
  color: rgb(100, 100, 100);
}

div#comments div.comment_header p.byline {
  padding: 0.2em 0;
  font-size: 0.78em;
}

div#comments div.comment_header p.byline span.email {
  color: rgb(100, 100, 100);
}

div#comments div.comment div.comment_body {
  clear: left;
  padding: 0.25em 0.5em;
  font-size: 0.9em;
  overflow: hidden;
}

div#comments div.comment div.comment_body.even {
	background: rgb(245, 245, 250);	
}

div#comments div.comment div.comment_body.odd {
	background: rgb(252, 252, 255);	
}

div#comment_list {
	margin: 1em 0;
}


div.form_container {
	clear: both;
	width: 500px;
	margin: 0 auto;
	border-top: 1px solid rgb(180, 180, 180);
	background: rgb(240, 240, 240);
}

div.form_container form {
	margin: 0;
	padding: 0;
}

div.form_container form p {
	margin: 0.5em 0;
	padding: 0 1em;
	font-family: sans-serif;
	font-size: 9pt;
	clear: both;
	text-align: left;
}

div.form_container form p.supplemental {
	margin-left: 140px;  /* 125 + 10 + adj. */
  font-weight: normal;
	font-family: sans-serif;
  font-size: 8pt;
	width: 300px;
}

div.form_container form label {
	display: block;
	float: left;
	width: 125px;
	text-align: right;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 9pt;
	margin-right: 10px;
	padding-top: 0.2em;
}

div.form_container form input, div.form_container form select {	
}

div.form_container form textarea {
	width: 65%;
	height: 200px;
}

div.form_container form div.errorExplanation {
	width: 450px;
	margin: -1px auto 0 auto;
  padding: 0 25px;
  border-top: 1px solid rgb(255, 0, 0);
  background: rgb(255, 220, 220);
	text-align: left;
}

div.form_container form div.errorExplanation h2 {
  font-size: 0.9em;
  font-family: sans-serif;
}

div.form_container form div.errorExplanation p, div.form_container form div.errorExplanation ul li {
  font-size: 0.8em;
  font-family: sans-serif;
}

div.form_container form div.fieldWithErrors {
	margin-left: 135px;
	text-align: left;
}

div.form_container form div.fieldWithErrors input,
div.form_container form div.fieldWithErrors select,
div.form_container form div.fieldWithErrors textarea {
  border: 2px solid rgb(255, 0, 0);
}

div.form_container form p.notice {
  width: auto;
	margin: -1px 0 0 0;
	padding: 0.5em 1em;
  background: rgb(220, 255, 220);
  border-top: 1px solid rgb(0, 255, 0);
  border-bottom: 1px solid rgb(0, 255, 0);
  font-size: 0.8em;
  font-family: sans-serif;
}

div.form_container form p.submit {
	width: 100%;
	margin: 0;
	padding: 0.25em 0 0.5em 0;
	border-top: 1px dashed rgb(180, 180, 180);
	background-image: url('../images/form_bg.gif');
	text-align: right;
	font-family: sans-serif;
	font-size: 0.75em;
}

div.form_container form input#comment_captcha_validation {
  vertical-align: top;
  width: 10em;
}

div.form_container form p.submit input {
	margin: 0 1em 0 0.25em;
}


div#disclaimer {
	width: 100%;
	padding: 0; 
	margin: 0 auto;
	clear: both;
	background-color: rgb(255, 255, 150);
} 
  
div#disclaimer p {
	margin: 0;
	padding: 2px 4px;
	font-size: 8pt;
	font-family: arial;
	line-height: 120%;
	text-align: center;
	color: #333;
}


div#ext_links {
  clear: both;
  padding-top: 0.25em;
}

div#ext_links p {
  margin: 0;
  padding: 0;
  font-size: 0.70em;
}
  

div#footer {
	clear: both;
  margin: 0 auto;
	padding: 2px 0 6px 0;
  text-align: left;
}

div#footer.fat {
	height: 75px;
	padding: 6px 0;
	background-color: transparent;
	background-image: url('../images/ni_footer_logo.png');
	background-repeat: no-repeat;
	background-position: right 6px;
}

div#footer p {
  text-align: center;
	font-family: sans-serif;
	font-size: 0.6em;
	margin: 0;
	padding: 2px 0 1em 0;
	color: rgb(100, 100, 100);
}

div#footer.fat p {
  text-align: left;
	font-size: 0.75em;
	padding: 0 0 0 4px;
}

div.social_links {
	float: right;
}

div.social_links > div {
	float: left;
	line-height: 100%;
}

div.social_links div.facebook {
	margin: 0 10px 0 0;
}

div.social_links div.twitter {
}


div.jrank_search {
  float: right;
  width: 250px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

div.jrank_search form {
  margin: 0;
  padding: 0;
}

div.jrank_search fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

div.jrank_search input {
  vertical-align: middle;
}

div.jrank_search .queryText input {
  border: 1px solid #555;
  display: inline;
}

body#index div#content div.jrank_search, body#index div#collection_links div.jrank_search,
body#collection div#content div.jrank_search {
	clear: both;
	float: none;
	padding: 0.25em 0.5em 0.5em 0.5em;
	border: 1px solid rgb(175, 175, 175);
	background-color: rgb(240, 240, 240);
}

div#campusexplorer_widget {
	width: 300px;
	float: left;
	margin-right: 1em;
}


div.ui360 {
	clear: left;
	margin-bottom: 1em;
	padding-left: 50px;
	border: 1px solid rgb(175, 175, 195);
	background-color: rgb(240, 240, 250);
	line-height: 50px;
	width: 350px;
}


/* Lead form widget */

.grd-tope {
    background: rgb(244,242,230); /* old browsers */
    background: -moz-linear-gradient(top, rgb(244,242,230) 0%, rgb(222,219,210) 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(244,242,230)), color-stop(100%,rgb(222,219,210))); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F2E6', endColorstr='#DEDBD2',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, rgb(244,242,230) 0%,rgb(222,219,210) 100%); /* opera */
}

.btn-crimson {
	color: rgb(255, 255, 255);
    background: rgb(186,3,12); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(186,3,12) 0%, rgb(155,0,18) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(186,3,12)), color-stop(100%,rgb(155,0,18))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(186,3,12) 0%,rgb(155,0,18) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(186,3,12) 0%,rgb(155,0,18) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(186,3,12) 0%,rgb(155,0,18) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BA030C', endColorstr='#9B0012',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgb(186,3,12) 0%,rgb(155,0,18) 100%); /* W3C */
}
.btn-crimson a, a.btn-crimson { color: rgb(255, 255, 255); text-decoration: none; }
a.btn-crimson.button:hover { color: rgb(255, 255, 255); }
.btn-crimson:hover {
    background: rgb(204,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(204,0,0) 0%, rgb(204,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(204,0,0)), color-stop(100%,rgb(204,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(204,0,0) 0%, rgb(204,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(204,0,0) 0%, rgb(204,0,0) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(204,0,0) 0%,rgb(204,0,0) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgb(204,0,0) 0%,rgb(204,0,0) 100%); /* W3C */
}
.btn-crimson.button.pill {
  text-shadow: 0 -1px 0 rgb(90, 30, 30);
}
button, a.button, input.button {
  border: 1px solid rgb(202, 202, 202);
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  line-height: 1.4em;
  margin: 10px 5px;
  overflow: visible;
	text-decoration: none;
  white-space: nowrap;
	padding: .5em 2em .55em;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=180, Strength=3);
  *display: inline; 
  *vertical-align: middle;
}
button { margin-left: 0; margin-right: 0; *padding: 5px 5px 3px 5px; }
button a:hover { color: rgb(255, 255, 255); }
a.button {
  -moz-user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
button::-moz-focus-inner { border: 0; padding:0px; }
a.button.primary, button.primary { font-weight: bold }

a.button.pill, button.pill { 
    border: 1px solid rgb(189, 189, 191);
    padding: 5px 15px;
	  text-shadow: 0 1px 1px rgba(0,0,0,.2);
    border-radius: 1.9em; 
    -webkit-border-radius: 1.9em; 
    -moz-border-radius: 1.9em; 
    }
a.button.left, button.left { -webkit-border-bottom-right-radius: 0px; -webkit-border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-topright: 0px; border-bottom-right-radius: 0px; border-top-right-radius: 0px; margin-right: 0px; border-right: none; }
a.button.middle, button.middle { margin-right: 0px; margin-left: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border-right: none; }
a.button.right, button.right { -webkit-border-bottom-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-topleft: 0px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; margin-left: 0px; }

button:active, a.button:active { position: relative; top: 1px; }

.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }


.lead_form_widget {
  float: left;
  width: 300px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  background: rgb(240, 240, 240);
  margin: 10px 10px 10px 0;
}

.lead_form_widget h4 {
  margin: 0;
  padding: 6px 4px;
  line-height: 120%;
  color: rgb(153, 0, 0) !important;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.699219);
  text-align: center;
  font-family: Arial, sans-serif !important;
  font-size: 18px;
}

.lead_form_heading {
  padding: 5px 10px;
}

.lead_form_heading p {
  line-height: 120%;
  margin: 0 0 5px 0 !important;
  color: rgb(30, 30, 30);
  text-align: left;
  font-size: 14px;
}

.lead_form_widget_body {
  border: 1px solid #E0E0E0;
  border-top: none;
  background: #F8F8F8;
  background: -moz-radial-gradient(45deg,cover,#F8F8F8,#F8F8F8 50%,#ECECEC);
  background: -webkit-gradient(radial,50% 50%,0,50% 50%,300,from(#F8F8F8),to(#ECECEC));
  background-color: #F8F8F8;
  margin: 0;
  padding: 8px;
  line-height: 120%;
}

.lead_form_widget form {
  padding: 0 10px;
}

.lead_form_widget form label {
  margin: 0;
  padding: 14px 0 4px 0;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.lead_form_widget form label.check_box {
  padding: 7px 0;
  font-weight: normal;
}

.lead_form_widget form select {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 20px;
}

.lead_form_widget form input[type=text] {
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 20px;
}

.lead_form_widget form input[type=submit] {
  height: 36px;
  padding: 0 15px;
}

.lead_form_widget form p.submit {
  margin: 0 0 14px 0 !important;
  text-align: right;
}

.lead_form_widget .busy {
  float: left;
  margin: 20px 0 0 130px;
}

.lead_form_widget .fieldWithErrors input,
.lead_form_widget .fieldWithErrors select {
  border: 2px solid rgb(204, 0, 0);
}

.lead_form_widget .formError, .lead_form_widget .info {
  font-family: Arial, sans-serif !important;
  font-size: 12px;
  margin-left: 2px;
}

.lead_form_widget .formError { color: rgb(204, 0, 0); }
.lead_form_widget .info { color: rgb(0, 160, 0); }
