/*******************************************************************************

COLOURS:

dark grey: #3d3f3d
dark brown: #3e2f2c
light brown: #8a4231
mid orange: #dead2b  // dead to be??? spooky...
burnt umber: #972a01;
mid beige: #9e9683;
light beige: #EDE5D2;



*******************************************************************************/

body {
  background-image:url(../images/bg.gif);
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0px;
  padding: 0px;
}

h1 { background-image:url(../images/h1bg.gif); background-repeat:no-repeat; padding:12px 0 0 15px; color:#cbbd96; font-size:27px; width:658px; height:57px; text-transform:uppercase; margin:0; }
h2 { color:#2d1d17; font-size:22px; line-height:28px; padding: 0 0 0 10px; width:615px; }
h3 { background-image:url(../images/h3bg.gif); background-repeat:no-repeat; padding:8px 0 0 15px; color:#cbbd96; font-size:18px; width:653px; height:33px; text-transform:uppercase;}
h4 { color:#2d1d17; font-size:18px; line-height:22px; padding: 15px 0 0 10px; width:615px }
h5 { color:#867a5b; font-size:15px; line-height:23px; padding: 0 0 0 10px; margin:0px; }
p{ color:#503a31; font-size:14px; line-height:24px; padding: 0 0 0 13px; text-align:justify; width:615px}
a { color:#b36d1a;}
a:hover { color:#855215;}
#general-wrapper ul { font-size:14px; padding-left:40px; color:#503A31;margin-left:0;}
#general-wrapper ol { font-size:14px; padding-left:40px; color:#503A31;margin-left:0;}
#general-wrapper li { margin-bottom:10px; padding-left:10px; line-height:20px; width:580px;list-style-type:disc;margin-left:0;}

p.small { font-size:11px; line-height:16px;}


.container {
  margin:0px auto 0px auto;
  width:1000px;
}


.image-caption {
  padding:11px 10px;
  width:324px;
  margin:0px 0 4px 0px;
  background-color:#b2a898;
  color:#2d1d17;
  font-size:12px;
  line-height:17px;
  background:url(../images/right-h2-bg.jpg);
}



.clearfix {
  clear:both;
}

img.image-link {
  border-style: none;
}

img.image-float-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}



.main-section {
  padding-left: 40px;
  padding-right: 40px;
}

/* General Tables *************************************************************/

table {background-color:#dfd7c2; vertical-align:text-top;}
table tr {vertical-align:text-top; }
table td {border:1px solid #B2A688;padding:15px;font-size:12px;}
table th {font-size:12px;color:#332b16;text-align:left; border:1px solid #B2A688; padding:15px; background-color:#d0c3a8;}
table p {padding:5px 0px 0px 10px;color:#665e49; width:auto}

#general-left table td { padding:5px 3px 5px 5px;}



/* TOP PANEL ********************************************************************/

#top-panel {
  background-image: url("../images/home/bg-top.jpg");
  background-repeat: repeat;
  height: 150px;
}

img#logo {
    float: left;
    margin-top: 28px;
}

#top-panel ul#race-day-links {
  margin-right: 0px;
  text-align: center;
  list-style:none;
  margin: 0px;
  padding: 0px;
  /*line-height: 30px;*/
}

#top-panel ul#race-day-links li {
  float:right;
  background-image:url('../images/home/bg.jpg');
  background-repeat: repeat;
  height: 30px;
  line-height: 30px;
  margin-left: 9px;
  padding-left: 8px;
  padding-right: 8px;
}

#top-panel ul#race-day-links li a {
  color:#2F1F1F;
  font-weight: normal;
  text-decoration:none;
}

#top-panel img#sponsors {
  clear:right;
  float:right;
  margin-top: 27px;
  margin-right: 110px;
}

#top-panel form#signup {
  margin: 43px;
  clear: right;
  float: right;
  font-weight: bold;
  font-size: 0.9em;
  color: #ede5d2;

}

#top-panel form#signup input {
	border:1px solid #000000;
	color:#000000;
	font-size:12px;
	height:17px;
	margin:0 5px 0 12px;
	padding:7px 0 5px 5px;
	width:170px;
	}

#top-panel form#signup button {
  width:74px;
  height:26px;
  background:url(/images/submit-btm.gif) no-repeat;
  position:relative;
  margin-top:-7px;
  border:none;
  text-decoration:none;
  cursor:pointer;
  overflow:hidden;
  text-indent:-9999px;
}

#top-nav {
  background-image: url("../images/home/nav_bg.jpg");
  height:39px;
  /*padding:5px ;*/
  /*margin:0 0 30px;*/
  text-align: center;
  margin-bottom: 40px;
}

#top-nav ul {
  margin:0 auto;
  text-align: center;
  list-style:none;
  text-transform:uppercase;
  line-height: 30px;
  z-index: 9999;
}

