﻿.CustomTexbox {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 5px 10px;
	color: #666;
	font-size: 12px; 
	
	/* CSS3 spicing */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

input:focus {
	background-color: #ffffcc;
}
input:active {
	background-color: #ffffcc;
}

.CustomButton {
	width: 350px;
}
