/*
    Document   : CreateTask
    Created on : Apr 8, 2009, 5:25:51 PM
    Author     : paul
    Description:
        Purpose of the stylesheet follows.

		Old class names: dijitDialog dialogbox createTask
		New class names: CalendarCreateTask
*/

.CalendarCreateTask {
	width:550px;
}

.CalendarCreateTask label {
	width: 5em;
}

.CalendarCreateTask .FormField .dojoxDropDownSelectFixedWidth,
.CalendarCreateTask .FormField .FormTextBox {
	width:150px;
	text-align: right;
	margin: 0 8px 0 0;
}

.CalendarCreateTask .FormField .FormTextBox {
	width:147px;
}

