input, select {
	margin-bottom: 3px;
}

input[type="radio"] {
	margin-bottom: 7px;
}

.wide {
	width: 140px;
	float: left;
	text-align: left;
	margin-right: 5px;
}

.message-gray{
	border:solid 1px #DEDEDE; background:#EFEFEF;
	color:#222222; padding:4px;	text-align:center;
}
.message-yellow{
	border:solid 1px #DEDEDE;background:#FFFFCC;
	color:#222222;padding:4px;text-align:center;
}
.message-ok{
	border:solid 1px #349534;background:#C9FFCA;
	color:#008000;padding:4px;text-align:center;
}
.message-error{
	border:solid 1px #CC0000;background:#F7CBCA;
	color:#CC0000;padding:4px;text-align:center;
}

#inner-wrapper {
	background: #fcfcfc;
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#inner-wrapper h2 {
	color:#103795;
	margin-bottom: 2px; font-weight: 400; line-height: 18px; text-transform: capitalize;
}

.note {
	font-size: .8em;
	font-weight: bold;
	color: #f00;
}

.bluelinkpill {	background: #005193;font-size: 11px;padding: 4px !important; color:#fff !important; cursor: pointer;-moz-border-radius: 3px;-webkit-border-radius: 3px;	border-radius: 3px;}
.orangelinkpill { background: #CF682F ;font-size: 11px;padding: 4px !important; color:#fff !important; cursor: pointer;-moz-border-radius: 3px;-webkit-border-radius: 3px;	border-radius: 3px;}
.graylinkpill { background: #B3B7B8 ;font-size: 11px;padding: 4px !important; color:#000 !important; cursor: pointer;-moz-border-radius: 3px;-webkit-border-radius: 3px;	border-radius: 3px;}



