* { margin: 0; padding: 0; }

body {
background: #F9F9F9;
color: #777;
font: 62.5% "Myriad Pro", "Lucida Grande", "Lucida Sans", arial, verdana, helvetica, sans-serif;
margin-top: 75px;
text-shadow: 1px 1px 1px #fff;
}

div#wrapper {
width: 600px;
margin: 0 auto;
}

div#container {
background: #FFF;
border: 1px solid #E5E5E5;
margin: 0 auto;
padding: 20px;
-webkit-box-shadow:0 0 25px #CFCFCE;
-webkit-border-radius:20px;
-moz-box-shadow:0 0 25px #CFCFCE;
-moz-border-radius:20px;
box-shadow:0 0 25px #CFCFCE;
border-radius:20px;
}

div#container p, div#container ul {
font-size: 1.4em;
}

p + p {
margin-top: 10px;
}

a {
color: #21759b;
text-decoration: none;
}

a:hover {
color: #464646;
}

ul, ol {
margin-left: 30px;
}

h2 {
font-size: 2.3em;
text-shadow:1px 1px 1px #fff;
margin-bottom: 5px;
font-weight: 400;
}

.notice h2 {
font-size:1.2em;
margin-bottom:3px;
text-shadow:1px 1px 1px #fff;
font-weight: bold;
}

form {
margin-top: 5px;
}

label {
font-size: 1.4em;
text-shadow:1px 1px 1px #E5E5E5;
}

input[type="text"],input[type="password"],textarea {
background:#FBFBFB;
border:1px solid #E5E5E5;
color:#777;
font-size:1em;
width:94.5%;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
margin:3px 0 6px;
padding:8px;
width: 97%;
outline: 0;
}

input[type="submit"],.button {
margin-left:10px;
border:1px solid #E5E5E5;
border-radius:12px;
-webkit-border-radius:14px;
-khtml-border-radius:14px;
-moz-border-radius:14px;
line-height:27px;
height:28px;
background:#FBFBFB;
text-shadow:1px 1px 0 #FFF;
font-size:0.9em;
font-weight:700;
color:#777;
padding:0 15px;
}

input[type="submit"] {
float:right;
margin:0 3px 0 0;
}

.button {
float:left;
margin:0 0 0 3px;
}

input[type="submit"]:hover,.button:hover {
color: #464646;
cursor:pointer;
}

input[type="submit"]:active,.button:active {
background:#EEE;
}

textarea {
height: 80px;
font: 1em "Myriad Pro", "Lucida Grande", "Lucida Sans", arial, verdana, helvetica, sans-serif;
}

.notice {
background:#ffebe8;
border:1px solid #c00;
color:#555;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
font-size:1.2em;
margin-bottom: 20px;
padding:10px 15px;
}

.notice + .notice {
margin-top: 0px;
}

.error {
background:#ffebe8;
border:1px solid #c00;
}

.error a:hover, .message a:hover {
text-decoration: underline;
}


.message {
background-color:#ffffe0;
border-color:#e6db55;
}

.clear {
clear: both;
}

.align-right {
float: right;
}

.align-left {
float: left;
}

.align-center {
text-align: center;
}