/* CSS Document */

*{ margin:0; padding:0;}
body{ font:100% normal Arial, Helvetica, sans-serif; background:#161712;}
form,input,select,textarea{margin:0; padding:0; color:#ffffff;}

div.successbox {
color:#000000;
text-align:center;
background:#baffb3;
margin:0 auto;
padding:10px;
width:430px;
position:relative;
top:50px;
-moz-box-shadow: 0 0 15px 5px #62ff52;
-webkit-box-shadow: 0 0 15px 5px #62ff52;
box-shadow: 0 0 15px 5px #62ff52;
}

div.successbox a {
color:#000000;
}

div.errorbox {
color:#000000;
text-align:center;
background:#ffb3b3;
margin:0 auto;
padding:10px;
width:432px;
position:relative;
top:50px;
-moz-box-shadow: 0 0 15px 5px #fd4040;
-webkit-box-shadow: 0 0 15px 5px #fd4040;
box-shadow: 0 0 15px 5px #fd4040;
}

div.errorbox a {
color:#000000;
}

div.box {
margin:0 auto;
width:450px;
background:#222222;
position:relative;
top:100px;
-moz-box-shadow: 0 0 15px 5px #1879e0;
-webkit-box-shadow: 0 0 15px 5px #1879e0;
box-shadow: 0 0 15px 5px #1879e0;
}

div.box h1 { 
color:#bbbbbb;
font-size:18px;
text-align:center;
text-transform:uppercase;
padding:5px 0 5px 5px;
border-bottom:1px solid #161712;
border-top:1px solid #161712; 
}

div.box label {
width:100%;
display: block;
background:#1C1C1C;
padding:10px 0 10px 0;
}

div.box label.ciary {
width:100%;
display: block;
background:#1C1C1C;
border-top:1px solid #262626;
border-bottom:1px solid #161712;
padding:10px 0 10px 0;
}

div.box label div {
display: block;
color:#bbbbbb;
font-size:12px;
float:left;
width:300px;
text-align:left;
padding:5px 30px 0 0;
}

div.box label a {
color:#989790;
font-size:12px;
width:300px;
padding:5px 30px 0 0;
position: relative;
top:-60px;
left:155px;
}

div.box label span {
display: block;
color:#bbbbbb;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
} 

div.box .input {
padding:5px 10px;
width:200px;
background:#d2d1cd; /*262626*/
color:#000000;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}

div.errorbox .input {
padding:5px 10px;
width:200px;
background:#F5E5F5; /*262626*/
color:#000000;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}

div.box .message{
padding:7px 7px;
width:350px;
background:#262626;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
overflow:hidden;
height:150px;
}

div.box .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#c5c5c2;
color:#000000;
position:relative;
top:10px;
left:10px;
width:100px;
border: 1px double #989790;
cursor: pointer;
}

div.box .button_lp
{
margin:0 0 10px 0;
padding:4px 7px;
background:#ecba0c;
color:#000000;
position:relative;
top:5px;
left:170px;
width:100px;
border: 1px double #989790;
cursor: pointer;
}