#ibridge {
	font-size: 12px;
	text-align: left;
}
#ibridge h1 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
#ibridge h2 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#ibridge .question, #ibridge .answer {
	padding: 10px;
	color: #000;
	font-weight: bold;
	margin: 5px 0;
}
#ibridge .question {
	background: #EEE;
}
#ibridge .question b, #ibridge .answer b{
	margin: 0 0 5px 20px;
	font-weight: bold;
}
#ibridge .question b {
	color: #00509E; 
}
#ibridge .question pre, #ibridge .answer pre{
	color: #000;
	text-indent: 20px;
	font-weight: normal;
}
#ibridge .question pre {
	font-weight: bold;
}
#ibridge .question span, #ibridge .answer span {
	color: #000;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	margin: 5px 10px;
	text-indent: 20px;
	text-decoration: underline;
}
#ibridge .answer {
	padding: 10px;
	background: #FFF;
	color: #000;
	margin: 5px 0;
}
#ibridge #answerform, #ibridge #editform {
	padding: 10px 0 0 0;
	color: #000;
	margin: 5px 0;
	text-align: center;
}

#ibridge #requestform form {
	padding: 0;
	margin: 0;
}
#ibridge #requestform textarea {
	width: 98%;
	border: 1px solid #666;
	margin: 0 0 10px 0;
}
#ibridge #requestform input {
	color: #000;
}
#askquestion {
	padding: 10px;
	background: #EEE;
	color: #000;
	font-weight: bold;
	margin: 5px 0;
	text-align: center;
}
#askquestion form {
	padding: 0px;
	margin: 0px;
}
#askquestion textarea {
	width: 90%;
	margin-bottom: 10px;
	text-align: left;	
	border: 1px solid #666;
}
#askquestion input {
	color: #000;
}