body, html {
	margin: 0;
	height: 100%;
	background: url('../images/bgk.gif');
}
#fixed-top {
    width: 100%;
    padding-bottom: 7px;
    padding-top: 100px;
}
.form-bg {
	width: 345px;
	/*height: 248px;*/
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	margin: auto;
	background: url('../images/form_img/form-bg.png') top left;
}
.form-bg-inner {
	width: 340px;
	padding-bottom:10px;
	/*height: 239px;*/
	background: #fff url('../images/form_img/bg_form.jpg') repeat-x top left;		
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	-moz-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
	box-shadow:0px 1px 3px 2px rgba(0,0,0,0.1);
}
.form-bg-inner h2 {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 5px;
	text-align:center;
	height:65px;
}
.form-bg p {
	width:90%;
	margin:auto;
	padding-top:5px;
	padding-bottom:5px;
}
.form {
	width: 345px;
  	margin: auto;
  	text-align: right;
}
div.form p {
	padding: 0px;
    margin: 10px;
}
.center-head {
	display: table-cell; 
	vertical-align: middle;
	width:340px;
}
div.center-head {
	padding:5px;
	padding-top:15px;
}
h2.center-head img {
	max-height:50px;
	max-width:330px;
}
#footer {
	padding-top:0px;
}
a {
	text-decoration:none;
}
