/* Billy's Bakery,  additional CSS for signup.html*/

h3 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
                     color:#CC3300;
}

#signupbg {
	padding:15px 0;
	margin-right:1px;
	width:273px;
	text-align:center;
	background-color:#ffc;
	background-image:url(./images/location_map_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom; 
	border:1px solid #CCC076;
	border-bottom:0;
}

form {
	color:#CC3300;
	margin: 0 auto;
	width:213px;
	font-size: 12px;
                     font-family: Arial, Helvetica; sans-serif;
	text-align:center;
}

.textinput {
	width: 100%;
	height:20px;
	margin:5px 0;
}

.buttoninput {
	width:15px;
	height:15px;
	margin:5px;
}

.submitinput {
	height:25px;
	margin:5px;
}

#viewlatest {
	padding:10px 0 5px 0;
	border-top:1px dashed #CC3300;
	margin:10px 0 0 0;
}

#viewlatest a {
	color:#CC3300;
}