/* jAlert */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FAFAF4;
	border: solid 5px #78A13E;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #006600;
	background: #ECE8DA url(../sfx/alert_sfx/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../sfx/alert_sfx/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../sfx/alert_sfx/Alrt.gif);
}

#popup_content.confirm {
	background-image: url(../sfx/alert_sfx/important.gif);
}

#popup_content.prompt {
	background-image: url(../sfx/alert_sfx/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* jAlert */

/*html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:relative;
}*/

div {
	margin:0px;
	padding:0px;
	position:relative;
}

.divclearboth{
	clear:both;
}

#inquiry {
	width:630px;
	margin-left:5px;
	margin-right:5px;
}

.question {
	margin-top:10px;
}

.proposition {
	margin-top:5px;
}

.propositionRed {
	margin-top:5px;
	background-color:#ffbdbd;
}

.questionId {
	float:left;
	vertical-align:top;
	width:50px;

	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #54524f;
	text-align:left;
}

.questionBody {
	float:left;
	vertical-align:top;
	width:570px;

	font-family: Verdana;
	font-size: 11px;
	color: #54524f;
	text-align:left;
}


.answerBody {
	float:left;
	vertical-align:top;
	width:570px;

	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #112CB5;
	text-align:left;

	margin-top:5px;
	margin-bottom:15px
}

.answerBodyTxt {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #112CB5;
}

.answerBodyLbl {
	font-family: Verdana;
	font-size: 11px;
	color: #54524f;
	text-align:left;
}

.inqueryInput {
	border-width: 1px;
	border-style: solid;
	border-color: #867E6E;
	font-family: Verdana;
	font-size: 11px;
	color: #54524f;
}

#waitMessage {
	font-family: Verdana;
	font-size: 11px;
	color: #54524f;
	text-align:left;
	margin-bottom:30px;
}

#inquiryWaitPnl {
	margin-bottom:50px;
}

#waitMessage a{
	text-decoration: underline;
}

#waitMessage a:hover{
	text-decoration: underline;
	cursor:pointer;
}