/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin: 20px 20px 0;
}

#cformsform { 
	margin: 30px 0 0;
	font-size: 0.8em;
	letter-spacing: 0;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0 0 0 0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:10px 0 1px!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
}
#cformsform ol.cf-ol li	{
	margin:7px 0 1px!important; /*some themes may interfere otherwise*/
}

.cform label {
	font-size: 1.1em;
	font-weight: bold;
	width: 90px;
}
.cform label span {
	width: 90px; /* must be the same as above!*/
	display: block; 
	margin: 0 0 1px;
}
#cformsform label span {
	margin: 0;
}

.cform input,
.cform textarea,
.cform select { 
	border: 0;
	background-color: #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 2px;
	color: #333;
	width: 300px;
}

.cform textarea {
	width:350px; 
}

span.reqtxt,
span.emailreqtxt { 
	color: #ebbb41;
	font-size: 1.1em;
	margin: 0 5px;
	font-weight: bold;
}

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

.cform input.sendbutton	{ 
	border: 0;
	background-color: #ebbb41;
	font-size: 1.1em;
	padding: 3px;
	color: #333;
	margin: 15px 0 0;
	width: 60px;
	font-weight: bold;
}



/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */
div.cf_info {
	display:none;
	padding:15px 15px!important;
	margin-top:10px;
	width:380px;
	margin:0 auto;
	background-color: #333;
}
#post-5 div.cf_info {
	font-size: 0.8em;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	color:#ebbb41;
	display:block;
}
div.failure {
	display:block;
/*	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;*/
	color: red;
}
div.waiting {
	color:#eee;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
/*.cform .cf_error { 
	color:red; 
	border:1px solid #FF0000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:red; 
}*/

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}


/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:20px 0 0 20px !important;
}
#ll { /* ele elee nao onze */
	margin:5px 0 0 0 !important;
	padding-bottom: 0 !important;
	letter-spacing: 0 !important;
	font-size: 0.8em !important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.9em;
	font-family: Verdana, sans-serif;
	color:#aaaaaa!important;
	text-decoration: none;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}

