@import url("signin.css");



 
	 .textform {
        text-align: justify;
		font-size: 14px;
		
      }
	 
	 
	 fieldset {
        padding: 10px 30px 0;
        margin-bottom: 20px;
		border-radius:10px;
		background-color:#FFF;
		
      }

      legend {
        color: white;
        background: #df69a5;
        padding: 5px 10px;
		border-radius:10px;
      }

     fieldset > div {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
      }



html,body{margin:0;padding:0;font:14px "helvetica neue",helvetica,sans-serif;-webkit-text-size-adjust:none;min-height:416px;height:400px;}
body.home{background:#ffbee0 url(img/bg.jpg) repeat}
body.home #touchbar h1{float:none;max-height:50px;text-align:center;position:absolute;background:url(img/logo2.png) no-repeat center center;line-height:200px;overflow:hidden;height:100%;margin:0;width:100%}
body.home #touchbar ul{margin-top:.5em}
#apps{margin-top:5px;margin-bottom:10px;margin-left:3%}
#apps ul{list-style-type:none;margin:0;padding:0}
#apps li{float:left;width:56px;height:56px;border:1px hidden #666;-webkit-border-radius:10px;text-align:center;background:#666 url(img/button_glare.png) no-repeat;-webkit-box-shadow:0px 1px 3px black;margin:24px 10px 20px}
#apps li a{text-decoration:none;color:#999;display:block;padding-top:60px;font-weight:bold;font-size:.8em}

#botnav 
{
	overflow: hidden;
	background-image: url(img/botnavbg.gif);
	bottom: 0px;
	position:fixed;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.botnavicon
{
	margin: 2px 8px 0 0;
	float: right;
	position: relative;
	display: block;
	width: 70px;
	height: 44px;
}
#touchbar{
	margin-bottom:0px;
	z-index:1000;
	width:100%;
	background:url(img/black_aqua.png) repeat-x top center;
	height:50px;
	max-height:50px;
}
#buttons{}#buttons{padding:0;list-style-type:none;float:right;height:2em;margin:.1em .75em 0 0}
#buttons li.btn{float:left;height:2em;width:3em;text-align:center;margin-top:.2em}
#buttons li.on{background:#243a42 url(img/gradient_black_aqua.png) repeat-x;border:1px hidden white;-webkit-border-radius:5px;-webkit-box-shadow:0px 1px 2px #333}
#buttons li.btn a{color:#8a8a8a;text-decoration:none;line-height:5em;display:block;font-size:.8em}
#appAbout{background:url(img/icon_about.png) no-repeat center -2px;position:absolute;left:1.8em}
#appSignin{background:url(img/icon_signup.png) no-repeat center -2px;position:absolute;right:1.8em}
#loading_status{margin:20px auto 0 auto;clear:both;width:100px;padding:20px 10px 0 0}
#loader{padding:0px 0 0 0px;margin:-2px 0 0 0;vertical-align:middle}
#ltext{color:#999;font-size:0.75em;padding:33px 0 4px 4px;margin-top:-3px}
