body {
    font-family:Arial;
    font-size:12px;
    margin:0;
    padding:0;
    font-weight:normal;
    font-style:normal;
}
img {
    border:none;
}
.clear {
    clear:both;
}
.pageframe {
    height: 500px;
    padding:20px;
    overflow-y: scroll;
}
#contener {
    width:1060px;
    margin:auto;
    padding:20px;
}
#title {
    margin:auto;
    text-align:center;
}
#head {
    color:#6b6b6b;
    text-align:left;
    font-size:16px;
    margin-bottom:30px;
}
#head h1 {
    color:#ff709c;
    font-size:22px;
    text-align:left;
    margin-left:35px;
}
#head h1 img {
    vertical-align:middle;
}
#head p {
    padding:0 0 0 35px;
}
#main {
    background:url('../../images/creersonbloggrossesse/tablet.jpg') no-repeat 40px center;
    padding-left:500px;
    min-height:626px;
}
#main #titleform {
    text-align:left;
    color:#fff;
    background:#ff709c;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    height:60px;
    width:440px;
}
#main #titleform div {
    font-weight:bold;
    font-size:28px;
    line-height:60px;
    text-align:center;
    width:440px;
}
#main #titleformpicto {
    position:absolute;
    margin-left:360px;
    margin-top:8px;
}
#main #titleformarrow {
    text-align:center;
    margin-bottom:20px;
}
#main .field {
    margin-bottom:20px;
    text-align:center;
}
#main input[type=text], #main input[type=email], #main input[type=password] {
    background-color:#f5f5f5 !important;
    border:1px solid #cfe1e7;
    font-size:16px;
    width:368px;
    padding:10px;
    margin:auto;
    padding-left:30px;
    background:url('../../images/creersonbloggrossesse/mini-arrow.png') no-repeat 10px center;
}
#main :-moz-placeholder, #main ::-webkit-input-placeholder, #main ::-moz-placeholder, #main :-ms-input-placeholder  {
    color:#c2c2c2;
    font-size:16px;
    opacity:1;
}
#main input[type=submit] {
    background-color:#8acd3c;
    border:none;
    cursor:pointer;
    color:#fff;
    font-size:30px;
    font-weight:bold;
    width:440px;
    height:60px;
    transition: background 0.5s;
    -webkit-appearance: none;
}
#main input[type=submit]:hover {
    background-color:#7bb636;
    transition: background 0.5s;
}
#main input[type=submit]:active {
    position:relative;
    top:1px;
}
#main .errormsg {
    text-align: center;
    background-color: #FFD0D0;
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    margin:-10px 0 15px 15px;
    padding:10px;
    display:none;
    width:388px;
}
#main .tooltip {
    position:absolute;
    margin-left:-355px;
    margin-top:-100px;
    background-color:#ff709c;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    width:300px;
    padding:20px;
    color:#ffffff;
    font-size:13px;
    text-align:left;
    z-index:998;
    display:none;
}
#main .tooltip .title {
    font-size:16px;
    font-weight:bold;
    color:#fff;
}
#main .tooltip .tooltiptr {
    position:absolute;
    right:-10px;
    top:50%;
    margin-top:-10px;
    width:10px;
    height:21px;
    background:url('../../images/creersonbloggrossesse/tooltip.png');
}
#main .domain_custom_text {
    text-align:center;
}
#main #registerform {
    width:440px;
    margin:10px auto;
}
#main #cgu {
    margin-top:15px;
    font-size:11px;
    color:#73b12a;
    text-align:left;
    padding-left:15px;
    background:url('../../images/creersonbloggrossesse/mini-check.png') no-repeat left center;
    float:right;
}
#main #cgu a {
    color:#73b12a;
    text-decoration:underline;
}
#main #register_loader {
    text-align:center;
    display:none;
    margin-top:10px;
}
#main #congratsform {
    display:none;
    width:460px;
    margin:10px auto;
}
#main #congratsform h1 {
    text-align:center;
    color:#ff709c;    
    font-size:24px;
    margin:0 10px;
}
#main #congratsform p {
    text-align:center;
    margin:20px;
    color:#acacac;
    font-size:18px;
}
#main #features {
    margin-top:-5px;
}
#main #features ul {
    padding-left:0;
    width:400px;
    margin:auto;
}
#main #features ul li {
    list-style: none;
    height:50px;
    color:#c1c1c1;
    padding-left:120px;
    font-size:18px;
    padding-top:20px;
}
#main #features #family {
    background:url('../../images/creersonbloggrossesse/family.gif') left center no-repeat;   
}
#main #features #lock {
    background:url('../../images/creersonbloggrossesse/lock.gif') 20px center no-repeat;
}
#main #features #screens {
    background:url('../../images/creersonbloggrossesse/screens.gif') left center no-repeat;
}
#login {
    margin-top:20px;
    padding:10px;
    background-color:#a9d8ff;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#login #logintitle {
    background:url('../../images/creersonbloggrossesse/lock.png') no-repeat left 0px;
    padding-left:40px;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    width:150px;
    float:left;
    margin-right:10px;
    margin-left:10px;
    margin-top:12px;
    height:40px;
}
#login #loginform {
    float:left;
}
#login #passwordform {
    display:none;
    float:left;
}
#login input[type=text], #login input[type=email], #login input[type=password] {
    background-color:#f5f5f5 !important;
    border:1px solid #cfe1e7;
    font-size:14px;
    width:250px;
    padding:10px;
    margin-right:15px;
    height:20px;
    float:left;
}
#login :-moz-placeholder, #login ::-webkit-input-placeholder, #login ::-moz-placeholder, #login :-ms-input-placeholder  {
    color:#c2c2c2;
    font-size:14px;
    opacity:1;
}
#login input[type=submit] {
    background-color:#8acd3c;
    border:none;
    cursor:pointer;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    width:185px;
    height:42px;
    float:left;
    transition: background 0.5s;
    -webkit-appearance: none;
}
#login input[type=submit]:hover {
    background-color:#7bb636;
    transition: background 0.5s;
}
#login input[type=submit]:active {
    position:relative;
    top:1px;
}
#login #loginform_form, #login #passwordform_form {
    margin-top:5px;
    margin-bottom:5px;
}
#login a {
    color:#fff;
    text-decoration:underline;
}
#login_link, #password_link {
    font-size:11px;
}
#login .passwordsmsg {
    font-weight:bold;
    color:#fff;
    text-align:center;
    font-size:18px;
    margin-top:18px;
    width:800px;
}
#detailstitle {
    background:#dbdbdb;
    color:#fff;
    font-weight:bold;
    text-align:center;
    font-size:22px;
    line-height:40px;
    height:40px;
    margin-top:20px;
    padding:10px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#details {
    width:1060px;
    margin:auto;
}
.detail {
    width:353px;
    color:#8e8e8e;
    float:left;
}
.detail ul li {
    line-height:20px;
}
