input.form-text {
	max-width: 430px;
	width: 100%;
}

input.form-text.text-small {
	max-width: 63px;
}

select {
	width: auto;
 	max-width: 200px;
}

div.wrapper-coorientador{
  background: #FBFBFB;
}

input.form-checkbox, input.form-radio {
    vertical-align: middle;
}
/**
 * @file reset.css
 * Reset Styling
 */
​
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, hr, table, fieldset {
    margin: 1.5em 0;
}

/**
 * @file responsive.css
 * Responsive Styling
 */
​.content input.form-text {
	max-width: 430px;
}

.content fieldset {
	padding-right: 1em; 
}

/* Campo colapsed */
fieldset.collapsible {
	top: 0;
	margin: 2px 0;
	background: none;
}

/**
 * @file geral.css
 * General Styling
 */
a, a:link, a:visited {
	color: #154678;
	text-decoration: none;
}
a:hover, a:focus, a:active, a:hover, a:focus, a:active, a.active, li a.active {
	color: #0A1F34;
}

#skip-to-nav, #page {
	font-size: 0.8em;
}

/* Fonte */
p, div, h1, h2, h3, h4, h5, h6, h1, h2, h3, body, caption, th, td, input, textarea, select, option, legend, fieldset, span{
	font-family: "PT Sans", sans-serif !important;
	line-height: 120%;
}

/* <nolink> pointer */
a.nolink{
	cursor:pointer;
}

/* Botao */
input.form-submit, a.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../../images/buttons.png") repeat-x scroll 0 0 transparent;
    border-color: #E4E4E4 #D2D2D2 #B4B4B4;
    border-radius: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px;
    color: #5A5A5A;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 1em;
    margin-right: 1em;
    padding: 4px 17px;
    text-align: center;
}

input.form-autocomplete, input.form-text, input.form-file, textarea.form-textarea, select.form-select {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #999999 #CCCCCC #CCCCCC;
  border-image: none;
  /*! border-right: 1px solid #CCCCCC; */
  border-style: solid;
  border-width: 1px;
  color: #333333;
  padding: 2px;
}

fieldset{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	top: 12px;
}

/**
 * @file forms.css
 * Form Styling
 */


.form-item /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 1.5em 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 1px solid #c00;
}

.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0; /* Drupal core uses "0.4em 0" */
}

.form-submit /* The submit button */ {
}

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

.tips /* Tips for Drupal's input formats */ {
}


/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/*tipos de produtos técnicos*/
.form-produto-tecnico {
  display: none;
}

/*frente e verso: Folhas*/
.form-folhas {
  display: none;
}

/*frente e verso: Páginas*/
.form-paginas {
  display: none;
}
