


#container {
    /*width:100%*/
    margin: 5 auto 30 auto;
}

#split_col {
float:left;
/*border: 1px solid red;*/
}

#single_col {
float:left;
width:165px;/*150*/
/*max-width:150px;*/
min-height:40px;
padding-bottom:10px;
/*border: 1px solid green;*/
}

#section {
clear:both;
border-top:1px solid #999999;
}

#resident {
    display:none;
}
#resident_num {
    display:none;
}
#nonresident {
    display:none;
}
#selectiveservice {
    display:none;
}

body { 
text-align:center;
padding:0px;margin:0px;
/*background:#d3e6fc;
background-image:url(https://lkn.lakelandcc.edu/portal/internet/images/eai_bckgrnd.jpg);*/
background-repeat: repeat-x;
font-family: ariel, Helvetica, Sans-Serif;
font-size:12;
}



body.standalone { 
text-align:center;
padding:0px;margin:0px;
background:#d3e6fc;
background-image:url(https://lkn.lakelandcc.edu/portal/internet/images/eai_bckgrnd.jpg);
background-repeat: repeat-x;
font-family: ariel, Helvetica, Sans-Serif;
font-size:12;
}

.sec_title {
font-size:8pt;
color: #999999;
font-weight: bold;
font-style: italic;
padding-top:5px;
}

.special {
font-size:7pt;
color: #ff0000;
font-weight: bold;
}

.gen_label {
font-size:7pt;
/*font-weight: bold;*/
}

.gen_text {
font-size:9pt;
/*font-weight: bold;*/
}

label {
display: block; 
padding-top:5px;
padding-bottom:2px;
font-size: 8pt;
color: #666666;
}

legend {
background-color: #ffffff;
border: 1px solid #cccccc;
color:#003399;
}

fieldset {
    text-align: left;
	margin-top:10px;
	max-width:700px;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecf0ff');    
	background-image: -moz-linear-gradient(top,  #ffffff,  #ecf0ff);    
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ecf0ff));
}

input {
 margin-right:5px;
 }
 
 .required {
 background-color: #ffffcc;
 border: 1px solid red;
 width:155px;
 }
 
 .plain {
 border: 1px solid #999999;
 width:155px;
 }
 
 select {
 font-size: 8pt;
 width:155px;
 }

select.expand {
    width: auto;
}
 
p.confirmation {
    display: block;
	margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 5em;
    margin-right: 5em;
	font-family: arial, helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
}
 
@media only screen and (max-device-width: 480px)
 {
 
	#split_col {
	    clear: both;
	}

}
 
 
.footer
{
background:#003399;
color:#ffcc00;
font-family: ariel, Helvetica, Sans-Serif;
font-size:12;
font-weight:bold;
text-align:left;
padding:5px;
}