#top-nav li {
  float:left;
  padding-right:15px;
  /*padding-top:3px;*/
}

#top-nav li a {
  color:#ede5d2;
  font-size:100%;
  /*font-weight:bold;*/
  text-decoration:none;
}

#top-nav li a:hover {
  color:#4c3c1c ;
}


/* drop down menu (uses drupal module 'nice menus') */

#block-nice_menus-2 h2 {
  display: none;
}

#block-nice_menus-2 ul.nice-menu-down {
  float: none;
  width:1000px;
}

#block-nice_menus-2 ul.nice-menu-down li {
  /*border-top:1px solid #CCCCCC;*/
  border: none;
}


#block-nice_menus-2 ul.nice-menu-down ul li a {
  /*border-top:1px solid #CCCCCC;*/
  border-bottom: 1px solid #f1e8d5;
}

#block-nice_menus-2 ul.nice-menu ul {
  border-style: none;
}

#block-nice_menus-2 ul.nice-menu li {
  background: none;
}

#block-nice_menus-2 ul.nice-menu ul li {
  background-color:#8C7B59;
  font-size:0.7em;
  line-height:20px;
  margin:0;
  padding:0;
  text-align:left;
  width:19em;
}

#block-nice_menus-2 ul.nice-menu li.menuparent {
  border-style: none;
  border-top: 0;
  float: left;
  background: none;
}

ul.nice-menu ul li {
width:12.5em;
}


/* HOME PAGE - NEWS SECTION ***********************************************************/

.field-content p { 
  width:440px; 
  padding:0;
  font-size:14px;
}



/* FOOTER *********************************************************************/

#footer {
  clear: both;
  background-image: url("../images/home/bg-top.jpg");
  padding-bottom: 15px;
  margin-top: 28px;
}

#footer h3 {
  margin-top: 0px;
  padding-top: 32px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  color: white;
  font-size: 1.5em;
}

#footer h4 {
  color: #ede5d2;
  margin-top: 0px;
  padding-top: 0px;
  width: auto;
  margin-left:0px;
  padding: 0 0 0 0;
  font-size:15px;
}

#footer #quick-links {
  float: left;
  width: 460px;
  margin-left:50px;
}

#footer .link-block {
  float: left;
  margin-right: 68px;
}

#footer .link-block ul {
  list-style:none;
  margin: 0px;
  padding: 0px;
}

#footer .link-block ul li {
}

#footer .link-block ul li a {
  color: #ede5d2;
  font-weight: normal;
}

#footer .link-block ul li a:hover { color:#EDE5D2;}
#footer .link-block ul li a { color:#aea58f;}

#footer #course-details {
  float: left;

}

#footer #course-details a {color:#aea58f;}
#footer #course-details a:hover {color:#EDE5D2;}

#footer h3 {
  color:#EDE5D2;
}

#footer p {
	color:#EDE5D2;
	margin-left:0;
	padding-left:0;
	
}

#footer-split { height:230px; width:5px; float:left; background:url(../images/footer-split.gif); margin: 35px 70px 0 0;}





/* GENERAL PAGE ***************************************************************/

#general-wrapper {
  margin:40px auto;
  width:1000px;
}

#general-left {
  float:left;
  width:655px;
  margin-bottom:60px;
}

#general-left h1 {
  font-size: 24px;
}

#general-right {
  float:right;
  width:343px;
  margin:0 0 60px;
  background:url(../images/image-bg.jpg)
}

#general-right h4{
  width: auto;
}

