._text1 {
	font-size: 20px;
	color: #000;
	text-align: center;
	font-family: Arial;
}
._sms1 {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Tahoma;
}
body {
	color: #000;
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	color: #000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
a {
	color: #ADD8E6;
}
._small {
	font-size: 12px;
	text-align: left;
}


input[type="tel"]{
				border:solid 1px;
				border-color:#C60;
				background-color:white;
				height:28px;
				font:22px arial narrow;
				font-weight:bold;
				width:125px;
				height:38px;
				padding:2px
			}

.styled-select select {
   background: white;
   width: 200px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1;
   border-radius: 0;
   height: 26px;
   }