﻿body { margin:0px; padding:0px; min-height:400px; min-width:400px; background-color:#000; position:relative;
    background: url(../img/bground1.png) no-repeat center  bottom fixed #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, body, form { width:100%; height:100%; font-family:Tahoma; font-size:12px;}

.mastercenter { width:100%; height:100%; display:table; vertical-align: middle;
                }
.center1 { width:370px; margin:auto; background-color:#eaeaea; border:1px solid #000; vertical-align:central; display:block; padding:25px; text-align:center; 
           border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -moz-border-radius:5px; 
            }
.center2 { display: table-cell; position: relative; vertical-align: middle;}
input [type=text], input [type=hidden] { border:solid 1px #aaaaaa; padding:3px; }
footer { text-align:center; display:block; position:absolute; z-index:1000; bottom:25px; width:100%; background: url(../img/contentBg1.png) repeat;}
    footer a { border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -moz-border-radius:5px; display:inline-block; margin: 10px 10px 10px; 
               display:inline-block; background-color:#fff; border:1px solid #aaaaaa; padding:3px 8px; line-height:100%;}
        footer a img { border-width:0px;}
.label { font-weight: bold; display:inline-block; width:100px; }
.alan1 { display: block; text-align: left;  padding:5px 0px;}
h1 { padding:0px; margin:5px 0px;}