#general-right p {
  padding:11px 10px;
  width: auto;
  margin:0px 10px 4px 0px;
  color:#2d1d17;
  font-size:12px;
  line-height:17px;
}


#social-buttons {
  margin-left: 13px;
}


#email-button-text {
  float: left;
  font-family: 'arial';
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  padding-left: 3px;
  padding-right: 15px;
}



/* FUNCTIONS PAGE *************************************************************/

h1#functions-h1 {
  background-image: url("../images/functions/functions-h1.jpg");
  width: 1000px;
  height: 190px;
  text-indent: -1000em;
}

div#race-day-functions-images {
  float: right;
}

img.race-day-function-image-left {
  padding: 10px;
  clear: both;
  float: left;
}

img.race-day-function-image-right {
  padding: 10px;
  float: left;
}

/* RACE DATES PAGE ***********************************************************/

h1#race-dates-h1 {
  background-image: url("../images/race-dates/race-dates-h1.jpg");
  width: 1000px;
  height: 190px;
  text-indent: -1000em;
  margin-bottom:40px;
}


.main-section .view-race-dates .views-row {
  clear: both;
  float: left;
  padding-bottom: 30px;
}

.view-race-dates .views-field-field-date-value {
  float: left;
  border-style: solid;
  border-color: #3e2f2c;
  border-width: 2px;
  margin:0;
  margin-bottom: 10px;
}

.view-race-dates .month {
  padding: 2px;
  background-color: #3e2f2c;
  color: white;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.view-race-dates .day {
  padding: 8px;
  background-color: white;
  font-size:20px;
  text-align: center;
  font-weight: bold;
  color: #3e2f2c;
}


.view-race-dates .views-field-field-title-value a {
  font-size: 1.3em;
  padding: 0px;
  color: #972a01;
  text-decoration:none;
 
}


.race-date-icon {float:left;}
.race-date-content { margin-left:30px; float:left; width:475px;}
.race-date-content .views-field-field-title-value { font-size:23px; margin-bottom:5px;}
.race-date-content .views-field-field-desc-value { font-size:13px; line-height:23px; margin-bottom:5px; }
.race-date-content .views-field-field-parking-value { font-size:12px; margin-bottom:3px;}
.race-date-content  .views-field-field-admission-value { font-size:12px; margin-bottom:3px;}



#raceDatesLeftCol {
  width: 580px;
  float: left;
}


/* HOME PAGE - NEWS SECTION ***********************************************************/

#field-content p { width:440px}




/* MEMBERSHIPS PAGE ***********************************************************/

h1#memberships-h1 {
  background-image: url("../images/memberships/memberships-title.jpg");
  width: 1000px;
  height: 190px;
  text-indent: -1000em;
}

div#memberships-left {
  float: left;
  width: 440px;
  padding-right: 30px;
  margin-bottom: 50px;
}

div#memberships-right {
  float: left;
  width: 440px;
  margin-bottom: 50px;
}

h3.memberships-h3 {
  text-align: center;
}


#memberLinks1 { background:url(/images/membership-bg.jpg); height:95px; width:334; padding: 17px 0 0 16px;}
#memberLinks2 { background:url(/images/membership-bg.jpg); height:95px; width:334; padding: 0 0 0 16px; margin-bottom:17px}


/* MAJOR RACE DAY PAGE ********************************************************/

h1#major-race-day-h1 {
  background-image: url("../images/major-race-days/major-race-days.jpg");
  width: 1000px;
  height: 190px;
  text-indent: -1000em;

}

h2#major-race-day-h2 {
  background-image: none;
  height: 31px;
  /*background-color: #2f1f1f;*/
  font-weight: bold;
  font-size: 2em;
  padding-top: 30px;
  padding-left: 40px;
  margin-top: 0px;
  text-align: center;
  color: #3e2f2c;
}

#buy-ticket { background:url(/images/membership-bg.jpg); height:95px; width:334; padding: 17px 0 0 16px;}

/* SOCIAL PHOTOS **************************************************************/

h1#social-photos-h1 {
  background-image: url("../images/social-photos/social-photos-h1.jpg");
  width: 1000px;
  height: 190px;
  text-indent: -1000em;

}

