
/* CSS Document (PHP)*/

body{
min-height:768px;
padding:0px;
margin:0px;
background-repeat:no-repeat;
background-attachment:fixed;
background-size:100% 100%;
filter: alpha(opacity=90);
-moz-opacity: 0.9; 
-khtml-opacity: 0.9; 
opacity: 0.9;
}

#CONTENT{
position:relative;
top:100px;
left:35%;
height:190px;
width:400px;
background-color:#bab9af;
}

#PAGE_HEADLINE{
position:relative;
top:0%;
left:0px;
width:98%;
padding:1%;
height:30px;
font-size:32px;
color:#ffffff;
background-color:#6a776b;
background: linear-gradient(to right, #6a776b, black 50%,#6a776b);
background: -webkit-gradient(linear, left top, left bottom, from(#6a776b), to(#000));
background: -moz-linear-gradient(top, #6a776b, #000); /* Firefox 3.6+ */
}

#EXIT{
position:absolute;
top:0%;
right:0px;
width:30px;
padding:1%;
height:30px;
z-index:100;
}

#EXIT_IMG{
width:30px;
height:30px;
z-index:100;
}

#FOOTER{
position:absolute;
bottom:0px;
left:0px;
height:20px;
width:100%;
background-color:#38363a;
background: linear-gradient(to right, #38363a, black 50%,#38363a);
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#38363a));
background: -moz-linear-gradient(top, #000, #38363a); /* Firefox 3.6+ */
}

#DESCRIPTION{
position:relative;
top:0px;
left:0px;
margin-top:5px;
padding:15px;
}

#FORM{
position:relative;
left:0px;
top:30px;
height:100px;
text-align:center;
}

#FORM_ROW{
position:relative;
left:0px;
top:0px;
}

#ROW_CELL_LEFT{
position:relative;
left:0px;
top:0px;
width:20%;
text-align:left;
display: inline-block;
}

#ROW_CELL_RIGHT{
position:relative;
left:0px;
top:0px;
width:40%;
text-align:left;
display: inline-block;
}

#ROW_CELL_SUBMIT{
position:relative;
left:0px;
top:10px;
width:40%;
display: inline-block;
}


/*************************** Added from internet ******************************/

.rounded {
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;

-khtml-border-radius-topleft: 10px;
-khtml-border-radius-topright: 10px;
-khtml-border-radius-bottomleft: 10px;
-khtml-border-radius-bottomright: 10px;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;

border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.rounded_UP {
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;

-khtml-border-radius-topleft: 10px;
-khtml-border-radius-topright: 10px;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;

border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.rounded_DOWN {
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;

-khtml-border-radius-bottomleft: 10px;
-khtml-border-radius-bottomright: 10px;

-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;

border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
