/* - - - - - - - - - - - - - - - - - - - - -

 Title : Example Custom CSS : DinoMaster!
 Author : Infinity Box Inc.
 URL : http://wufoo.com

 Last Updated : September 26, 2007

- - - - - - - - - - - - - - - - - - - - - 

INSTRUCTIONS
1. Copy / Paste all or portions of these
CSS rules into "custom.css".

2. Experiment and play.

- - - - - - - - - - - - - - - - - - - - - */

/* - - - Default - - - */

/* Logo */
#logo{
	display: none;
}

.info {
	display: none;
}

.wufoo .info{
	display:none
	}

.submit {
	border: none;
	background: #c05a4e;
	position:relative;
	float:right;
	cursor:pointer;
	margin-top:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 26px;
	width: 100px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	text-shadow:0px 1px 0px #823d35;
	text-transform:uppercase;
	line-height:normal;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}

.submit:hover{
	background: #cf6e62;
}

.submit:active{
	background: #a23f33;
}