/* This CSS is used to format the page. */
#lbform {height: auto;margin: 0px auto;padding: 0;position: relative;padding: 15px;}
#lbform label {display: inline;float: left;font-family: Arial,Helvetica,sans-serif;font-size: 14px;font-weight: bold;width:20%;padding: 5px 10px 5px 0; color: #777;}
#lbform .gp {display: block;margin-bottom: 7px;padding-top: 7px;}
#lbform input {border: 1px solid #ccc;font-size: 14px;padding: 5px;width: 100%;border-radius:4px;box-shadow: 0 1px 4px rgba(0,0,0,0.13) inset;}
#lbform select {border: 1px solid #CCC;font-size: 14px;height: 30px;background: #fff}
#lbform input.blur {color: #999999;font-style: italic;}
#lbform input.focus, #lbform input.complete {color: #000000;font-style: normal;font-weight: bold;}
.gender {width: 220px;}
.day {width: 63px;}
.month {width: 80px;}
.year {width: 70px;}
.note {color: #666666;font-family: Arial,Helvetica,sans-serif;font-size: 11px; margin: 7px 0px 0px 0px;}

/* This CSS is used for the Show/Hide functionality. 
.more {display: none;}
a.showLink, a.hideLink {cursor: pointer; display: block; height: 45px; margin: 5px 0 0 104px; width: 214px;}
a.hideLink {}
a.showLink:hover, a.hideLink:hover {}*/