/************************************************************** RIGHT PANEL ***/
/******************************************************************************/
div#right-top label {
    display: block;
    margin: 10px 0 5px 0;
    font-weight: bold;
}
div#right-top select {

}
div#right-top select.wide {
	width: 233px;
	border: 0px none;
}
div#right-top select.short {
	width: 105px;
	border: 0px none;
}
input.button {
    width: 112px;
    height: 28px;
    margin-top: 10px;
}

/************************************************************** CHECK LIST ****/
/******************************************************************************/
ul.checklist {
	border: 1px #aaa solid;
	height: 150px;
	overflow-y: scroll;
	width: 320px;
	float: left;
	background-color: #fff;
}	
ul.checklist li {
    height: 25px;
}   
ul.checklist li:hover {
	background-color: #ddd;
}
ul.checklist li label {
	display: block;
	width: 100%;
	height: 25px;
}

/************************************************************* SEARCH FORM ****/
/******************************************************************************/
div#search-form {
    width: 400px;
    margin: 0 auto;
}
div#search-form label {
    width: 100px;
    display: block;
    float: left;
    margin-top: 21px;
    text-align: right;
    margin-right: 10px;
} 
div#search-form input {
    margin-top: 15px;
} 

/************************************************************ USER INPUTS *****/
/******************************************************************************/
#user-input {
	width: 520px;
}	
#user-input label {
    width: 250px;
    display: block;
    float: left;
    margin-top: 12px;
    text-align: right;
    margin-right: 10px;
} 
#user-input input {
    margin-top: 5px;
    width: 250px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #646464;
    border: 1px #aaa solid;
} 
#user-input select {
    margin-top: 5px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #646464;
}
#user-input textarea {
    margin-top: 5px;
    width: 250px;
    height: 150px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #646464;
    border: 1px #aaa solid;
} 
#user-input input.button {
    width: 112px;
    height: 28px;
    border: none;
} 

#user-input ul.checklist {
    float: none;
    width: 250px;
    margin-top: 5px;
}
#user-input ul.checklist li label {
    display: inline;
    text-align: left;
    float: none;
    margin-right: 0;
    width: auto;
    margin-top: 0;
}
#user-input ul.checklist li label input {
    width: auto;
    margin-top: 0;
    border: none;
}	

