/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
* {margin:0px;padding:0px;}

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, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul,li {list-style-type:none;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}


/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}


a {text-decoration: none;}
img {border:0;}  


#texto{
	padding:10px;
		
}
.name_block {display: none;}

input[type=text], textarea {padding: 3px; border:1px solid #ccc; background: #fff; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; behavior: url(/PIE.htc);}
input[type=submit], input[type=button] {border: 1px solid #EEFF99; cursor: pointer;
padding: 5px 15px 5px 15px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #EEFF99;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#086c96));
background: -webkit-linear-gradient(#29abe2, #086c96);
background: -moz-linear-gradient(#29abe2, #086c96);
background: -ms-linear-gradient(#29abe2, #086c96);
background: -o-linear-gradient(#29abe2, #086c96);
background: linear-gradient(#29abe2, #086c96);
-pie-background: linear-gradient(#29abe2, #086c96);
behavior: url(/PIE.htc); font-weight: bold; color: #fff;}
input[type=submit]:hover, input[type=button]:hover {border: 1px solid #f8c634; cursor: pointer;
padding: 5px 15px 5px 15px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #f8c634;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8c634), to(#e97c43));
background: -webkit-linear-gradient(#f8c634, #e97c43);
background: -moz-linear-gradient(#f8c634, #e97c43);
background: -ms-linear-gradient(#f8c634, #e97c43);
background: -o-linear-gradient(#f8c634, #e97c43);
background: linear-gradient(#f8c634, #e97c43);
-pie-background: linear-gradient(#f8c634, #e97c43);
behavior: url(/PIE.htc); font-weight: bold; color: #fff;}