/**
 ** RESET STYLES
**/
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

html, body{
  
}
/**
 ** CONTAINERS
**/
body{font-size:11px;}
#container{
margin: 0 auto;
width: 650px;
font-family: helvetica, sans-serif;
}
#content{

}
#footer{
margin-top:70px;
border-top: 1px solid #eee;
color: #a1a2a4;
text-align: center;
width:70%;
}

/**
 ** CONTAINERS
**/
#container{
margin: 0 auto;
width: 650px;
font-family: helvetica, sans-serif;
}

#footer{
margin-top:70px;
border-top: 1px solid #ccc;
color: #747577;
text-align: center;
}

#footer span{
  position:relative;
  top: -8px;
}

/**
 ** FORM
**/
form, fieldset{
  border: 0;
clear:both;
}

fieldset {
    width:80%;
    margin-left: 17%;
    padding-right: 17%;
}

dt {
    clear:left;
    float:left;
    font-weight:bold;
    margin:0;
    padding:5px 10px 5px 5px;
    width:20%;
    color: #747577;
}
dd {
    float:left;
    margin:0;
    padding:5px;
    width:60%;
}
input.string, input.check{
  width:70%;
  font-size: 11px;
  background:#EEEEEE none repeat scroll 0 0;
  border:1px solid #a1a2a4;
}
input#password{
  font-size:8px;
  height: 11px;
}
dd.error{
  color:#FF3333;
  font-weight: bold;
}

fieldset#submit{
  margin:0 100px 0 0;
  padding:6px 0 0 0;
  width:66.4%;
  text-align: right;
}

fieldset#submit input#submit-button,
fieldset#submit a#remember-pass{
  clear: both;
float:right;
  clear:both;
  border: 0 none;
  color: #a1a2a4;
  background-color: none;
  background:transparent url('/ticketing/cliente/images/images-login/go-login-button.jpg') no-repeat scroll right center;
  border:medium none;
  font-family: helvetica;
  font-size: 11px;
  padding-right:10px;
  margin:4px 0 0 0;
  text-decoration: none;
  cursor: pointer;
}

