/* CSS Document for email alert */
#alertemail-container fieldset {
background: #efefef;
border: none;
padding: 1em;
}

#alertemail-container div {
	display:inline;
	width:300px;
	float:left;
	padding:5px;
	padding-left:10px;
	border-left:1px solid #aaa;
}

#alertemail-container div.first {
	display:inline;
	width:300px;
	float:left;
	border:0;
}

#alertemail-container dl {
	position:relative;
	padding:5px;
	padding-left:15px;
}

#alertemail-container dt {
font-weight: bold;
margin-top: 1em;
}

#alertemail-container dt.first {
font-weight: bold;
margin-top: 0;
}

#alertemail-container select, #alertemail-container input {
margin-top: .5em;
}

h3 {
	color: #555;
	font-weight: bold;
}

h3 img {
	display:inline;
	vertical-align: text-bottom;
}