/*
Discussion Forum Related
.arjun -> topic detail >> Reply topic
.reply_content -> topic detail >> Reply Content 
.user_name -> topic detail >> user_name
*/
.arjun {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:500px;
	color: #FF0000;
	background-color: #CCCCCC;
}

.reply_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:500px;
	height:100px;
	color: #FF0000;
	background-color: #CCCCCC;
}


.user_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:170px;
	color: #FF0000;
	background-color: #CCCCCC;
}

.password {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:170px;
	color: #FF0000;
	background-color: #CCCCCC;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:500px;
	height:250px;
	color: #FF0000;
	background-color: #CCCCCC;
}

textarea.edit_student {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:350px;
	height:100px;
	color: #FF0000;
	background-color: #CCCCCC;
}

input.edit_student {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:350px;
	height:25px;
	color: #FF0000;
	background-color: #CCCCCC;
}

input.submit
{
	background-color:#990000;
	color:#FFFFFF;
	height:auto;
	width:auto;
}

input.reset
{
	background-color:#990000;
	color:#FFFFFF;
	height:auto;
	width:auto;
}


.article_topic
{
	background-color:#990000;
	color:#FFFFFF;
	height:auto;
	width:500px;
}
