/* CSS Document */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0; 
  font-size: 100%; 
  vertical-align: baseline; 
  background: transparent
 }
body {
	line-height: 18px;
	font:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#909090;
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: ''; 
	content: none
}
 :focus {outline: 0}
 ins {text-decoration: none}
del {text-decoration: line-through}
 table {border-collapse: collapse; border-spacing: 0}
html, body {height: 100%; text-rendering: optimizeLegibility}
h1, h2, h3 {overflow: visible}

p {	line-height: 18px;
	font:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#909090; }
a {color: #1cb0f1; font:Arial, Helvetica, sans-serif; }



	
	.option {
	color: #555; 
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: bold; 
	font-size: 16px; 
	margin-right: 20px; 
	}
	.detail {  
	margin-bottom: 15px; 
	color:#28b9f8;
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	}
	.detail2 { 
	color: #000000; 
	font-weight: bold;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
	label { 
	color: #000000; 
	font-weight: bold;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	clear:left;
	}
	.input { 
		margin-right:10px;
		float:left;
		width:180px;
		padding:4px;
		background-color:#e2f0f2;
		border: 1px solid #98ccd5;
		clear:left;
	}
	.check { 
		float:left;
		background-color:#e2f0f2;
		border: 1px solid #98ccd5;
		clear:left;
	}
	input.button {
	background: #28B9F8;
	border: 1px solid #666;
	color: #fff;
	padding: 3px;
	float:left;
	clear:left;
	}
	#linkspopup{
		float:left;
		width:400px;
		height:15px;
		padding:7px;
		color:#28b9f8;
		clear:both;
		margin-bottom:8px;
		margin-left:10px;
		
	}
	#linkspopup a {font-family: Arial, Helvetica, sans-serif; text-decoration: none; color:#28b9f8; font-size:11px;}
	#linkspopup a:hover{text-decoration: none; color:#000}
	#mainpopheads{
		width:400px;
		float:left;
		background-color:#9FCF3D;
		padding:10px;
	}
	#popcontent{
		margin:15px;
		float:left;
		clear:left;
	}
	#textset{
		float:left;
		margin-bottom:10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		clear:left;
	}
	
	a.btnapply {
	    background: url("../images/apply.jpg") no-repeat scroll 0 0 transparent;
        float: left;
        height: 23px;
        width: 60px; 
	}
	
	a:hover.btnapply {
	    background: url("../images/apply.jpg") no-repeat scroll right top transparent;
        float: left;
        height: 23px;
        width: 60px; 
	}