@charset "utf-8";
/* CSS Document */

/* -------------------Common CSS---------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, q, small, strong, sub, sup, tt, var,
ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}
blockquote, q {quotes:none}
table, table td {padding:0;border:none;border-collapse:collapse}
embed {vertical-align:top}
* {border:none}
mark, rp, rt, ruby, summary, time {display:inline}
th, td, div{
 	text-align: left;
	vertical-align: top;		
}
h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}
h1{
    font-size: 1.1em;    
    color: #ff6600;
    margin: 15px 0px 5px 0px;
    padding:0px 0px 0px 8px;    
}
h1 span{
	font-weight: bold;  
    color: #009900;  
}
h1 a, h1 a:visited
{
    color: #009900;
}
ul, li, ol, li, dl, dt{
    margin: 0px;
    padding: 0px;
}
ul li, ol li, dl dt{
    margin: 0px;
    padding: 0px;
	list-style-type: none;
}
p{
    margin: 5px 0px;
    padding: 2px 4px;
}
img{
    border: none;
	outline: none;
	vertical-align: top;
}
a{
    color: #ff6600;
    text-decoration: none;
	outline: none;
}
a:hover{
    color: #00b1db;
    text-decoration: none;
}
fieldset{
    margin: 10px;
	padding: 5px;
	border: 1px solid #cccccc;
}
fieldset legend{
    font-weight: bold;
    color:#cf3f10;
	margin: 0px;
	padding: 0 2px;
}
select, option, input, textarea{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	border: 1px solid #cccccc;
	outline: none;
}
.reg_form input[type="text"],textarea{
	border-radius:9px;
	border:#B86F13 1px dashed;
	padding:10px;
	width:40%;
	margin:0px 0 0px 20px;}
	.reg_form select{
	border-radius:9px;
	border:#B86F13 1px dashed;
	padding:10px;
	width:43%;
	margin:0px 0 0px 20px;}
.reg_form td{ padding-bottom:10px!important;}
.reg_form input[type="submit"],.reg_form input[type="button"] {
	border-radius:9px;
	border:#B86F13 1px solid;
	background:#ffbe00;
	padding:6px;
	color:#000;
	width:70px;
	margin-left:20px;
	cursor:pointer;
	text-transform:uppercase;
	}
	.reg_form input[type="submit"]:hover,.reg_form input[type="button"]:hover{background:#00B1DB;color:#fff;}
	#fpass input[type="text"] {
	border-radius:9px;
	border:#B86F13 1px dashed;
	padding:10px;
	width:40%;
	}
	#fpass input[type="submit"],#fpass input[type="button"] {
	border-radius:9px;
	border:#B86F13 1px solid;
	background:#ffbe00;
	padding:6px;
	color:#000;
	width:70px;
	margin-left:20px;
	cursor:pointer;
	text-transform:uppercase;
	}
	#fpass input[type="submit"]:hover,#fpass input[type="button"]:hover{background:#00B1DB;color:#fff;}
@media (min-width: 768px) and (max-width: 979px) {
p{
    margin: 5px 0px;
    padding:0px;
}
.aboutus{

	width:25%;

}

}
@media (max-width: 800px){
.reg_form input[type="text"],textarea{width:50%;}	
.reg_form select{width:54%;} 
	}
@media (max-width: 640px){
	.reg_form input[type="text"],textarea{width:66%;}	
.reg_form select{width:71%;} }
@media (max-width: 480px){
	.reg_form input[type="text"],textarea{width:80%;}	
.reg_form select{width:87%;} }
@media (max-width: 384px){
	.reg_form input[type="text"],textarea{width:80%;}	
.reg_form select{width:89%;} }
