﻿
/* begin ctrlBaseModal **************************/
.modalBackground {
	background-color:black;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.ctrlBaseModal
{
	width:446px;
	height:374px;
}
.ctrlBaseModal .header
{
	float:left;
	width:100%;
	padding-bottom:5px;
	background:#fff;
}
.ctrlBaseModal .header a
{
    float:right;
    font-size:0.8em;
    color:Gray;
    cursor:pointer;
    font-weight:normal;
    position:relative;
    top:-2px;
    left:-5px;
}
.ctrlBaseModal .top
{
    float:left;
    width:100%;
    height:10px;
	background:url('../i/controls/mp/mpTop.gif') no-repeat top;
	overflow:hidden;
}
.ctrlBaseModal .bottom
{
    float:left;
    width:100%;
    height:10px;
	background:url('../i/controls/mp/mpBtm.gif') no-repeat top;
	overflow:hidden;
}
.ctrlBaseModal .cont
{
    float:left;
    clear:both;
	width:100%;
	background:#fff;
	padding:5px 0px;
}
.ctrlBaseModal .line
{
    width:350px;
    clear:both;
    margin:0 auto;
    padding-bottom:15px;
}
.ctrlBaseModal .line .left
{
    clear:both;
    float:left;
    width:100%;
	color:#5c534c;
}
.ctrlBaseModal .line .right
{
    clear:both;
    float:left;
    width:100%;
}
.ctrlBaseModal .line .right input
{
	width:350px;
	float:left;
	border:solid 1px #979797;
}
.ctrlBaseModal .line .right select
{
	width:352px;
	float:left;
	border:solid 1px #979797;
}
.ctrlBaseModal .line .right textarea
{
	width:350px;
	float:left;
	height:161px;
	border:solid 1px #979797;
}
.ctrlBaseModal .buttons
{
    clear:both;
    width:350px;
    margin:0 auto;
    margin-top:-4px;
    text-align:right;    
}
.ctrlBaseModal a
{
    cursor:pointer;
    text-decoration:none;
    float:right;
} 
.ctrlBaseModal .buttons a i.leftEdge
{
    float:left;
    width:10px;
    height:31px;
    background:url(../i/controls/mp/linkButtonLeft.gif) no-repeat top left;
} 
.ctrlBaseModal .buttons a i.rightEdge
{
    float:left;
    width:10px;
    height:31px;
    background:url(../i/controls/mp/linkButtonRight.gif) no-repeat top left;
}
.ctrlBaseModal .buttons a i.center
{
    float:left;
    height:31px;
    line-height:31px;
    padding:0px 12px;
    font-family:Times New Roman;
    font-size:1.2em;
    color:#fff;
    font-style:normal;
    background:url(../i/controls/mp/linkButtonBg.gif) repeat-x;
}
.ctrlBaseModal .line .right input.highlight
{
    background:#F9F3C1;
}
.ctrlBaseModal .line .right input.validatorCalloutHighlight
{
    background:#F9F3C1;
}
.ctrlBaseModal .line .right textarea.validatorCalloutHighlight
{
    background:#F9F3C1;
}
.ctrlBaseModal .line .right textarea.highlight
{
    background:#F9F3C1;
}
/* end   ctrlBaseModal **************************/
/* begin ctrlAskQuestionForm, ctrlFeedBackForm **************************/
.ctrlAskQuestionForm,
.ctrlFeedBackForm
{
    height:auto;
}
body .ctrlAskQuestionForm_panel
{
    float:right;
    width:20%;    
    text-align:center;
    margin-top:3px;
}
body .ctrlFeedBackForm_panel
{
    float:left;
    clear:both;
    width:100%;    
    margin-top:3px;
    margin-bottom:10px;
}
body .ctrlAskQuestionForm_panel .messagePanel
{
    float:left;
    clear:both;
    width:90%;
    padding-left:10%;    
    text-align:center;
    margin-bottom:10px;
}
body .ctrlFeedBackForm_panel .messagePanel
{
    float:left;
    clear:both;
    width:100%;
    text-align:left;
    margin-bottom:10px;
}
body .ctrlAskQuestionForm_panel .messagePanel .successMsg,
body .ctrlFeedBackForm_panel .messagePanel .successMsg
{
    color:#311307;
}
body .ctrlAskQuestionForm_panel .messagePanel .errorMsg,
body .ctrlFeedBackForm_panel .messagePanel .errorMsg
{
    color:#ca0000;
} 
body .ctrlAskQuestionForm_panel .linkButton
{
    float:right;
    text-align:center;
    height:31px;
}
body .ctrlFeedBackForm_panel .linkButton
{
    float:left;
    text-align:center;
    height:31px;
}
body .ctrlAskQuestionForm_panel .linkButton a,
body .ctrlFeedBackForm_panel .linkButton a
{
    cursor:pointer;
    text-decoration:none;
} 
body .ctrlAskQuestionForm_panel .linkButton a i.leftEdge,
body .ctrlFeedBackForm_panel .linkButton a i.leftEdge
{
    float:left;
    width:10px;
    height:31px;
    background:url(../i/controls/mp/linkButtonLeft.gif) no-repeat top left;
} 
body .ctrlAskQuestionForm_panel .linkButton a i.rightEdge,
body .ctrlFeedBackForm_panel .linkButton a i.rightEdge
{
    float:left;
    width:10px;
    height:31px;
    background:url(../i/controls/mp/linkButtonRight.gif) no-repeat top left;
}
body .ctrlAskQuestionForm_panel .linkButton a i.center,
body .ctrlFeedBackForm_panel .linkButton a i.center
{
    float:left;
    height:31px;
    line-height:31px;
    padding:0px 13px;
    font-family:Times New Roman;
    font-size:1.35em;
    color:#fff;
    font-style:normal;
    background:url(../i/controls/mp/linkButtonBg.gif) repeat-x;
}
/* end   ctrlAskQuestionForm, ctrlFeedBackForm **************************/