/* CSS Document */
* {
	margin:0;
	padding:0;
	outline: 0;
}
img {border:0px}

body { background: #FFF url(images/bg_site.png) left top repeat-x}

body, p, div, table, td {	
	font-family: Arial;
	font-size: 11px;
	color:#496162;
	line-height: 20px;
	font-weight: normal;
}

p {padding: 5px 0px 5px 0px;}


input[type="text"], input[type="password"] { 
	border: 1px solid #999; height: 21px; width: 200x;
	background-color:#CCC;
	color: #000; font-size: 14px; font-family: arial; text-align: center
}

input[type="submit"], input[type="reset"] { 
	border: 1px solid #999; height: 21px; width: 140px;
	background-color:#CCC;
	color: #000; font-size: 14px; font-family: arial; text-align: center
}


select {
      display: inline-block;
      width: 217px;
	  height: 25px;
 }

textarea { 
	border: 1px solid #999; width: 220px;
	background-color:#CCC;
	color: #000; font-size: 14px; font-family: arial;
}



blockquote { padding-left: 40px;}
/**
 *  Resety 

html, body { font-size:14px; line-height:18px }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, big, em, img, q, small, strong, tt, var,
b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline
}
h1, h2, h3, h4, h5, h6 { font-weight: normal }
a img, :link img, :visited img, :active img, :hover img, fieldset, abbr, acronym { border:0 }
a, a:link, a:visited, a:active { color:#059; text-decoration:none; }
a:hover { text-decoration:underline }
table { border-collapse:collapse; border-spacing:0 }
th, caption { text-align:left }
form { display:inline; margin:0; padding:0 }
input, select { font:1em/1.25 Arial, Helvetica, sans-serif }
input[type="button"] { cursor:pointer }
blockquote, q {  quotes: none }
 */