#askquestion {
	width: 500px;
}

#askquestion td{
	text-align: right;
	padding-right: 30px;
}

#recentquestions {
	padding-top: 0px;
	width: 500px;
	padding-bottom: 10px;
	height: 325px;
}
#recentquestions tr:last-child td{
	padding-bottom: 10px;
}

#recentquestions td{
	padding-left: 10px;
	height: 25px;
}

#jointeam {
	margin-right: 5px;
	margin-top: 10px;
}

#question {
	width: 430px;
	height: 55px;
	padding: 5px;
	font-weight: bold;
}

#subject {
	width: 430px;
	height: 18px;
	font-weight: bold;
	padding: 5px;
}

#submitquestion {
	background: url('/images/submit.png') no-repeat center center;
	width: 143px;
	height: 36px;
	border: none;
	margin: 0px;
}
