/* 
    Document   : CreateTask
    Created on : Aug 24, 2009, 2:06:09 PM
    Author     : avk
    Description:
        Purpose of the stylesheet follows.
*/

/* Task Dialog */
.createTask{
        width: 500px;
}

.createTask .taskTitle {
        white-space: nowrap;
}

.createTask .Dialog-Column label.dijitInline {
        width: 5em;
}

.createTask .dojoxDropDownSelectFixedWidth {
        width: 12em;
}

.createTask .FormTextBox {
        width: 11.5em;
}
