.signin
{
	background: url(signin.png) no-repeat;
	width: 135px;
	height: 41px;
	border:0px;
	float:right;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
}

/* Retina version of this asset */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 

	.signin
	{
		background: url(signin_retina.png) no-repeat;
		width: 135px;
		height: 41px;
		border:0px;
		float:right;
		text-indent: -1000em;
		cursor: pointer; /* hand-shaped cursor */
		background-size: 100%;
	}

}


.section_icon
{
	width: 70px;
	height: 50px;
	padding:0px;
}

.iconbar
{
	TEXT-ALIGN: left;
	BACKGROUND-COLOR: #f1f1f1;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	COLOR: #000000;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
}

.iconbar
{
	TEXT-ALIGN: left;
	BACKGROUND-COLOR: #f1f1f1;
	MARGIN: 10px;
	WIDTH: 100%;
	COLOR: #292929;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	line-height:20px;
}


.warning
{
	COLOR: #ff0000;
	FONT-WEIGHT: bold;
}

.buttons3
{
	TEXT-ALIGN: left;
	MARGIN: 8px;
	MARGIN-RIGHT: 0px;
}

BODY
{
	MARGIN: 0px;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	color:#292929;
}

form
{
	margin:0px;
}

IMG
{
	MARGIN: 0px;
	border-style: none;
	padding:0px;
}


td
{
	FONT-FAMILY: verdana;
	FONT-SIZE: 12px
}

