2011-12-05 22:55:00 -05:00
|
|
|
html {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
margin: 0px;
|
2011-12-05 23:39:06 -05:00
|
|
|
background: url(../img/body_background.png);
|
2011-12-05 22:55:00 -05:00
|
|
|
|
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2011-12-05 23:39:06 -05:00
|
|
|
#wrapper {
|
|
|
|
width: 380px;
|
|
|
|
margin: auto;
|
|
|
|
margin-top: 150px;
|
|
|
|
}
|
2011-12-05 22:55:00 -05:00
|
|
|
|
2011-12-05 23:39:06 -05:00
|
|
|
#box {
|
|
|
|
background-color: #fff;
|
|
|
|
width: 100%;
|
2011-12-05 22:55:00 -05:00
|
|
|
|
2011-12-05 23:39:06 -05:00
|
|
|
border: 1px solid #ccc;
|
2011-12-05 22:55:00 -05:00
|
|
|
}
|
|
|
|
|
2011-12-05 23:39:06 -05:00
|
|
|
#header {
|
|
|
|
background-color: #E6E8FA;
|
|
|
|
background: url(../img/header_background.png);
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#generate {
|
|
|
|
width: 325px;
|
|
|
|
margin: auto;
|
2011-12-05 22:55:00 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-12-05 23:39:06 -05:00
|
|
|
input {
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 13px;
|
|
|
|
|
|
|
|
padding: 5px;
|
|
|
|
width: 315px;
|
|
|
|
border: 1px;
|
|
|
|
border-color: #b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8;
|
|
|
|
border-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
input:focus {
|
|
|
|
background: #FFE4E1;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
width: 100%;
|
2011-12-06 00:53:47 -05:00
|
|
|
cursor: pointer;
|
2011-12-05 22:55:00 -05:00
|
|
|
}
|
|
|
|
|
2011-12-05 23:39:06 -05:00
|
|
|
.form_row {
|
|
|
|
margin-bottom: 10px;
|
2011-12-06 00:53:47 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.hidden {
|
|
|
|
/*text-indent: -9999px;*/
|
2011-12-05 23:39:06 -05:00
|
|
|
}
|