@charset "utf-8";
/* CSS Document */



/* Reset ================================================================================= */
* { margin:0; padding:0; }
html {
    height: 100%;
    width: 100%;
}

body          { background:#fff; font-family:Arial; font-size:12px; line-height:1.5em; color:#939293; text-align:left; min-width:1000px; }

img           { border:0; vertical-align:top; }

a             { text-decoration:none;}
a:hover       { text-decoration:none;}
:focus        { outline:0; }

.clear {clear:both;}

h3 {font-size: 16px; margin: 25px auto; text-align:center; color:#FFF;}





/* page */

.wrapper {
	width:380px;
	height:340px;
	margin:12% auto;
	overflow:hidden;
	border:solid 4px #B3B3B3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-image:url(../images/back-login.png);
	background-repeat:repeat-x;
}

.header {
	width:325px;
	height:65px;
	margin: 10px auto;
	text-align:center;
}



.content {
	width: 325px;
	margin: 20px auto;
	color:#fff;
	font-size: 14px;
	line-height: 22px;
}

.content span {
	font-size: 12px;
}


.input {
	width: 325px;
	height: 25px;
}
/* minimal
*******************************************************************************/
button.minimal {
  -webkit-box-shadow: inset 0 0 1px 1px #313131;
  box-shadow: inset 0 0 1px 1px #313131;
  font-size: 12px;
  padding: 6px 0;
  text-align: center;
  width: 80px; 
  float:right;
  margin-top: -5px;
  border: solid 0px;
  border-color: #999;
  border-radius: 3px;
  background-color:#B3B3B3;
  background-repeat:repeat-x;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
   color: #fff;
  }
  button.minimal:hover {
    background-color:#F7931E;
  background-repeat:repeat-x;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #fff;
    cursor: pointer; }
  button.minimal:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #fff; }
