div#content {
	/**width: 900px;**/
}

div#navigation{
	width: 0px;
}

#app-ui{
	width: 870px;
}

#app-ui .tab-content{
	height: 530px;
}

#app-ui #applicant.tab-content {

    height: 1150px;

}

#app-ui #employment.tab-content {
 
    height: 1050px;

}

#app-ui #currentneeds.tab-content {

    height: 850px;

}

#app-ui #finish.tab-content {

    height: 1100px;

}

#app-ui .tab-content p{

	line-height: 1.2em;
	margin-top: 5px;
}

#app-ui .tab-content h2{
	margin-top: 0px;
}

#app-ui .input-block{

    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 6px;
    width: 90%;
    background-color: #FFFAFB;
	padding: 3px;
}

#app-ui .buttons{

    padding-right: 20px;
    padding-top: 12px;
    width: 500px;
	height: 80px;
    text-align: right;
    float: right;

}


#app-ui .buttons a {
	
	float: right;
	width: 90px;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	background-color: #A40037;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border: 1px solid #666666;
	text-align: center;
}
#app-ui .buttons a:link {
    
	color: #FFFFFF;

}

#app-ui .appbtn a:visited {
	color: #FFFFFF;
}

#app-ui .buttons a:hover {

	background-color: #FFFDD2;
	color: #333333;
}

.notready{
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #A40037;
	
}

#app-ui hr{

	width: 100%;
}

#app-ui p.label{

	font-weight: bold;
}

.hide{
	display: none;
}

.show {

	display: inherit;
}





