* {
	margin: 0;
	padding: 0;
}
/**** default elements ****/
body {
	background: #EEE;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
}

a { color: #204A87; }
img { border: none; margin: 0; }
ul { list-style: none; }

fieldset {
    border: 1px solid #DDD;
    padding: 5px;
    margin: 5px 0;
}

p { margin: 10px 0 15px; text-align: justify; line-height: 1.4; }

h2 { color: #204A87; }

/**** Main block sections ****/
#lm-container {
	background:#FFF;
	border:1px solid #ccc;
	text-align:left;
	margin: 0 auto;
	width: 950px;
}

#lm-header {
    background: #000 url(images/topo.png) no-repeat top center;
    height: 100px;
}

#lm-header a span { display: none; }

#lm-logo {
    float: left;
    width: 223px;
    height: 75px;
}

#impacta-logo {
    float: right;
    width: 130px;
    height: 70px;
}

#lm-body {
    padding: 0 0 20px;
}

#lm-menu {
    width: 180px;
    float: left;
    padding: 10px;
}

#lm-menu a {
    font-size: 11px;
}

#lm-content {
    padding: 10px 15px;
    float: right;
    width: 710px;
}

#lm-footer {
    clear: both;
}

.lm-block {
    margin-bottom: 10px;
    display: block;
    clear: both;
}

.lm-fblock {
    margin-bottom: 20px;
    float: left;
    clear: both;
    width: 100%;
}

/**** Main page ****/

#promo-box {
    float: left;
    width: 690px;
    padding: 10px;
}

#promo-info {
    font-size: 13px;
    float: left;
    width: 390px;
    margin: 0;
}

#promo-link {
    background: url(images/bt_inscricao.png) no-repeat top center;
    float: right;
    margin-top: 15px;
    width: 250px;
    height: 95px;
}

#promo-link:hover {
    background-image: url(images/bt_inscricao_hover.png);
}

#promo-obs {
    font-size: 10px;
    color: #666;
}

#agenda {
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
}

#agenda td {
    border: 1px solid #FFF;
    padding: 5px;
}

td.center {
    text-align: center;
    font-weight: bold;
}

tr.odd {
    background: #F1F1F1;
}

tr.even {
    background: #F9F9F9;
}

/**** Form Section ****/
#impacta-form {
	font-size:13px;
	margin: 0 auto;
}

.buttons {
	clear:both;
	display:block;
	margin-top:10px;
}

form fieldset div {
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 8px;
}

form fieldset span {
	color: #444;
	float: left;
	margin: 0 4px 0 0;
	padding: 0 0 8px;
}
form fieldset span#ddd {
    width: 50px;
}
form fieldset span#telefone {
    width: 100px;
}
form fieldset span#ddd input {
    width: 100%;
}

div.full {
	clear: both;
	width: 100%;
}

div.left {
	display:inline;
	float:left;
	width:48%;
}

div.right {
	display:inline;
	float:right;
	width:48%;
}

form fieldset div.left .medium { width:100%; }

form fieldset div.right .medium { width:100%; }

.clear { clear:both; }

form fieldset div label {
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form fieldset span label {
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

.form_description {
	border-bottom:1px dotted #ccc;
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}

.form_description[class] {
	display:block;
}

.form_description h2 {
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
}

.form_description p {
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

form hr {
	display:none;
}

/**** Buttons ****/
input.button {
	padding:0 7px;
}

/**** Inputs and Labels ****/
label.description {
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

span.symbol {
	font-size:115%;
	line-height:130%;
}

input.text {
	background:#fff url(images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

input.text:focus {
    outline: solid 2px #FF0;
}

input.file {
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

textarea.textarea {
	background:#fff url(images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

select.select {
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff url(images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}

input.checkbox {
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

input.radio {
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 5px 0 5px;
	width:13px;
}

label.choice {
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

select.select[class] { margin:0; padding:1px 0; }
input.small { width:30%; }
select.small { width:30%; }
input.medium { width:50%; }
select.medium { width:50%; }
input.large { width:99%; }
select.large { width:100%; }
textarea.small { height:5.5em; }
textarea.medium { height:10em; }
textarea.large { height:20em; }

/**** Errors ****/

.lm-success {
    border: 1px solid blue;
    color: blue;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    background-color: #EEF;
    margin: 5px;
    text-align: center;
}

label.error, .lm-error {
    border: 1px solid red;
    color: red;
    font-size: 13px;
    padding: 4px;
    background-color: #FEE;
    margin: 6px 0;
    text-align: center;
}


.invisible {
    display: none;
}

/**** Common classes ****/
.imgleft {
    float: left; 
    margin: 5px 10px 10px 0;
}

