@charset "utf-8";
/* CSS Document */

.input {
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2) inset;
	border: 1px solid #999999;
	font-family: 'Roboto Condensed', sans-serif;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	width: 100%;
	padding: 10px;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
	behavior: url(../ie/PIE.htc);
	
}

.button {
	cursor: hand;
	width: 100%;
	width: 100%;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
	font-family: 'Roboto Condensed', sans-serif;
	color: #666666;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.4);
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.4);
	
	padding-top: 10px;
	padding-bottom: 10px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	font-weight: lighter;
	behavior: url(../ie/PIE.htc);
	font-size: 14px;
	behavior: url(../ie/PIE.htc);
}
