body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006600;
	background: url(images/green1.jpg) left top no-repeat #006600;
	padding: 24px;
}
/*logo*/

#logo {
	margin-left: 170px;
	padding: 113px 10px 0px 0px;
	width: 705px;
	background: url(images/sweetbasil.jpg) left top no-repeat #DCDADA;
	margin-top:28px;
	

}

#logo a {
	text-decoration: none;
	font-family: Book Antiqua, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.logo_span{
	font-size:30px;
}
h1{
	padding: 0 20px 20px 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #9933FF;
}

#main {
	width: 1017px;
	margin: 0px auto;
}

#header {
	height: 118px;
}

#border {
	border: 1px solid #636363;
	background: #FFFFFF;
}

/*top*/

.top{
	background: url(images/top.jpg) left top no-repeat;
	height: 386px;
	border-bottom: 1px solid #636363;
}

.bp_all_bg{
	height: 44px;
	text-align: center;
	margin: 0 auto;
}
	
.bp_all{
	height: 20px;
	width: 130px;
	text-align: center;
	padding-top: 359px;
	margin: 0 auto;
}

.bp{
	display: block;
	float: left;
	width: 20px;
	height: 30px;
	background: url(images/bp.png);
}
.bp:hover{
	background: url(images/bp_hover.png);
}
.bp_div{
	float: left;
	width: 25px;
	height: 50px;
}

/*menu*/
#buttons{
	background: #FFFFFF;
	text-align:center;
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #636363;
}

#buttons a {
	background: #FFFFFF;
	display: block;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	color: #656565;
	width: 202px;
	height: 34px;
	padding: 10px 0 0 0;
	font-weight: normal;
}

#buttons a:hover {
	display: block;
	float: left;
	background: url(images/but_hover.gif) top repeat-x;
	text-decoration: none;
}

.but_div{
	float: left;
	width: 1px;
	height: 100%;
	background: #636363;
}



#box{
	margin-left: 130px;
	margin-top: -20px;
  	font-size: 30px;
  	text-align: left;
  	width: 855px;
  	height: 770px;

}

label{
	padding: 20px;
	margin-top: 20px;
  	font-size: 30px;
  	text-align: left;
  	width: 209px;
  	height: 980px;
	line-height: 35px;
}

input{
	padding: 5px;
	margin-top: 15px;
  	font-size: 20px;
  	text-align: left;
  	margin-left: 20px;	
  	background-color: #CCCCFF;
  	width: 450px;
  	height: 30px;
  	border-radius: 0px;
  	
}

text{ width:50px; 
		height:26px;
		color: black;	
		font-size: 90px;
		background-color: blue;
}
checkbox { 
	width: 10px;
	font-size: 20px;
	height: 55px;
	margin-left: 15px;
}



/*footer*/

#footer{
	font-size: 12px;
	color: white;
	text-align: center;
	height: 55px;
	padding: 28px 0px 0px 30px;
}

#footer a{
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFCCC;
	font-size: 12px;
	text-decoration: underline;