body
{
	border-top:3px solid royalblue;
	font-family:helvetica;
}

a{

}

div.container
{
	margin:50px auto;
}

h1
{
	width:110px;
	text-align:right;
	font-size:14px;
	font-family:helvetica;
	color:royalblue;
	margin:0 ;
}

div.wrap
{
	padding:45px 20px;
}

form.formtastic fieldset.inputs
{
	border:none;
}

	form.formtastic fieldset.inputs ol li input
	{
		font-size:14px;
		font-weight:bold;
		width:220px;
	}
	
	form.formtastic fieldset ol li
	{
		width:100%;
		border:none;
	}
	form.formtastic fieldset ol li label
	{
		text-align:right;
		margin:0 10px 0 0;
	}

form.formtastic fieldset.buttons
{
	text-align:right;
	width:77%;
}
	form.formtastic fieldset.buttons input
	{
		
	}

div.footer
{
	margin-top:50px;
}

div.form
{
	height:220px;
	border:1px solid royalblue;
	margin:-1px;
}

div.sysinfo
{
	padding-left:150px;
	font-size:14px;
}

h2
{
	font-weight:bold;
	color:navy;
}

a.comigo
{
	background-image:url(../../../images/layout/comigo.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:inline-block;
	width:100%;
	height:18px;
	margin-bottom:20px;
}
	a.comigo span
	{
		display:none;
	}