.view-social-photos {
  background-color: #241714;
  padding-left: 16px;
  padding-top: 54px;
}

.view-social-photos .views-row {
  float: left;
  margin-right: 15px;
  margin-bottom: 64px;
  font-size:15px;
}

.view-social-photos .views-field-title {
  font-weight: normal;
  color:#EDE5D2;
  margin-top: 6px;
  font-size: 1.2em;
}

.imagefield-field_gallery_teaser_image {
	border: solid 3px #dacdb1;
}

a.imagefield-field_gallery_teaser_image {
	border: none;
}


/* SOCIAL GALLERY PAGE ********************************************************/

.social-gallery {
  background-color: #241714;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.social-gallery .social-gallery-title {
  font-weight: normal;
  color:#EDE5D2;
  margin-top: 6px;
  font-size: 1.2em;
}

.social-gallery .social-gallery-title {
  font-weight: normal;
  color:#EDE5D2;
  margin-top: 6px;
  font-size: 1.2em;
}

.social-gallery .social-photos-link {
  color:#855215;
  font-size:1em;
  font-weight:normal;
  margin-top:6px;
  text-align:right;
  text-decoration:underline;
}

.social-gallery .imagecache-thumbnail img {
  border:3px solid #DACDB1;
  margin:7px 7px 0 0;
}

#social-gallery-header {
	height:45px;
}

/* NEWS ***********************************************************************/

h1#news-h1 {
  background-image: url("../images/news/news-h1.jpg");
  width: 1000px;
  height: 190px;
  text-indent: -1000em;

}

.view-news .views-row {
  float: left;
}

.view-news .views-field-field-title-value {
  font-weight: normal;
  margin-bottom: 0px;
}


.view-news .views-field-field-date-value {
  margin-bottom:0px;
  color: #714c39;
}

.view-news .views-field-field-more-info-value {
  text-align: left;
  margin-bottom:35px;
}


.view-news img {
  float: left;
  padding-right: 13px;
  padding-bottom: 13px;
}

.view-news .pager {
  clear: both;
  padding-top: 15px;
  text-align:right;
}

.view-display-id-page_1 p {
	font-size:14px;
	line-height:26px;
	margin:2px 0 0;
	width:630px;
}

.view-display-id-page_1 .date-display-single {
	color:#855215;
	font-size:18px;
	font-weight:normal;
  margin-bottom: 5px;
}
/*.view-display-id-page_1 .field-content {
	font-size:24px;
	font-weight:normal;
}
*/
.view-display-id-page_1 .field-content a {
	font-size:14px;
	font-weight:normal;
	text-align:left;
}


#general-left .field-type-text { 
	font-size:30px;
	font-weight:normal;
	line-height:normal;
}

.view-content .views-field-field-title-value a {
	color:#000;
	font-size:29px;
	text-decoration:none;
}

.view-content .views-field-field-title-value a:hover {
	text-decoration:underline;
}

span.date-display-single {
	color:#855215;
	font-size:20px;
	font-weight:normal;
	margin-left:0px;
}

.field-field-title {
	padding-left:11px;
}


.field-type-text .field-field-title { font-size:80px;}



/* EDIT NODE ******************************************************************/

a.edit-node-link  {
  text-align: right;
  text-decoration: none;
}

#major-race-day-header h1 { width:1000px; height:58px; background:url(../images/major-race-day-bg.gif); background-repeat:no-repeat;}

#ticketing-info { background-color:#c9beac; background:url(../images/right-strip.jpg); width:343px; padding-bottom:15px; margin-bottom:4px;}
#ticketing-info h2 {font-size:15px; width:323px; padding:10px; color:#291a13; font-size:20px; background:url(../images/right-h2-bg.jpg); text-transform:uppercase; text-align:center;}
#ticketing-info p {font-size:12px; line-height:17px; width:312px}
#ticketing-info h4 {font-size:15px;line-height:15px;margin:0;padding:14px 0 0 12px; color:#867A5B; text-transform:uppercase; background-image:none;}
#ticketing-info h3 {font-size:15px;line-height:15px;margin:0;padding:14px 0 0 12px; color:#867A5B; text-transform:uppercase; background-image:none;}

