/*CSS RESET*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table{
   /* border-collapse:collapse;*/
	width:100%;
	height:25px;
}
td {
	padding:5px; 
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

input[type="text"] {
	border:1px dotted #999999;
	height:18px;
	font-size:11px;
}

textarea {
	border:1px dotted #999999;
	font-size:11px;
}


input[type="submit"] {
	border:1px solid #666666;
	background-color:#CCC;
	font-size:14px;
	width:200px;

}

select { 
	background-color: #F3F6EB;
	font:10px verdana, arial, helvetica, sans-serif;
	color:#003300;
}

