@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	}
html,body{
	height: 100%;
	}

body{
	text-align: center;
	background: url(../img/bg.jpg) left top #000;
	}

/* -------- ss-form-container ------- */ 
.ss-form-container{
	font-size: 1.2em;
	}

/* -------- formPage -------*/
#formPage{
	width: 500px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
	color: #333;
	background-color: #fff;
	}

#address{
	height: 30px;
	}

#formPage h1{
	font-size: 1.6em;
	padding: 25px 0;
	}

.ss-form-entry{
	width: 300px;
	text-align: left;
	margin: 25px 0 0 50px;
	}

.ss-q-title{
	font-size: 1.4em;
	}

.ss-q-short{
	width: 200px;
	border: solid 2px #333;
	padding: 0.5em;
	}

.ss-q-long{
	border: solid 2px #333;
	width: 400px;
	height: 200px;
	padding: 0.5em;
	}

.submitBtn{
	width: 100px;
	padding: 5px;
	margin: 20px 0;
	}
	

/* -------- index -------*/
#request{
	width: 782px;
	margin: 0 auto -30px;
	text-align: center;
	background-color: #000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: 15px;
	}

#request h1{
	padding-top: 25px;
	}
#request h2{
	padding-top: 15px;
	}

#request p.btn{
	padding: 20px 0;
	}

#request-global ul li{
	display: inline;
	padding: 0px 2px;
	}
	
#request iframe{
	margin-bottom: 25px;
	}








