﻿div#AlertSettings div.infoPanel
{
	margin-bottom: 8px;
}

div#AlertSettings div.panelFade
{
	padding: 8px;
}

div#AlertSettings dl
{
	width: 440px;
	margin: 0 auto;
}

div#AlertSettings dl dt
{
	clear: both;
	float: left;
	width: 160px;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#AlertSettings dl dt.extra
{
	padding-top: 12px;
}

div#AlertSettings dl dd
{
	float: left;
	width: 260px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div#AlertSettings dl dd select
{
	margin-left: 12px;
	font-size: 1.0em;
}

div#AlertSettings dl dd label
{
	font-size: 1.1em;
}

div#AlertSettings dl dd input
{
	margin-right: 4px;
	margin-left: 12px;
}

div#AlertSettings div.panelFade a.linkButton
{
	clear: both;
	margin: 0 auto;
}