#footer h3 { background-image:none; padding:20px 0 0 0; width:400px; font-size:20px; margin-top:15px;}
#footer li { margin-bottom:10px}
#footer p { width:400px}
#footer a { text-decoration:underline; font-size:14px;}
#footer a:hover {color:#f2ebdc;}





/* MAP PAGE ******************************************************************/
#course-map h1 {
background:transparent url(../images/major-race-day-bg.gif) no-repeat scroll 0 0;
height:58px;
width:1000px;
	
}


.field-field-date { font-size:13px; line-height:22px;}

.field-field-title { font-size:13px; line-height:22px;}


.field-field-desc { font-size:13px; line-height:22px;}

.field-field-parking { font-size:13px; line-height:22px;}
.field-field-admission{ font-size:13px; line-height:22px;}


/* NEWSLETTER SIGNUP PAGE ****************************************************/

#full-signup-form {

}

#full-signup-form dl {
  clear: both;
}

#full-signup-form dt {
  margin-bottom:15px;
  float: left;
  width: 168px;
  margin: 10px 30px 0 10px;
}

#full-signup-form dd {
  float: left;
  margin: 10px 30px 0 10px;
  width: 350px;
}


#full-signup-form input {
  width: 250px;
  margin-bottom: 15px;
  font-size:15px; color:#65573c;
  border:1px solid #AAAAAA;
  padding-left: 5px;
  padding-top: 4px;
}

#full-signup-form input.btn {
  font-size: 15px;
  width: auto;
  padding: 3px;
  font-weight: bold;
}





/* WEBSITE BY *********************************************************************/

#website-by {
  clear: both;
  background-image: url("../images/website-by-bg.gif");
  padding:18px 0 10px;
  height:30px;
  font-family:Georgia, "Times New Roman", Times, serif;
}

#website-by p{
	margin:5px 0 0 0;
	padding:0;
	color:#a19b94;
}

#website-by img {
	border:none;
	text-decoration:none;
	margin-right:13px;
}


/* wagering page */

#wagering-race-dates .views-row {clear: both;}
#wagering-race-dates .view-race-dates .race-date-icon {float:left;}
#wagering-race-dates .view-race-dates .race-date-icon .day { padding: 0px;font-size: 1.3em;text-align: center;font-weight:normal; color: #3e2f2c; height:30px;}

#wagering-race-dates .view-race-dates .race-date-icon .month {background-color:#3E2F2C;color:white;font-size:16px;height:21px;margin:0;padding:0;text-align:center;text-transform:uppercase;width:41px;}

#wagering-race-dates .view-race-dates .race-date-content { margin:0 0 17px 18px; float:left; height:auto;width:220px;}
#wagering-race-dates .view-race-dates .race-date-content .views-field-field-title-value a { font-size:18px; margin-bottom:3px; width:220px;}
#wagering-race-dates .view-race-dates .race-date-content .views-field-field-title-value { font-size:18px; margin-bottom:3px; width:220px;}
#wagering-race-dates .view-race-dates .race-date-content .views-field-field-parking-value { width:100px; display:inline; margin-right:10px;}
#wagering-race-dates .view-race-dates .race-date-content  .views-field-field-admission-value { font-size:12px;width:100px; display:inline;}
#wagering-race-dates .view-race-dates .race-date-content .views-field-field-more-info-url-value { font-size:12px; margin:0; padding:0;}
#wagering-race-dates .more-link { text-align:right; clear: both; }


.wagering-image-caption { padding:11px 10px;width:323px;margin:0px 0 4px 0px; background-color:#b2a898;color:#2d1d17;font-size:12px;line-height:17px;background:url(../images/right-h2-bg.jpg);}
#wagering-header-image { margin-left: 2px; margin-bottom: 12px;}
#wagering p {margin-bottom: 50px;}
.youtube {padding-bottom: 50px;}

#wagering #general-right {
  background: none;
}

#wagering h3 {
  font-size:15px;
  width:323px;
  padding:10px;
  color:#291a13;
  font-size:20px;
  background:url(../images/right-h2-bg.jpg);
  text-transform:uppercase;
  text-align:center;
}

#wagering #wagering-race-dates {
  margin-left: 25px;

}


