/* CSS Document  */
#county11,#county12,#county21,#county22{width: 190px;}
#state11,#state12,#state21,#state22{width: 190px;}
#tz{width: 210px;}
#alert_setting{width: 200px;}

.mobile_number{width:85px;}
.mobile_carrier{width:150px;}
.email{width: 220px;}

.wxAlertForm {
	width: 800px;
	text-align: left;
}

.wxAlertForm label{
	display: inline;
}

.standout{font-size:1.2em;font-weight:bold;color:#03b3ff;}

.wxAlertType {}

.wxAlertCountiesTable{width:500px;border-collapse:collapse;}
.wxAlertCountiesTable td, .wxAlertCountiesTable th{text-align:left;padding:0;}

/* .wxAlertsSendAlertTable{width:650px;border-collapse:collapse;} */
.wxAlertsSendAlertTable td, .wxAlertsSendAlertTable th{text-align:left;padding:0;}

.wxAlertsTZTable{width:500px;border-collapse:collapse;}
.wxAlertsTZTable td, .wxAlertsTZTable th{text-align:left;padding:0;}

.wxAlertsSettingsTable{width:500px;border-collapse:collapse;}
.wxAlertsSettingsTable td, .wxAlertsSettingsTable th{text-align:left;padding:0;}

.wx-alerts-errors{font-size:1.2em;font-style:italic;text-align:left;color:#FF0000;}
.wx-alerts-errors dl dd{margin-bottom:5px;}

/* All the FAQ divs */
#stop-alerts,#no-msg,#multi-alert{display:none;margin-top:10px;width:650px;}

td {vertical-align: top !important; padding: 5px;}
fieldset {margin: 0; padding: 10px; vertical-align: top; display: block; position: relative;}
.txtArea {border: 1px solid #666; -moz-border-radius: 4px;-webkit-border-radius: 4px;background:#414141; padding: 10px; float: left;margin: 10px 0;}
.txtArea table {border-collapse: collapse; border-spacing: 0;}

.main-rightcol {padding-left: 90px; text-align: left;}

input.text, input.title, textarea, select {margin: 0 5px 5px;}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #03b3ff;
	background-color: #666;
	padding: 0;
	opacity: 0.90;
	}
#tooltip h3, #tooltip div { margin: 0; padding: 3px 10px; color: #fff; }
