#smsme dd {
	margin: 0;
	padding: 0;
}

#smsme #smsme_message {
	width: 190px;
	height: 80px;
	font-size: 9pt;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-weight: bold;
	padding-bottom: 1.2em;
}

#smsme #messageLength {
	font-size: 7pt;
	margin-top: -1.5em;
}

#smsme .success,
#smsme .error {
	padding: 0.2em 0.5em;
	width: 200px;
}

#smsme .success {
	background-color: #cfc;
	color: #393;
}

#smsme .error {
	background-color: #fcc;
	color: #933;
}

#smsme #smsme_by {
	position: relative;
	top: -1.5em;
	left: .4em;
	color: #ccc;
	text-align: right;
}
#smsme #smsme_by a {
	color: #aaa;
}
