@charset "utf-8";

/* login */
iframe[title=hiddenFrm] {display:none;}
#outLogin {width: 340px; height: 130px;}
#outLogin form {width: 338px; height: 128px; border: 1px solid #c6c6c6; background-color: #efefef; position: relative;}
#outLogin form fieldset {padding-top: 16px; padding-left: 18px; padding-bottom: 10px;}
#outLogin div input {width: 223px; height: 29px; border-radius: 5px; border: 1px solid #e18c5b; padding-left: 6px; margin-bottom: 4px; background: rgb(255, 255, 255); float:left; display:block;font-size: large;font-weight: bold;}
#outLogin button[type=submit] {
	width:67px; height:66px; margin-left: 4px; border:1px solid #f3a476; font-weight:bold;color: #ffffff;
	border-radius: 10px;
	background:linear-gradient(to bottom, rgb(241 140 82) 23%, rgb(197 86 42) 97%);
}
#outLogin p {margin-top:10px;}

#outLogin h4 {margin-bottom:.2em;}
#outLogin div label {position:absolute; display:block; color:#888;}
#outLogin div label:first-of-type {margin:.4em 0 0 .3em;}
#outLogin div label:last-of-type {margin:2.8em 0 0 .3em;}
#outLogin label.hiddenTxt {text-indent:-9999px;}
#outLogin label span.error{font-size:0.917em;}

/* logout */
#outLogin div a {text-decoration:underline;}
