.AddButton {
	background-image:url(../images/addIcon.png);
	cursor:pointer;
	border:1px double #89ED91;
	margin-left:20px;
	
	width:23px;
	height:21px;
	display:block;
	margin-left:35px;
	margin-bottom:5px;
}
#addAddMenuItemButton_0, #groupsAddLink, #addButton, #addObjectButton {
	margin-left:0px;
	position:relative;
	left:1px;
}

.Label {
	display:block;
	clear:left;
	margin-top:15px;
}


.RadioLabel {
	margin-right:20px;
}

.InputField {
	width:250px;
}

.LabeledInputField {
	width:250px;
}

.Submit {
	clear:both;
	width:75px;
	margin-top:3px;
	margin-right:35px;
}
.CancelAdminButton {
	width:75px;
	display:inline;
	position:relative;
	/*top:-22px;*/
	margin-right:75px;
}

.Select {
	width:250px;
}
optgroup {
	font-weight:bold;
	font-style:normal;
}
optgroup option {
	padding-left:10px;
	
}
	
.PullDown {
	width:250px;
}

.List{
	width:250px;
}

.TextArea {
	width:250px;
	height:250px;
}

#descriptionTextArea {
	height:100px;
}

.MessageBox {
	position:absolute;
	left:280px;
	width:350px;
	top:30px;
	color:#DD0055;
	font-size:16px;
}

.HintBox {
	border:1px solid #CCCCCC;;
	border-top:none;
	margin-left:45px;
	text-transform:capitalize;
	padding-left:5px;
}

