#element_to_pop_up {
	display:none;
}
#product_to_pop_up {
	display:none;
}
#send_to_pop_up ,#pay_to_pop_up,#trans_to_pop_up,.exchage
{
	display:none;
}
.sample-popup {
	background:#fff;
	width:540px;
	border:1px solid #E1E1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #FCFDFF; /* Old browsers f5f5f5*/
	-webkit-transition:none;
     -moz-transition:none;
     -o-transition:none;
       transition:none;
	
}
.sample-popup-head
{  background: none repeat scroll 0 0 #F2F4F9;
    border-bottom: 1px solid #D0D6E5;
    color: #4882F1;
    font-size: 20px;
    padding: 10px 0 10px 20px;
}
.b-close
{
	    background: none repeat scroll 0 0 #334E7C;
    border-radius: 50px 50px 50px 50px;
    cursor: pointer;
    float: right;
    font-size: 13px;
    font-weight: bold;
    height: 15px;
    left: 6px;
    padding: 3px 5px 5px;
    position: relative;
    text-align: center;
    top: -5px;
    width: 15px;
	border:3px solid #334E7C;
	color:#fff;
}
.b-close:hover{
	opacity:1 !important;
}
.form-sample-fin-form
{
	position:relative;
	clear:both;
	padding-top:35px;
}

.form-sample-fin-form .fin-group-form {
	padding-bottom:10px;
	overflow:hidden;
	  -webkit-transition:none;
     -moz-transition:none;
     -o-transition:none;
       transition:none;
}
.form-sample-fin-form .fin-group-form > label {
	display: block;
	float: left;
	padding-top: 6px;
	text-align: right;
	width: 180px;
}
.form-sample-fin-form .fin-group-form .lefttextbox {
	float: left;
	margin-left: 23px;
}






