/* CSS Document for BecomeABlogger.com*/
input.button { 
background-color: #ECE9D8;
border: solid 4px #FF0000;
height: 45px;
width: 310px;
font-size: 14pt;
font-weight: bold;
}

input.button:hover,
input.hover { 
border-color: #00CC33;
height: 45px;
width: 310px;
font-size: 14pt;
font-weight: bold;
cursor: pointer;
}

* html .style18,
* html .style18 form {
	margin: 0;
}

html>body .style18,
html>body .style18 form {
	*margin: 0;
}

* html .style23,
* html .style25 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10px;
}

html>body .style23,
html>body .style25 {
	*margin-top: 0;
	*margin-bottom: 0;
	*padding-top: 0;
	*padding-bottom: 10px;
}

* html .style23 {
	margin-top: 10px;
}

html>body .style23 {
	*margin-top: 10px;
}

* html .style22 {
	text-align: left;
}

html>body .style22 {
	*text-align: left;
}

#navbar
{
	/*background-color: #ffffff;*/
	border-width: 0px 0px 0px 0px;
	border-color: #FFFFFF;
	border-style:solid;
	color: #013D6C;
	font-weight: bold;
	width:950px;
	height:30px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#navbar a
{
	color: #013D6C;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
}

#navbar a:hover
{
	color: #FF9500;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
}

#footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
width:950px;
height:30px;
padding: 15px 15px 15px 15px;
margin: 5px 0px 5px 0px;
text-align:center;
font-size: 11px;
background-color:#e5e5e5;
color: #666666;
font-weight: normal;
border: solid 1px #e5e5e5;
align: center;
margin: 0 auto;
}
