	div#rightCon div#contentCon div#formCon {
		width:				505px;
		height:				auto;
		margin:				10px 0 0 0;
	}
	
	div#rightCon div#contentCon div#formCon  div.hidden{
		display:			none;
	}
    
    div#rightCon div#contentCon div#formCon  div#missingFields{
		color:				red;
	}
	
	div#rightCon div#contentCon div#formCon  table tr th {
		width:				173px;
		font-weight:		normal;
		text-align: 		left;
	}
	
	div#rightCon div#contentCon div#formCon  table tr td.submit {
		text-align:			right;
	}
	
	input[type=text],
	input[type=password],
	select {
		border:				1px solid #cbcbcb;
		width:				183px;
        font-family:        Verdana, sans-serif;
        font-size:          10px;
	}
	
	input[type=text].req,
	input[type=password].req,
	select.req {
		border:				1px solid red;
	}
	
	label.req {
		color:				red;
	}