label {
	color: #5e697f;
	font-family:  Arial;
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
}
input[type="text"], input[type="password"] {
	width:200px;
	height:15px;
	color:#5e697f;
	padding:5px;
	border:1px solid #e0e0e0;
	font-size:12px;
	background: url(../../img/txt.png) repeat-x #f4f6fa;
	-moz-box-shadow:  0px 1px 1px 0px rgba(133, 140, 140, 0.1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(133, 140, 140, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(133, 140, 140, 0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
select {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	height: 28px;
	left: 3px;
	opacity:0;
	filter:alpha(opacity=0);
	position: absolute;
	font-size:12px;
	 width: 100%;
}
select option {
	background:#fff;
	color:#626261;
}

input[type="text"]:hover, input[type="password"]:hover {
	-moz-box-shadow: 1px 0 5px 0px rgba(130, 165, 249, 0.4);
	-webkit-box-shadow:  1px 0 5px 0px rgba(130, 165, 249, 0.4);
	box-shadow:  1px 0 5px 0px rgba(130, 165, 249, 0.4);
	transition-delay:0.5s;
	transition-duration:0.5s;
}

textarea {
	width:200px;
	height:108px;
	color:#5e697f;
	padding:5px;
	border:1px solid #e0e0e0;
	font-size:12px;
	background: url(../../img/text-area.png) repeat-x #f4f6fa;;
	-moz-box-shadow:  0px 1px 1px 0px rgba(133, 140, 140, 0.1);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(133, 140, 140, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(133, 140, 140, 0.1);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*input[type="radio"] {
	display:none;
}
input[type="radio"] + label {
	color: #F2F2F2;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	width:auto;
}
input[type="radio"] + label span {
	background:url(../img/check_radio_sheet.png) no-repeat scroll -38px top transparent;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	width: 18px;
}
input[type="radio"]:checked + label span {
	background: url(../img/check_radio_sheet.png)-57px top no-repeat;
}
input[type="checkbox"] {
	display:none;
}
input[type="checkbox"] + label {
	color: #F2F2F2;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	//margin: 5px;
	width:auto;
}
input[type="checkbox"] + label span {
	background: url(../img/check_box_sheet.png) no-repeat scroll -38px top transparent;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	width: 18px;
}
input[type="checkbox"]:checked + label span {
	background:url(../img/check_box_sheet.png)-57px top no-repeat;
}*/





/*9/28/2013 add style sheet*/

/*span.filetxt {
    background: url("../img/txt.png") repeat-x scroll 0 0 #F4F6FA;
    border: 1px solid #E0E0E0;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px 0 rgba(133, 140, 140, 0.1);
    color: #5E697F;
    float: left;
    font-size: 12px;
    height: 15px;
    padding: 5px;
    width: 125px;
	margin-right:10px;
}
 .formfilebg {
    background: url("../img/browse.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 28px;
    width: 65px;
}
.setting-form input[type="file"] {
	-moz-box-shadow: -2px 3px 8px 0px rgba(214, 214, 214, 0.5) inset;
	-webkit-box-shadow:-2px 3px 8px 0px rgba(214, 214, 214, 0.5) inset;
	box-shadow: -2px 3px 8px 0px rgba(214, 214, 214, 0.5) inset;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d4d2d2;
	padding: 0px 2px;
	width:98%;
	font-size:11px;
	margin:3px 0;
	left: 0px;
	opacity: 0;
	position: absolute;
}

.finance-select-blog {
	position:relative;
}
.formfieldsbg {
	background: url(../img/sel-box.png) no-repeat scroll left -1px transparent;
	float: left;
	height: 29px;
	width: 10px;
}
.selectopt {
	background:url(../img/sel-box.png) no-repeat scroll right -1px transparent;
	color: #414444;
	display: block;
	font-size: 12px;
	height: 22px;
	left: 10px;
	padding: 6px 30px 0 0;
	position: absolute;
	text-align:left;
}

.my-txt {
	width: 171px;
}
.ddselect {
	width: 207px;
}*/



/* Label click to hide */
.touch
{
	list-style:none;
	margin:0;
	padding:0;
}
.touch li
{
	 float: left;
    position: relative;
    width: 100%;
	text-align:left;
}
ul.touch li span.txtname {
    left: 12px;
    position: absolute;
    top: 7px;
	color: #5e697f;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 15px;
}
.forget {
    float: right;
    margin: 0;
    width: 100%;
}
.forget a
{
	 color: #29A9F3;
    text-decoration: none;
    font-size: 12px;
    float: right;
}
.side-by-side select {
    position: absolute;
}
.transpage-head select
{
	max-width:170px;
}
.trscal
{
	background: url("../img/calimg.png") no-repeat scroll right -1px #fff !important;
	width:100px !important;
}
.validselect select {
    position: absolute;
}
table.tspan1
{
	 float: none;
    margin-left: 0;
    width: 120px;
}
.desc
{
	float: none;
    margin-left: 0;
    width: 120px !important;
}
.tdate, .tamount
{
	 width: 80px !important;
}
.tcategory, .taccount
{
	max-width:180px;
}
.transpan
{
	text-align:center;
}
.trans-margin
{
    margin:10px !important;
    width: 880px !important;
}
.removepro , .deltrans
{
	color: #3572DC;
	float:none;
	text-indent: 0px;
	cursor:pointer;
}
.shpos
{
	position:relative;
}
.showbutton
{
	position:absolute;
	top: 10px;
	background:#717100;
}
#amtcol,.amtcol
{
	color:#F3636D !important;
}
.eamount
{
	color:#5cd7a1;
	font-weight:bold;
}
.tottran
{
	font-weight:bold;
	/*margin: 10px 0;*/
	font-size:14px;
	color:#525761;
}
.resettrans
{
	float: left;
    margin: 7px 0 0 0;
    padding: 1px 6px;
    text-decoration: none;
    
}
.updatebutton {
    margin: 4px 0 0;
    padding: 1px 6px;
    text-decoration: none;
    width: 45px;
}
.sccurren
{
	text-indent:0px !important;
}
.popupform
{
	/*max-height:400px; 
	overflow-y:scroll; 
	overflow-x:hidden; */
}
.repay
{
	text-align:center !important;
}
.repay a
{
	color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.peninv
{
	color: #2870E8;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
	margin-left:30px;
}
.peninv1
{
	font-size:14px;
	color:#435768;
    font-weight: bold;
    text-decoration: none;
	margin-left:30px;
}
.desrecx
{
	font-size:12px;
	font-weight:bold;
}
