div#createSplash{
    font-size: 150%;
}

div#meetingTypes{
    margin-top: 2%;
    width:80%;
    margin-left: 10%;
}

div.meetingType{
font-size: 75%;
/*margin-left: 17%;*/
float: left;
text-align: center;
width: 48%;
/*background-color: #BBBBBB;*/
padding: 1%;
}

div#meetingDescription{
float:left;
font-size: 75%;
width: 94%;
padding: 2%;
margin-left: 1%;
margin-top: 1%;
background-color: #CCCCCC;
line-height: 1.5em;
letter-spacing: .05em;
text-align: justify;
}

a.meetingHelp{
color: #999999;
}

a.meetingLink{
color: #000000;
}

div#createWrapper{
margin-top: 1%;
}

div.create_blurb{
clear: both;    
}

div.createTitle{
width:15%;
margin-left:1%;
margin-bottom:2%;
float:left;
font-weight:bold;
}

div.createInput{
width:45%;
margin-left:1%;
margin-bottom:2%;
float:left;
text-align:center;
}

div.createInstructions{
width:35%;
margin-left:1%;
font-style: italic;
float:left;
margin-bottom:2%;
}

