/* $Id: $ */
@charset "UTF-8";
/* CSS Document */

/*defaultTheme starts here*/

.backgroundBg {
	background:#f5f5f5 url(../../images/themes/appleNoteBook/repeatBg.7d0c8df1444cbfe60e678eafaa10e4ae.png) repeat;
}
.backgroundSecBg{ 
	padding:10px; 
	margin:0;
	}	
.templateWidth {
	margin:0 auto;
	width:800px;
	border:1px solid #E8E7E7;
	-webkit-box-shadow: 0 0 2px #C4C4C4;
	-moz-box-shadow:0 0 2px #C4C4C4;
	box-shadow: 0 0 2px #C4C4C4;
	-webkit-border-radius:5px 5px 12px 12px;
	-moz-border-radius:5px 5px 12px 12px;
	border-radius:5px 5px 12px 12px;
	background:#fff;
}
.topContainer {
	display:none;
}
.btmContainer {
	background:url(../../images/themes/appleNoteBook/imageBtm.67c19184953384c43b72f304b0cc7d5e.png) no-repeat;
	height:28px;
}
.centerContainer {
	background:url(../../images/themes/appleNoteBook/centerTile.947b69c42d9eebc1a159328d7ae40ec4.png) repeat;}
.templateWrapper {
	background-color:#fff !important;
	
}
.tempHeadBdr {
	background: url(../../images/themes/appleNoteBook/headTile.3b50c0eb693519df73ec498443a3882f.png) repeat;
-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	padding:5px 0;
	-webkit-box-shadow: 0 0px 3px #E1E1E1;
	-moz-box-shadow: 0 0px 3px #E1E1E1;
	box-shadow: 0 0px 3px #E1E1E1;
}
.tempHeadContBdr {
	border-top:2px dashed #575f62;
	border-bottom:2px dashed #575f62;
	margin: 0;
	padding:20px 25px;
	text-align:center;
	
}
.tempHeadContBdr .frmTitle {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size:2em;
}
.tempHeadContBdr .frmDesc {
	color: #DDDDDD;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.tempFrmWrapper .labelName {
	font-weight:bold;
	font-size:13px;
	color:#444;
}
.tempContDiv input[type="text"], .tempContDiv textarea, .tempContDiv .pdfTextArea {
	background:#fff;	
	border:1px dashed #ABA5A5;	
	-webkit-border-radius:2px; 	
	-moz-border-radius:2px;	
	border-radius:2px;	
	padding:5px;
	font-size:13px;	
}

.signContainer canvas{border:1px dashed #ABA5A5;-webkit-border-radius:2px; 	
	-moz-border-radius:2px;	
	border-radius:2px;}

.tempContDiv input[type="text"]:hover,  .tempContDiv textarea:hover,  .mSelect select:hover, .tempContDiv input[type="file"]:hover, .form_sBox:hover, .signContainer .signArea:hover, .signContainer canvas:hover{	
	border:1px solid rgba(157, 157, 157, 0.75) !important;	
	}	
.tempContDiv input[type="text"]:focus, .tempContDiv textarea:focus{	
	border:1px solid rgba(121, 187, 238, 0.75) !important;	
	-webkit-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	box-shadow:0 0 5px rgba(82, 168, 236, 0.5) !important;	
	}

.subContWrap {
	margin:10px 15px 0 15px;
}
.phone .tempContDiv label, .date .tempContDiv label, .time .tempContDiv label, .address .tempContDiv label, .name .tempContDiv span label {
	color:#888888;
}

.date .tempContDiv .calendarIcon{ margin-top:5px;}

.fmFooter {
	text-align:center;
	margin:0 10px 10px 10px;
	overflow:hidden;
}



.fmSmtButton {
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding:6px 22px;
	font-weight:400;
	-webkit-border-radius:2px; 
	-moz-border-radius:2px;
	border-radius:2px;
	font:15px 'Open Sans',"Lucida Grande","Lucida Sans Unicode",Arial,Arimo,Helvetica,sans-serif;
	}
	
.submitColor{
	color: #fff;
	border:1px solid;
	border-color: #2F9EEC #1988D6 #1988D6;
	background: #2596e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6));
	background: -moz-linear-gradient(top,  #2f9eec,  #1988d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9eec', endColorstr='#1988d6');
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
	}
	
.submitColor:hover{
	background: #1988d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6));
	background: -moz-linear-gradient(top,  #1988d6,  #1988d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6');
	}

.cancelColor {
	color: #444;
	border: solid 1px #ccc;
	background: #eaeaea;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4));
	background: -moz-linear-gradient(top,  #FFFFFF,  #F4F4F4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4F4');
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 2px #fff inset;
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.1);
	text-shadow:0px 2px 0px #fff;
	}
	
.cancelColor:hover{
	border: 1px solid #aaa;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F4F4F4));
	background: -moz-linear-gradient(top,  #FFFFFF,  #F4F4F4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4F4');
	}
	
.brandingContainer {
	text-align: right;
	color:#666;
	margin-top:10px;
	padding:15px;
	}
		
	
.form_sBox{ -webkit-border-radius:2px; 
	-moz-border-radius:2px;
	border-radius:2px;border: 1px dashed #ABA5A5;height:26px;}
	

.crdAmt input[type="text"] {-webkit-border-radius:2px; 
	-moz-border-radius:2px;
	border-radius:2px;}					
							
.form_sBox .customArrow{right:6px;top:4px;}

.form_sBox select{ padding-top:5px; padding-bottom:5px; padding-right:13px;}	

.pBarWrapper{ padding:10px 0;}

.pBarWrapper .pBar, .pBarWrapper em.pNumber b{ background:#f1f1f1;}

.pBarWrapper .selected em.pNumber{color:#fff; border:2px solid rgba(255, 255, 255, 0);}
.pBarWrapper .selected .pBar, .pBarWrapper .selected em.pNumber b{ background:#656565;}
.pBarWrapper .currentPTab em.pNumber{color:#fff; border:2px solid #656565;}
.bar .currentPTab .pArrow{ border-color:#656565 transparent;}

.footerWrapper{ margin-left:95px;}

.fmFooter{ padding:25px 20px 25px 0;}
.fmFooter .next_previous{ 
	font:15px 'Open Sans',"Lucida Grande","Lucida Sans Unicode",Arial,Arimo,Helvetica,sans-serif;
	padding:6px 22px;
	background:#656565; color:#fff; border:1px solid #656565;
}

.signContainer .signArea, .tempContDiv input[type="file"], .mSelect select{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; border: 1px dashed #ABA5A5}

.subfrmWrapper-horizontal ul{background: #f9f9f9;}

/* IE6, IE7, IE8, but also IE9 */

.form_sBox select{ padding:2px 3px 3px 3px\9;}

.time .form_sBox select{ padding:2px 3px 3px 3px\9;}

/*   save button */

.saveColor, .reviewBtn{
	color: #fff;
	border:1px solid;
	border-color: #2F9EEC #1988D6 #1988D6;
	background: #2596e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#2f9eec), to(#1988d6));
	background: -moz-linear-gradient(top,  #2f9eec,  #1988d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9eec', endColorstr='#1988d6');
	-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow:0 1px 2px rgba(0, 0, 0, 0.15);
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
}
	
.saveColor:hover, .reviewBtn:hover{
	background: #1988d6;
	background: -webkit-gradient(linear, left top, left bottom, from(#1988d6), to(#1988d6));
	background: -moz-linear-gradient(top,  #1988d6,  #1988d6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1988d6', endColorstr='#1988d6');
}
	