

.ScheduleAppointmentWrapper {
    width:500px;
    text-align:left;    
}

div.ScheduleItemRow, div.ScheduleItemRowComment {
    float:left;
    width:350px;
    margin-top:5px;
    margin-bottom:5px;
    height:20px;
    text-align:right;
}

.ScheduleItemTextBox {
    height:20px;
    width:220px;
}
.ScheduleItemRowLong {
    text-align:left; 
    margin-bottom:4px; 
    margin-top:15px; 
    width:100%;
    float:left;    
}

div.ScheduleItemRowComment {
    margin-top:9px; 
    text-align:right; 
    margin-bottom:0px;
}

div.ScheduleSubmit {
	height: 21px; 
	width: 190px;
	border: none;
    margin-left:0px; 
    margin-right:0px;
    text-align:left; 
}

.SubmitButton {
	padding: 0px;
	width:190px;
	color: #ff0000; 
	background-color: #333333; 
	border: none;
	font-size:12px; 
	font-weight:bold; 
	font-family:Arial; 
}

