/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { 
	text-decoration:none; 	
	font-size:11px;
	color:#53850a;
	font-weight:bold; }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */


body {
	height: 100%;
	margin:0px;
  	padding:0px;
	background: #b7d694 url(images/bg.jpg) repeat-x top center; 
	font-family:trebuchet ms;
	font-size:12px;
	color:#4d4948;
	line-height:18px;
	
}

#container{
	width:948px;
	height:auto;
	margin:auto;
	padding:0px;
	background-color:#ffffff; 
	border:2px solid #12743d;
}

#butoane{
	width:719px;
	float:left;
}

#colt{
	width:229px;
	height:26px;
	float:left;
	background: url(images/bg_top1.jpg) no-repeat top center;
	padding-top:20px;
	font-family:trebuchet ms;
	font-size:20px;
	text-align:center;
	color:#474643;
	

}

#left{
	width:648px;
	float:left;
	padding-left:41px;
	padding-top:71px;
	padding-left:30px;
	text-align:justify;
}

.titlu{
	font-size:20px;
	color:#123e13;
	font-weight:bold;

}

.link, .link:hover, .link:visited{
	font-size:11px;
	color:#53850a;
	font-weight:bold;
	text-decoration:underline;

}

#right{
	width:229px;
	float:right;
	background: url(images/bg_horizontal2.jpg) repeat-y top center;
	
}

.intro{
	padding-left:28px;
	padding-right:11px;
	text-align:justify;
}

.bg_top{
	width:229px;
	background: url(images/bg_top.jpg) no-repeat top center;
	height:52px;
	padding-top:25px;
	font-family:trebuchet ms;
	font-size:20px;
	text-align:center;
	color:#474643;
}

#center{
	padding-top:8px;
	font-family:trebuchet ms;
	font-size:12px;
	text-align:center;
	color:#283f0e;
	

}

.inputField, textarea {
	border:1px solid #bfdba0;
	font-size:12px;
	padding:0 5px 0 5px;
	color:#4d4948;
	background-color:#f0f6e9;
}

.message{
	font-weight:bold;
	padding:10px;
}

#formContainerError{
	padding: 10px 0 10px 0;
	color: red;
	font-weight: bold;
	font-size: 14px;
	
}
