
/*

Site: studentshadow.com (pre-launch)
File: prelaunch.css
Date: Sunday, March 29, 2009
Desc: pre-launch temporary page settings
Auth: Madi Karizma (contact@madikarizma.com)

*/

* {
margin: 0;
outline: 0;
padding: 0
}
body {
background: #eee;
font-family: arial, arial, helvetica, sans-serif;
font-size: 12px;
line-height: 14px;
text-align: center
}
body,
html {
height: 100%;
width: 100%
}

/**/

#mainBase {
width: 100%
}
#mainWrap {
margin: 0 auto;
padding: 50px 0;
text-align: left;
width: 700px
}

/**/

#ssLogo,
#learnShareGrow,
.checkbox {
background: url(/images/prelaunch.png)
}
#ssLogo {
background-position: 0 0;
height: 79px;
margin-bottom: 10px;
width: 293px
}
#learnShareGrow {
background-color: #000;
background-repeat: no-repeat;
background-position: 10px -81px;
border-bottom: solid 2px #fc0;
border-top: solid 2px #fc0;
height: 58px;
margin-bottom: 10px
}
#alertBlock {
background: #fff;
border-bottom: solid 1px #ddd;
font-weight: bold;
margin-bottom: 5px;
padding: 10px 20px
}
.success {
color: #090
}
.error {
color: #f00
}

/**/

#mainBlock {
background: #fff;
border-bottom: solid 1px #ddd;
padding: 20px
}
#mainBlock h1,
#mainBlock h2 {
font-size: 16px;
font-weight: normal;
line-height: 18px;
margin-bottom: 20px
}
#mainBlock h2 {
color: #ff4500;
font-weight: bold
}

/**/

.formElement {
margin-bottom: 20px
}
.formElement p {
font-weight: bold;
margin-bottom: 10px
}
.textInput {
border: solid 1px #ddd;
width: 298px
}
.textInput input {
border: 0;
font-size: 11px;
height: 18px;
padding: 5px 5px 0;
width: 288px
}
.checkBoxOptions {
list-style: none;
overflow: auto;
width: 760px
}
.checkBoxOptions li {
float: left;
font-size: 11px;
line-height: 13px;
margin-right: 10px
}
.checkBoxOptions a {
background: url(/images/prelaunch.png) no-repeat 0 -140px;
color: #000;
display: block;
height: 14px;
padding-left: 24px;
text-decoration: none
}
.checkBoxOptions a:hover {
background-position: 0 -160px
}
.checkBoxOptions .selected {
background-position: 0 -180px !important
}
.signUpButton {
font-size: 18px;
line-height: 20px
}
.signUpButton a {
background: url(/images/prelaunch.png) 0 -200px;
color: #fff;
display: block;
font-size: 18px;
height: 29px;
line-height: 20px;
padding-top: 8px;
text-align: center;
text-decoration: none;
width: 120px
}
.signUpButton a:hover {
color: #fc0
}

/**/

