#scheduleFormContainer *{
    margin:0;
    padding:0;
    color:#363636;
    font-size:14px;
}
#scheduleFormContainer{
    padding:0 40px;
    line-height:18px;
    overflow:auto;
}
#scheduleFormContainer h3{
    font-size:18px;
    color:#024e80;
    margin:0;
    padding:0 0 10px 0;
}
#scheduleFormContainer .section{
    clear:both;
    padding:10px;
    overflow:auto;
    margin:15px 0;
}
#scheduleFormContainer .row{
    clear:both;
    overflow:auto;
    padding:6px;
    border-bottom:1px dashed #d4d4d4;
}
#scheduleFormContainer .row#other, #scheduleFormContainer .row#delivery, #scheduleFormContainer .row#language, #scheduleFormContainer #message{
    display:none;
}
#scheduleFormContainer .row_no_border{
    overflow:auto;
    padding:6px;
}
#scheduleFormContainer .half{
    float:left;
    display:inline;
    width:200px;
}
#scheduleFormContainer label{
	float:left;
	display:inline;
	margin:0;
	padding:5px 0 0 0;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#scheduleFormContainer .textbox, #scheduleFormContainer .date_input{
    float:right;
    display:inline;
    height:26px;
    width:160px;
    line-height:26px;
    font-size:13px;
    padding:0 2px;
    border:1px solid #333;
    font-family:"Lucida Grande", Lucida, sans-serif;
}
#scheduleFormContainer .select{
    float:right;
    display:inline;
    font-size:13px;
    padding:2px 2px;
    width:160px;
    height:24px;
    border:1px solid #333;
}
#scheduleFormContainer .radio{
    float:left;
    display:inline;
    margin:8px 15px 0 0;
}
#scheduleFormContainer .textarea{
    float:right;
    display:inline;
    height:80px;
    width:160px;
    max-width:160px;
    max-height:200px;
    padding:2px;
    font-size:13px;
    font-family:"Lucida Grande", Lucida, sans-serif;
    border:1px solid #333;
}
#scheduleFormContainer .file{
    float:right;
    display:inline;
}
#scheduleFormContainer .checkbox{
    float:left;
    display:inline;
    margin:10px 20px 0 0;
}
#scheduleFormContainer #submit{
    float:right;
    display:inline;
    font-size:14px;
    color:darkgreen;
    line-height:28px;
    height:28px;
    width:90px;
    background-color:#9bd37c;
    border:1px solid green;
    text-align:center;
}
#scheduleFormContainer #message{
    height:60px;
    clear:both;
    overflow:auto;
}
#scheduleFormContainer #message #messageText{
    display:none;
    padding:4px;
    background:#fcc;
    border:1px solid #ca0000;
    line-height:18px;
}

