/*
 * Style used to set the (background) color for various elements on the
 * login/registration page. The name of the application in the title and
 * the background of the strip showing site icons use this style rule.
 */
.DIY_color {
	color:#FFF;
	background-color:#39F;
}

/*
 * Style used to render buttons. You shouldn't really change the display
 * property, but you could add a background image.
 */
.DIY_button {
	display:block;
	width:111px;
	height:25px;
	margin-top:10px;
	color:#FFF;
	font-weight:bold;
	background-color:#39F;
	border:0px none;
	cursor:pointer;
}

/*
 * Style used to set the link color.
 */
a.DIY_anchor, a.DIY_anchor:link, a.DIY_anchor:visited, a.DIY_anchor:active, a.DIY_anchor:hover {
	color:#00F;
}

