/* CSS Document */

#edit-formheading-buy-credits {
	display:block;
	border:1px solid #222;
	padding:10px;
	box-sizing:border-box;
}
/*#edit-formheading-buy-credits:after {
	display:block;
	content:"I need a div and id of {sms-send-form-wrapper} around the sms form below";
	position:absolute;
	margin-top:15px;
	padding:5px 15px;
	color:white;
	background:red;
}*/
#edit-formheading-buy-credits table#sms-credits  {
	max-width:500px;
	
}
#edit-formheading-buy-credits #sms-credits td:hover {
	background:#333;
	color:white;
}

#send-sms-form .form-item {
	
}
#send-sms-form textarea#edit-sms-body {
	width:200px;
	clear:left;
}