
/* structure */
/* Most of the time we don't need to edit the css block from here */
.jlogin { position:relative}
.jlogin .jwrapper { padding:15px;position:absolute; width:100%; height:auto}
.jlogin h2 { margin:0;}
.jlogin p  { white-space:pre}
.jlogin .jmessage { font-size:11px; font-weight:bold; padding:5px; margin:5px 0 5px 0; display:none; text-align:center}
.jlogin label {float:left; clear:left; width:100px;}
.jlogin .jtext, .jlogin label {padding: 8px 4px 6px 3px;}
/* .jlogin .jrem,.jlogin .jdivsubmit {margin:0 0 0 310px; padding:10px 0 0 0} */
.jlogin .jrem,.jlogin .jdivsubmit {float:right; padding:10px 0 0 0}
.jlogin .jdivsubmit { margin-bottom:10px}
.jlogin .jrem { width:auto;}
.jlogin .jrem input { margin-right:5px;}
.jlogin input { float:left; margin-bottom:3px;}
.jlogin .jtext { width:205px;}
.jlogin .jsubmit {  cursor:pointer;}
.jlogin .jtarget { display:none}
.jlogin .jloader, .jlogin .jloader-progress { height:2px;}
.jlogin .jloader { width:100%; background:#FFFFFF; display:none}
.jlogin .jloader-progress { width:50px;position:absolute;}
.jlogin div{ clear:both}
/* to here */


/* default skin*/
/* And we are free to edit the skin */
.jlogin .jwrapper {background:#F9F9F9; border:1px solid #EEEEEE}
.jlogin .jmessage { color:#990000}
.jlogin h2 { color:#666666;  float:left; margin:5px 0 0 0}
.jlogin, .jlogin .jtext{ color:#999999; font-family:Geneva, Arial, Helvetica, sans-serif}
.jlogin p { font-size:14px; float:left; padding-left:50px; color:#999999; margin-bottom:30px}
.jlogin label { font-size:12px; font-weight:bold}
.jlogin .jtext { border:1px solid #999999;font-size:12px;color:#333333}
.jlogin .jrem input { border:1px solid #F2F2F2}
.jlogin .jsubmit {}
.jlogin .jsubmit:hover{}
.jlogin .jloader-progress {background-color:#FF9900}

/* button*/
.jbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.jbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.jbutton:active {
	position:relative;
	top:1px;
}