body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        width: 640px;
        margin: 0 auto 100px auto;
        line-height: 1.5;
}
body.dryrun {
    background: url('images/dryrun.png');
}
body.mock {
    background: url('images/mock.png');
}
div.ehead {
    border: 2px solid orange;
    margin-bottom: 1ex;
    padding: 0 1ex;
}
div.ebody {
    border: 2px solid green;
    padding: 0 1ex;
}
pre.etext {
    border: 2px solid blue;
    padding: 1ex;
    font-size: 14px;
}
a:link, a:visited {
    text-decoration: none;
}
h1, div#header {
	text-align: center;
        margin-bottom: 3ex;
}
div#footer {
    clear: both;
    margin-top: 4ex;
}
form#tcaform {
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	width: 400px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	}

.inputlarge {
	width: 372px;
}

.inputmedium {
	width: 182px;
}

.inputsmall {
	width: 82px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

select {
	font-family: Arial, Helvetica, sans-serif;
}
#fieldset {
    border: solid #054da1;
    background-color: #ebfbff;
	/* border: 1px solid #F9C9CB; */
	/* background-color: #FAEAEB; */
}

#fieldset .padding {
	padding: 10px;
}

.title {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
.normal {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.subtitle {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #666666;
}
.hidden {
    display: none;
}
div.subtitle {
    background-image: url('images/arrow.gif');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 1em;
    margin-left: 0.8em;
    margin-top: 1px;
}
fieldset, div.formrow {
    clear: both;
}
fieldset {
    margin-bottom: 3ex;
    background-color: #ebfbff;
    border: 2px solid #054da1;
}
fieldset legend {
    color: #054da1;
    background-color: white;
    border: 2px solid #054da1;
    font-weight: bold;
    font-size: 120%;
    padding: 0 5px;
}
div.formcell {
    float: left;
    margin-bottom: 1ex;
    margin-right: 0.5em;
}
input.error, select.error, #billinginfo input[required]:invalid {
    border: 2px solid #c00;
}
div.buttonrow {
    clear: both;
    text-align: right;
}
div.backlink {
    float: left;
}
ul.error {
    color: #c00;
    list-style: none;
    border-style: solid;
    border-color: #c00;
    border-width: 5px 1px 1px 1px;
    padding: 5px 5px 5px 25px;
    margin: 3ex 0 1ex 0;
    background-color: #fee;
    background-image: url('images/exclamation.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
p.warn {
    padding-left: 20px;
    padding-bottom: 1ex;
    background-image: url('images/error.png');
    background-repeat: no-repeat;
    background-position: left top;
}
p.big {
    color: #c00;
    font-size: 175%;
}
p.note {
    font-size: 12px;
    padding-left: 20px;
    padding-bottom: 1ex;
    color: #666;
    background-image: url('images/error.png');
    background-repeat: no-repeat;
    background-position: left top;
}
.notesfield {
    font-size: 14px;
    font-weight: bold;
    color: #dd0033;
}
.rednote {
    font-weight: bold;
    color: #dd0033;
}
.active-dialog .ui-dialog-content {
    color: #770033;
    font-weight: bold;
    font-size: 14px;
}
/* no close button on dialog */
.no-close .ui-dialog-titlebar-close {
  display: none;
}
img#booth {
    border: 1px solid #ccc;
    margin: 1.4ex 0 6px 4px;
}
select.booth {
    margin-top: 1.4ex;
}
div.boothtab {
    margin-left: 2em;
}
span.error {
    color: #c00;
    font-weight: bold;
}
span.joined {
    font-size: 125%;
}
span.joined input[type=checkbox] {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}
div#meetnotice {
    margin-top: 50px;
    margin-bottom: 20px;
}
div#meetnotice p {
    font-weight: bold;
}
