﻿@charset "utf-8";
/* CSS Document */

body { 
	padding:20px; 
	margin:0px;
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	background:#ffb278 repeat-x url(sendToMyPhoneBackground.png);
	color:#270F06;
}

hr {
	border-top: 1px dashed #999;
	border-bottom: none 0;
	height:1px;
	padding:0px;
	margin:5px 0px;
}



h3 { 
	font-size:13px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

p, label {
	font-size:11px;
	margin:0px;
	padding:6px 0px;
}

label {
	font-size:14px;
}

label, p.tncLink {
	text-transform:uppercase;	
}

div#smsInputs, div#submitInputs, div.captchaImage, input#regCaptcha {
	margin:7px 7px 7px 65px;
}

div#submitInputs input {
	margin:0px;
	padding:0px;
}

input#areaCode, input#preFix {
	width:27px;
}
input#postFix {
	width:35px;
}

div.captchaImage img {
	background-color:white;
}
input#regCaptcha {
	display:block;
	width:116px;
	margin-top:3px;
}

form {
	padding:0px;
	margin:0px;
}

a:link { color:#270F06; text-decoration:none; }
a:visited { color:#270F06; text-decoration:none; }
a:hover { color:#805B40; text-decoration:none; }
a:active { color:#270F06; text-decoration:none; }


