.sms_form{
	color:black;
	font-family: verdana,arial,serif;	
	font-size:12px;
}
.label{
	padding:4px 0px 4px 0px;
}
.styledForm{
	margin:0 auto;
	width:160px;
	font-size:12px;
}
.styledForm input, .styledForm select{
	background-color:#F9F9F7;
	border:1px solid #555;
	padding:1px;
	font-size:14px;
}
.styledForm select{
	width:140px;
}
.styledForm input:focus, .styledForm select:focus{
	background-color:#FFFFFF;
	border:1px solid #000;
}
.styledForm .submit, .styledForm .submit:focus{
	border: 2px outset black;
	font-weight: bold;
	color: white;
	background-color: #c72b02;
	cursor:pointer;
}
.styledForm .submit:hover{
	background-color: #b72801;
	cursor:pointer;
}
.switchlink{
	padding-top:14px;
}
.switchlink a, .switchlink a:visited{
	color:black;
	font-size:11px;
}

#response{
	margin-left:25px;
	margin-right:25px;
}

.alert {
    background: #e8a31d url(../images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ff530f;
    border-bottom: 2px solid #ff530f;    
}

.info {
	background: #f8fafc url(../images/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;	
}
	
.accept {
	background: #e3fcf3 url(../images/accept.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #390;
	border-bottom: 2px solid #390;	
}

.spinner {
	background: url(../images/spinner2.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
	padding: 5px 20px 5px 45px;
}
	