#header_img{
	max-width:70%;
}

#content{
	background-image: url(../images/wavegrid.png);
}

.sms_text {
	font-size: 16px;
	white-space:normal;
	font-weight: bold;
}

.sms_phone {
	white-space: normal;
	color: #09F;
	font-weight: bold;
}
.send_sms_popup_section {
	font-weight: bold;
}


.send_sms_popup_text {
	margin-left: 15px;
}


.ui-li-static{
	/*background-color: rgba(255, 255, 255, 0.91);*/
}

.sms{
	-webkit-animation:new_sms 0.8s;	
}

@-webkit-keyframes new_sms
{
0%   {background:#eee;}
17%  {background:rgb(253, 237, 123);}
34%  {background:#eee;}
51%  {background:rgb(253, 237, 123);}
68%	 {background:#eee;}
85%  {background:rgb(253, 237, 123);}
100% {background:#eee;}
}

#banner{
	max-width: 100%;
	/*width: auto\9;*/
}