﻿/* 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;
	overflow:hidden;
}
.ctrlBaseModal .bottom
{
    float:left;
    width:100%;
    height:10px;
	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;
    color:#000;
    text-align:left;
}
.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 textarea
{
	width:350px;
	float:left;
	height:161px;
	border:solid 1px #979797;
}
.ctrlBaseModal .buttons
{
    clear:both;
    width:350px;
    margin:0 auto;
    padding:10px 0px;
    text-align:right;    
}
.ctrlBaseModal a
{
    cursor:pointer;
    text-decoration:none;
    float:right;
} 
.ctrlBaseModal .buttons a
{
    cursor:pointer;
    
    width:100px;
    text-align:center;
    height:22px;
    color:#737e83;
    text-decoration:none;
    border:solid 1px #d5dcde;
    line-height:22px;
    background:url('../images/catalog/button_line.gif') top left 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 **************************/
/* end ctrlFeedBackForm ******************/
body .ctrlFeedBackForm_panel
{
    float:left;
    clear:both;
    width:100%;    
    margin:5px;
}
body .ctrlFeedBackForm_panel .messagePanel
{
    float:left;
    clear:both;
    width:100%;
    text-align:left;
    margin-bottom:10px;
}
body .ctrlFeedBackForm_panel .messagePanel .successMsg
{
    color:green;
    font-weight:bold;
    font-size:0.8em;
}
body .ctrlFeedBackForm_panel .messagePanel .errorMsg
{
    color:red;
} 
body .ctrlFeedBackForm_panel .linkButton
{
    float:left;
    text-align:center;
    height:42px;
}
body .ctrlFeedBackForm_panel .linkButton a
{
    cursor:pointer;
    
    width:190px;
    float:left;
    text-align:center;
    height:22px;
    color:#737e83;
    text-decoration:none;
    border:solid 1px #d5dcde;
    line-height:22px;
    background:url('../images/catalog/button_line.gif') top left repeat-x;
} 
/* end ctrlFeedBackForm ******************/
/* begin uctrlOrderForm ******************/
.uctrlOrderForm .messagePanel
{
    width:100%;
    text-align:center;
    font-size:12pt;
    font-weight:bold;
}
.uctrlOrderForm .messagePanel .successMsg
{
    color:green;
}
.uctrlOrderForm .messagePanel .errorMsg
{
    color:red;
}
.uctrlOrderForm .text
{
    width:400px;
    text-align:left;
    margin:5px auto;
}
.uctrlOrderForm .line
{
    width:400px;
    margin:5px auto;
}
.uctrlOrderForm .line .left
{
    float:left;
    width:110px;
    text-align:right;
    font-weight:bold;
    margin:5px 0px;
}
.uctrlOrderForm .line .right
{
    float:right;
    width:280px;
    padding-left:5px;
    margin:5px 0px;
    text-align:left;
    color:#000;
}
.uctrlOrderForm .line .right input,
.uctrlOrderForm .line .right textarea
{
    float:right;
    width:280px;
    border:solid 1px #7f97a0;
    height:15px;
}
.uctrlOrderForm .line .right textarea {height:100px;}
.uctrlOrderForm .buttons
{
    float:left;
    clear:both;
    width:70%;
}
.uctrlOrderForm .buttons a
{  
    width:90px;
    float:right;
    text-align:center;
    height:22px;
    color:#fff;
    border:solid 1px #ff8533;
    line-height:22px;
    margin-right:10px;
    font-weight:bold;
    text-decoration:none;
    background:url('../images/catalog/button_buy_line.gif') repeat-x;
}
.uctrlOrderForm .buttons a:hover
{  text-decoration:underline; }
/* end uctrlOrderForm ******************/


