div.box
{
margin:0 auto;
width:500px;
background: #ffffff;
position:relative;
top:0px;
}
div.box h1
{
color:#ffffff;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
border-bottom:1px solid #eeeeee;
border-top:1px solid #eeeeee;
}
div.box label
{
width: 100%;
display: block;
background:#ffffff;
border-top:0px none #eeeeee;
border-bottom:0px none #eeeeee;
padding:5px 0 5px 0;
}
div.box label span
{
display: block;
color:#000000;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}
div.box .input_text
{
padding: 5px 5px;
width:200px;
background:#ffffff;
border-bottom: 1px double #cccccc;
border-top: 1px double #cccccc;
border-left:1px double #cccccc;
border-right:1px double #cccccc;
}
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:#99ff33;
color: #000000;
border:0px;
position: relative;
top:10px;
left:382px;
width:100px;
border-bottom: 1px double #7ed429;
border-top: 1px double #b8f879;
border-left:1px double #b8f879;
border-right:1px double #7ed429;
cursor: pointer;
}
