input, textarea {
border: 1px solid #999;
border-bottom: 1px solid #888;
font-size: 13px;
padding: 3px;
}
.wrapper {
	float: left;
	width: 915px;
	margin-bottom: 10px;
}
.pmsg {
	background: #FFC;
	border-bottom: 3px solid #CC9;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 10px;
	z-index: 101;
}
.contents {
	margin: 0 auto;
	padding: 0 10px 0 60px;	
}

#loading {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background: #999;
	opacity: .8;
	filter: alpha(opacity = 80);
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	margin: 0;
	position: fixed;
	top: 130px;
	left: 0;
	text-shadow: 0 1px #333;
	width: 110px;
	z-index: 101;
	height: 30px;
}

#loading .logo {
	background: url(/img/loading.gif) no-repeat center center;
	float: left;
	height: 30px;
	width: 30px;
	margin: 0 5px 0 10px;
}

#loading .text {
	float: left;
	margin: 9px 0 0 0;
}


.action_button {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #D8D8D8 url(/img/add_question_line.gif) repeat-x top left;
	border: 1px solid #BBB;
	border-bottom: 1px solid #999;
	cursor: pointer;
	font-weight: bold;
	font-size: .9em;
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	text-shadow: 0 1px #F0F0F0;
	padding-left: 3px;
	margin-right: 5px;
	text-decoration: none;
	margin-bottom: 10px;
}

.icon_add_question,.button_icon {	
	color: #333;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px #F0F0F0;		
	display: inline-block;	
}
.button_icon{
padding: 0 0 0 10px;
}

.icon_add_question {
	background-image: url(/img/add.gif);	
	background-position: left -16px;	
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 16px;
	padding-left: 18px;		
}
.not_clear_button{background: #D8D8D8 url(/img/gray_line.gif) repeat-x top left;border: 1px solid #BBB;border-bottom: 1px solid #999;color: #333;padding: 4px 6px;}


a.button,button {
	border-color: #062C50;
	background: #336fa5 url(/img/button_submit.gif) bottom left repeat-x;
	color: white;
	min-width: 40px;
	cursor: pointer;
	border: 1px solid #062C50;
	border-bottom: 1px solid #003;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 -1px #19558D;
	font-weight: bold;
	font-size: 1em;
	display: inline-block;
	padding: 6px 16px;
	text-align: center;
}

a.button:hover {
	text-decoration: none;
}

a.button.small,button.small {
	padding: 2px 10px;
}
.Error_Msg {
	color: red;
	font-size: smaller;	
}


.search_result_dropdown .contextual_dialog_content {
	padding: 0;
	background: #ddd;
	border: 1px solid #999;
	border-color: #999999 #999999 #666666;
}

.dialog_content .tip {
	padding: 8px 8px;
	background: #ddd;
}

.dialog_content .complete {
	padding: 0;
	margin: 0;
	background: #FFF;
}

.dialog_content .complete li {
	list-style: none;
	padding: 0px 8px;
	cursor: pointer;
	overflow: hidden;
	line-height: 22px;
}

.dialog_content .complete li:hover {
	background: #e1f0f7;
}

.dialog_content .complete li:hover a {
	color: #256098;
}

.dialog_content .complete li .cate {
	color: #333;
	margin: 0 5px;
	float: right;
}

.dialog_content .complete li a .light {
	font-weight: bold;
}

.dialog_content .complete li.more {
	font-weight: bold;
	color: #000;
}

.dialog_content .complete li .type {
	margin-left: 8px;
}

.dialog_content .complete li .avatar {
	width: 25px;
	max-height: 25px;
	margin: 8px 0;
	margin-right: 8px;
	float: left;
}

.dialog_content .complete li .uinfo {
	margin: 2px 0;
	line-height: 150%;
}

.dialog_content .complete li .uinfo a {
	line-height: 18px;
}

.dialog_content .complete li .tagline {
	color: #999;
	font-size: 12px;
}


.dropdown_menu .contextual_dialog_content {
	background: #333;
	border: 1px solid  #333;
	border-bottom: 1px solid  #333;
	padding: 3px 0;
}
.dropdown_menu .contextual_dialog_content_white {
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: white;
	border: 1px solid #999 !important;	
	padding: 3px 0;
}


.dialog_content .menu {
	margin: 0;
	padding: 0;
}

.dialog_content .menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

.dialog_content .menu li a {
	padding: 3px 10px;
	display: block;
	color: white;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: bold;
}

.dialog_content .menu li a:hover {
	background: #484848;
	color: white;
}