.ticketPurchaseSubmit {
background:transparent url(/images/memberships/membership-buy.gif) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
height:75px;
width:310px;
}

.ticketRenewSubmit {
background:transparent url(/images/memberships/membership-renew.gif) no-repeat scroll 0 0;
border:0 none;
cursor:pointer;
height:75px;
width:310px;
}


/* Future Racing Club Race Dates */

#racing-club-dates { background-color:#c9beac; background:url(../images/right-strip.jpg); width:343px; padding-bottom:15px; margin-bottom:4px;}
#racing-club-dates h2 {font-size:15px; width:323px; padding:10px; color:#291a13; font-size:20px; background:url(../images/right-h2-bg.jpg); text-transform:uppercase; text-align:center;}
#racing-club-dates p {font-size:12px; line-height:17px; width:312px}
#racing-club-dates h4 {font-size:15px;line-height:15px;margin:0;padding:14px 0 0 12px; color:#867A5B; text-transform:uppercase; background-image:none;}
#racing-club-dates h3 {font-size:15px;line-height:15px;margin:0;padding:14px 0 0 12px; color:#867A5B; text-transform:uppercase; background-image:none;}




#raceDatesRightCol {
  width: 340px;
  float: left;
}

#racing-club-body {
  padding:10px 30px;
}

#racing-club-dates h3 {
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: auto;
  font-size: 20px;
  background: none;
  color:#2D1D17;
  text-align:center;
}

.view-future-race-dates .views-row {
  border: #a39789;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 11px;
  clear: both;
}
.view-future-race-dates .race-date-icon {float:left;}
.view-future-race-dates .race-date-icon .day { padding: 0px;font-size: 1.3em;text-align: center;font-weight:normal; color: #3e2f2c; height:30px;}

.view-future-race-dates .race-date-icon .month {background-color:#3E2F2C;color:white;font-size:16px;height:21px;margin:0;padding:0;text-align:center;text-transform:uppercase;width:41px;}

.view-future-race-dates .race-date-content { margin:0 0 17px 18px; float:left; height:auto;width:215px;}
.view-future-race-dates .race-date-content .views-field-field-title-value a { font-size:18px; margin-bottom:3px; width:220px;}
.view-future-race-dates .race-date-content .views-field-field-title-value { 
  font-size:14px;
}
.view-future-race-dates .race-date-content label {
  font-weight: bold;
}
.view-future-race-dates .race-date-content .views-field-field-track-value {
  font-size:14px;
}
.view-future-race-dates .race-date-content .views-field-field-parking-value { width:100px; display:inline; margin-right:10px;}
.view-future-race-dates .race-date-content  .views-field-field-admission-value { font-size:12px;width:100px; display:inline;}
.view-future-race-dates .race-date-content .views-field-field-more-info-url-value { font-size:12px; margin:0; padding:0;}
.view-future-race-dates .views-field-field-date-value {
  float: left;
  border-style: solid;
  border-color: #3e2f2c;
  border-width: 2px;
  margin:0;
  margin-bottom: 10px;
}

.view-future-race-dates .month {
  padding: 2px;
  background-color: #3e2f2c;
  color: white;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.view-future-race-dates .day {
  padding: 8px;
  background-color: white;
  font-size:20px;
  text-align: center;
  font-weight: bold;
  color: #3e2f2c;
}


.view-future-race-dates .views-field-field-title-value a {
  font-size: 1.3em;
  padding: 0px;
  color: #972a01;
  text-decoration:none;

}

.view-future-race-dates .view-content .views-field-field-title-value a {
	color:#000;
	font-size:29px;
	text-decoration:none;
}

.view-future-race-dates .view-content .views-field-field-title-value a:hover {
	text-decoration:underline;
}

.view-future-race-dates .view-content .views-field-field-title-value a {
	color:#000;
	font-size:29px;
	text-decoration:none;
}

.view-future-race-dates .view-content .views-field-field-title-value a:hover {
	text-decoration:underline;
}

.view-future-race-dates span.date-display-single {
	color:#000000;
	font-size:14px;
	font-weight:bold;
  margin-bottom: 3px;
}

fieldset {
  border: 1px solid #aaa;
}
