/* form */

input {
	width: 150px;
	color: #000;
}

label {
	width: 120px;
	color: #000;
}

.checkabel	{
	width: 30px;
}

input	{
	color: #000;
	font-size: 12px;
	font-family: verdana;
	font-weight: 500;	
}

textarea	{
	color: #000;
	font-size: 12px;
	font-family: verdana;
	font-weight: 500;	
}


select	{
		color: #7F7B67;
		font-size: 12px;
		font-family: verdana;
		font-weight: 500;
		width: 160px;
}	

.checkbox	{
width: 20px;
}	

.red	{
color: #d90026;
}

.redbold	{
color: #d90026;
font-weight: 700;
}

li.red1	{
list-style-image:url("http://www.qwizqa.com/images/red1.gif");
padding-bottom: 16px;
}