/* Default CSS Stylesheet for a new Web Application project */

body
{
    background-color: #ffffff;
}


input[type="text"], 
input[type="password"], 
textarea, 
textarea[disabled]:hover, 
input[disabled][type="text"]:hover, 
input[disabled][type="password"]:hover,
select
{
    border: solid 1px #8e8e8e;
    background-color: #ffffff;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover table:hover
{
    border: #002d96 1px solid;
}

.table_back
{
    background-color: #d6e5f3; /*color: #c52032;*/
    font-family: Arial;
    font-size: 8pt;
    border: #002d96 1px solid;
}

.table_back_center
{
    background-color: #d6e5f3; /*color: #c52032;*/
    font-family: Arial;
    font-size: 8pt;
    border: #002d96 1px solid;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.table_head
{
	border-bottom: #002d96 1px solid;
	text-align: center;
	border-left: #002d96 1px solid;
	padding-bottom: 2px;
	background-color: #4c79cc;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial;
	color: #ffffff;
	font-size: 10pt;
	vertical-align: middle;
	border-top: #002d96 1px solid;
	font-weight: normal;
	border-right: #002d96 1px solid;
	padding-top: 2px;
}

.table_checkboxlist
{
	width: 650px;
}

.table_checkboxlist td
{
     width: 325px;
     vertical-align: top ;

}

 then set your check box to that style

 

