.form {
	padding: 15px;
	min-height: 1px;
	background: #103155;
	width: 320px;
	margin: 10px 0 20px;
	}
	
* html .form {
	height: 1px;
	}
	
	
.form_buttons {
	padding: 10px 0;
	margin: 10px 0;
	text-align: left;
	}

.form_buttons input {
  padding: 5px;
}

.form label {
	color: #fff;
	}

.form .focus {
  border: 1px solid #33b0df;
  background:#fff;
}


.form textarea {
	overflow: auto;
	scrollbar-track-color: #27372c;

	scrollbar-3dlight-color: #1f3026;
	scrollbar-arrow-color: #7d7d65;
	scrollbar-darkshadow-color: #1f3026;
	scrollbar-face-color: #2d3f33;
	scrollbar-highlight-color: #2d3f33;
	scrollbar-shadow-color: #2d3f33;
	}
	
.form_buttons .send_form{
	width:63px;
	height:31px;
	background:url(send.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	text-indent:-750px;
}

.send_form:hover{
	background-position: left bottom;
}

.suscribe_button{
	width:81px;
	height:31px;
	background:url(suscribe_form_button.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	text-indent:-750px;
}

.suscribe_button:hover{
	background-position: left bottom;
}

.unsuscribe_button{
	width:97px;
	height:31px;
	background:url(unsuscribe_form_button.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	text-indent:-750px;
}

.unsuscribe_button:hover{
	background-position: left bottom;
}

.update_button{
	width:74px;
	height:31px;
	background:url(update_form_button.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	text-indent:-750px;
}

.update_button:hover{
	background-position: left bottom;
}

.switchWrapper strong{
	display: block;
}

.submit_button{
	width:72px;
	height:31px;
	background:url(submit_button.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	text-transform:uppercase;
	text-indent:-750px;
}

.submit_button:hover{
	background-position: left bottom;
}