﻿html, body {
	width: 100%;
	height: 100%;
	min-height: 395px;
	min-width: 360px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	color: #444;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.check {
	margin-left: 3px;
	font-size: 11px;
	color: #444;
}

.Logo {
	margin: 25px auto;
	text-align: center;
}

#container > form {
	width: 340px;
	height: 230px;
	margin: 0 auto;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #ccc;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-animation-name: bounceIn;
	-webkit-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: bounceIn;
	-moz-animation-fill-mode: both;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	animation-name: bounceIn;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

#submit {
	background: #ecf2f5;
	width: 100%;
	height: 69px;
	margin-top: 20px;
	box-shadow: inset 0 1px 1px #fff;
	border-top: 1px solid #ccc;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	font-size: 0.8em;
}

select {
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px 18px 15px 18px;
	color: #777;
	outline: none;
	width: 302px;
	height: 30px;
	border: 1px solid #c7d0d2;
	border-radius: 2px;
	box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
	padding: 6px;
}

label {
	color: #555;
	display: inline-block;
	margin-left: 18px;
	padding-top: 10px;
	font-size: 14px;
}

p a {
	font-size: 11px;
	color: #aaa;
	float: right;
	margin-top: -13px;
	margin-right: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

	p a:hover {
		color: #555;
	}

input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	outline: none;
}

	input[type=checkbox] {
		margin-left: 20px;
		margin-top: 30px;
	}

	input[type=submit] {
		float: right;
		margin-right: 20px;
		margin-top: 0px;
		width: 80px;
		height: 30px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		background-color: #FF9933; /*IE fallback*/
		border-radius: 30px;
		border: 1px solid #66add6;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
		cursor: pointer;
	}

		input[type=submit]:hover {
			background-color: #FFA347;
		}

		input[type=submit]:active {
			background-color: #FFA347;
		}

	input[type=text], input[type=password] {
		color: black;
		padding-left: 10px;
		margin: 10px;
		margin-top: 12px;
		margin-left: 18px;
		width: 290px;
		height: 35px;
		border: 1px solid #c7d0d2;
		border-radius: 2px;
		box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		transition: all .4s ease;
	}

		input[type=text]:hover, input[type=password]:hover {
			border: 1px solid #b6bfc0;
			box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .7), 0 0 0 5px #f5f7f8;
		}

		input[type=text]:focus, input[type=password]:focus {
			border: 1px solid #a8c9e4;
			box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #e6f2f9;
		}

/*CROSS-BROWSER*/

::-webkit-input-placeholder { /* WebKit browsers */
	color: GRAY;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: GRAY;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: GRAY;
}

input:-ms-input-placeholder {
	color: GRAY;
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../Imagens/Alerts/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}


#popup_ok {
	background: url("../Imagens/icones/Salvar.png") no-repeat scroll left center #FFFFFF;
	min-width: 120px;
	cursor: pointer;
	width: auto;
	border: 1px solid #FCC011;
	border-radius: 4px;
	height: 30px;
	margin: 3px;
	outline: 0 none;
	padding: 0 10px 0 30px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
}

#popup_cancel {
	background: transparent url('../Imagens/icones/Cancelar.png') left center no-repeat;
	background-color: #FFF;
	min-width: 120px;
	cursor: pointer;
	width: auto;
	border: 1px solid #FCC011;
	border-radius: 4px;
	height: 30px;
	margin: 3px;
	outline: 0 none;
	padding: 0 10px 0 30px;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	vertical-align: middle;
}

#popup_content {
	background: 16px 16px no-repeat url(../Imagens/Alerts/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

	#popup_content.alert {
		background-image: url(../Imagens/Alerts/important.gif);
	}

	#popup_content.confirm {
		background-image: url(../Imagens/Alerts/important.gif);
	}

	#popup_content.prompt {
		background-image: url(../Imagens/Alerts/help.gif);
	}

	#popup_content.error {
		background-image: url(../Imagens/Alerts/error.png);
	}

	#popup_content.success {
		background-image: url(../Imagens/Alerts/success.png);
	}

#popup_message {
	margin-right: 48px;
	padding-left: 48px;
	text-align: center;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
