/* Register START */

html {
	text-align: left;
}

body {
	text-align: left;
	font-size: 0.9em;
}

#register_area {
	padding: 10px;
}

.standard_button {

}

button.standard_button {
	color: #fff;
	background: transparent url(/images/standard-button.png) no-repeat 0px 0px;
	width: 200px;
	height: 33px;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
}


button.standard_button:hover {
	background-position: left bottom;
}


button.standard_button span {
	padding-bottom: 10px;
}

.interests {
	width: 310px;
}

.interest {
	margin-bottom: 5px;
	width: 150px;
	float: left;
}

legend {
	display: none;
}

fieldset {
	padding-top: 20px;
}

/* Register END */


/* Blog Comment START */

#comment {
	height: 150px;
}









/* Blog Comment END */
