/*
    Document   : GroupPropertiesDialog
    Created on : Aug 18, 2009, 11:33:05 AM
    Author     : paul
    Description:
        Purpose of the stylesheet follows.

		Old class names: dijitDialog IMNewGroupDialog
		New class names: dijitDialog IMGroupPropertiesDialog
*/
.IMGroupPropertiesDialog {
	width: 360px;
}

.IMGroupPropertiesDialog legend {
	padding: .5em 0 .5em 0;
}

.IMGroupPropertiesDialog .contactList {
	height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid;
}

.IMGroupPropertiesDialog .contactListRow {
	padding: .5em .5em 0 .5em;
}

.IMGroupPropertiesDialog .contactListRow input {
	margin: 0 5px 0 0;
}
