#addQuestion{
	text-align: right;
	padding-top: 5px;
	padding-right: 11px;
	margin-right: -10px;
}

#questions{

}

#questions ul li{
	list-style: url(/htdoc/image/ul_arrow.gif);
}

#questions a{
	color: #cd1310;;
}

#questions a:hover{
	color: #ff1410;
}

#questions a:hover{
	color: #ff1410;
}

#questions a.head:hover{
	color: #bf0401;
}

#top{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#questions h2{
	font: 17px Georgia;
	color: #cd1310;
}
#questions .info{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F2F2F2;
	border: 1px solid #E5E5E5;
}

#questions form{
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
	padding: 10px;
	width: 500px;
}

#questions table{
	margin-top: 10px;
}

#questions form td.title{
	padding-left: 10px;
	width: 350px;
}

#questions form tr{
	background: #f7f7f7;
}

#questions form tr.buttons{
	background: none;
}

#questions form tr.buttons td{
	padding-left: 10px;
	padding-top: 5px;
}
#questions form td input{
	border: 1px solid #ccc;
	width: 88px;
}
#questions button{
	padding: 0px;
	border: 0px;
	background: none;
	margin-left: 25px;
}

#forms{
	margin-top: 20px;
}

table input, table textarea, select{
		border: 1px solid #ccc;
}

select{
	width: 250px;
}
#dataAddress{
	width: 500px;
}

.catTitle{
	font-size: 14px;
	font-weight: bold;
}
.tdTitle{
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

