@import url( './reset.css' );

/*		LOAD FONTS		*/
@import url( 'http://fonts.googleapis.com/css?family=Oswald' );
@import url( 'http://fonts.googleapis.com/css?family=Droid+Sans' );


/*		HTML		*/
html {
	background: rgb(240,241,241);
	font-family: 'Droid Sans','trebuchet ms',arial,sans-serif;
	color:rgb(80,80,80);
	font-size: 13px;
	line-height: 17px;
	color: #aaa;
	cursor: default;
	margin-left: 24px;
}
p,
div{
	margin:20px;
	color:rgb(80,80,80);
	margin-left: -12px;
}
font {
	background-color: #ffc;
	padding: 4px;
	margin-top: 8px;
}
div table {
	width: 480px;
	border: none !important;
}
div table td {
	padding: 2px;
}
div table td font {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
div table td[align=right] {
	width: 168px;
	padding-right: 8px;
	text-align: right;
}
div table select{
	width:282px;
	font-size: 11px !important;
}
div input[type="text"] {
	border: none;
	padding: 2px;
	font-size: 14px;
	width:282px;
}
div table td[align=center]{
	text-align: center;
}
div input[type=submit]{
	background-color: rgb(242,69,41);
	border: none;
	font-family: Oswald,'arial bold',sans-serif;
	font-size: 18px;
	padding: 10px 30px;
	color: rgb(240,241,241);
	margin: 20px 0;
}
div input[type=submit]:hover{
	color:rgb(30,30,30);
}
div tr small{
	white-space: nowrap;
}
select,
option{
	border: none;
	background: #fff;
}

