.form_field
{
	width: 42%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 25px;
	color: #000000;
}

.form_value
{
	width: 40%;
	float: left;
	text-align: left;
	font-weight: bold;
	font-family: tahoma, geneva;
	font-size: 12px;
	color: #000000;
}

.form_input
{
	float: left;
	text-align: left;
	font-size: 11px;
	color: #000000;
}

.form_input input[type="text"], .form_input input[type="password"]
{
	width: 200px;
	border: 1px solid #000000;
	background: $ffffff;
}

.form_input input[type="button"]
{
	margin-left: 375px;
}

.form_response input
{
	width: 100%;
	border: 0px;
	background: none;
	color: #cc0000;
	font-weight: bold;
}

hr
{
	width: 85%;
	color: #cccccc;
	float: left;
	margin-left: 25px;
}

.login-input
{
	background-color:#ffffff;
	color: #777777;
	text-align: center;
	border: 1px solid #000000;
}

.input-response
{
	background: none;
	border: none;
	width: 500px;
	text-align: center;
	color: #cc0000;
	visibility: hidden;
}

.yignstyle
{
	width: 99%;
	color: #000000;
}

.yignstyle:after
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.yignstyle ul
{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	color: #ffffff;
	text-align: center;
}

.yignstyle ul li
{
	display: inline;
	color: #ffffff;
}

.yignstyle ul li a
{
	color: #333333;
	font-size: 13px;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	padding-bottom: 9px;
}

.yignstyle ul li a:visited
{
	color: #333333;
	font-size: 13px;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	padding-bottom: 9px;
}

.yignstyle ul li a:hover, .yignstyle ul li a.selected
{
	
}
	
	