/* 
    Document   : yticket.css
    Created on : 6-mag-2013, 18.17.21
    Author     : waltersanti
    Description:
        Purpose of the stylesheet follows.
*/

.input-append{
    font-size: 14px !important;
}

.login form .input {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif !important;
}

.login form .input,
.login input[type="text"] {
	color: #555 !important;
	font-weight: 200 !important;
	font-size: 24px !important;
	line-height: 1 !important;
	width: 100% !important;
	padding: 3px !important;
	margin-top: 2px !important;
	margin-right: 6px !important;
	margin-bottom: 16px !important;
	border: 1px solid #e5e5e5 !important;
	background: #fbfbfb !important;
        height: 36px !important;
	outline: none !important;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2) !important;
	box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2) !important;
}

.add-on{
    height: 14px;
}

label{
    width: auto !important;
    font-size:14px;

    font-weight:normal;

    line-height:20px
        margin-bottom:5px
        color:#c09853
        
}

/* FORMS
------------------------------------------------------------------------- */

form legend {
	font: 10px Tahoma, sans-serif;
	text-transform: uppercase;
	color: #555;
	text-shadow: 1px 1px 1px #fff;
	font-weight: bold;
	padding: 0 5px 0 30px;
	background: url(../img/block.png) 5px 0 no-repeat;
	line-height: 18px;
	margin: 10px 0;
}
form dt {
	margin-bottom: 2px;
}
form dd {
	margin-bottom: 15px;
}
form dt label {
	cursor: pointer;
	font: 11px Tahoma, sans-serif;
	font-weight: bold;
	color: #555;
}

form p {
	clear: left;
	margin-bottom: 0;
	padding: 5px 0;
	width: 100%;
}
form p label {
	display: block;
	float: left;
	cursor: pointer;
	font: 11px Tahoma, sans-serif;
	font-weight: bold;
	color: #555;
	width: 100px;
	vertical-align: middle;
	padding: 5px;
	text-align: right;
	margin-right: 10px;
}
form p small {
	display: block;
	margin: 0 10px 0 120px;
	font-size: 10px;
	color: #aaa;
}

form dl.inline dt {
	clear: both;
	width: 25%;
	float: left;
	text-align: right;
}
form dl.inline dt label {
	margin-right: 12px;
}
form dl.inline dd {
	float: left;
	width: 75%;
	margin: 0 0 15px;
}
form dl dd small {
	display: block;
	font-size: 11px;
	color: #aaa;
}

form div.buttons {
	margin: 20px 0 10px 25%;
}

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select{
	border: 1px solid #ccc;
	padding: 4px 5px;
	background: #fff url(../img/input-bg.gif) 0 0 repeat-x;
	width: 200px;
}
form textarea {
	border: 1px solid #ccc;
	width: 300px;
	height: 150px;
	padding: 4px 5px;
	background: #fff url(../img/input-bg.gif) 0 0 repeat-x;
}
form select {
	padding: 3px;
}
form input[type="text"]:hover,
form input[type="email"]:hover,
form input[type="password"]:hover,
form select:hover,
form textarea:hover {
	border: 1px solid #999;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	border: 1px solid #777;
}
form input[type="radio"], form input[type="checkbox"] {
	vertical-align: top;
	width: 20px;
	height: 20px;
}
form input.small, form select.small, form textarea.small {
	width: 130px;
}
form input.medium, form select.medium, form textarea.medium {
	width: 300px;
}
form input.big, form select.big, form textarea.big {
	width: 540px;
}
input#newstitle {
	font-size: 20px;
	width: 540px;
}
form label.error {
	font: 10px Tahoma, sans-serif;
	color: #ED7476;
	margin-left: 5px;
}
form input.error,
form input.error:hover,
form input.error:focus,
form select.error,
form textarea.error {
	border: 1px solid #ED7476;
	background: #FFEDED;
}


#divres{
    width: auto;
    padding: 15px 5px 5px 5px;
    text-align: left;
}

.error{

color:#b94a48

}

.error:hover{

color:#953b39

}

.error{

color:#b94a48;

background-color:#f2dede;

border-color:#eed3d7

}

.error h4{

color:#b94a48

}

.success{

color:#468847

}

.success:hover{

color:#356635

}

