@charset "utf-8";

html {
	margin: 0;
	padding: 0;
	border: 0;
}

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div,span,a img,:link img,:visited img, img, ul, li
{ 
	margin: 0px;
	padding: 0px; 
	list-style: none;
	text-decoration: none;
	border: none;
}

body {
	background: #FBF6F2;
	font-family: Verdana, Geneva, Arial, Helvetica, "Times New Roman", Tahoma, sans-serif;
	color : black;
}

#main {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	height: 302px;
	width: 100%;
}

#banner_bckgd {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/banner_shadow.png) no-repeat center top;
	z-index: 2;
}

#banner_pics {
	position: relative;
	height: 100%;
	width: 100%;
	text-align: right;
}

#banner_pics > ul > li > img {
	width: 950px;
}

#banner_info {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}

#logo {
	position: relative;
	float: left;
	width: 87px;
	height: 210px;
	margin-top: 18px;
	margin-left: 61px;
	background: url(../images/logo.png) no-repeat center top;
}

#breadcrumbs {
	position: absolute;
	top: 216px;
	left: 221px;
	width: 470px;
	height: 22px;
	z-index: 5;
}

#breadcrumbs ul li {
	float: left;
	font-size: 10px;
	color: #908B8B;
	line-height: 21px;
	padding-left: 5px;
	z-index: 5;
}

#shortcuts {
	position: relative;
	float: right;
	margin-top: 34px;
	margin-right: 42px;
	width: 195px;
	height: 197px;
}

.shortcut_item {
	position: relative;
	float: left;
	width: 65px;
	height: 197px;
}

.reg_item {
	background: url(../images/next_item.gif) no-repeat right center;
	padding-right: 10px;
	height: 19px;
}

.reg_item a {
	color: #908B8B;
	text-decoration: none;
	
}
.reg_item a:link {
	color: #908B8B;
	text-decoration: none;
}
.reg_item a:hover {
	color: #908B8B;
	text-decoration: underline;
}
.reg_item a:visited {
	color: #908B8B;
	text-decoration: none;
}
.reg_item a:hover:hover {
	color: #908B8B;
	text-decoration: underline;
}
.reg_item a:hover:visited {
	color: #908B8B;
	text-decoration: none;
}

#reg_item_end {
	background: none;
	padding-right: 0px;
}

#shadow {
	position: absolute;
	top: 170px;
	right: 0px;
	width: 258px;
	height: 60px;
	background: url(../images/shortcuts_shadow.png) no-repeat center center;
}

#break {
	position: absolute;
	top: 237px;
	left: 15px;
	width: 920px;
	height: 11px;
	background: url(../images/main_break.png) no-repeat center center;
}

#content {
	position: relative;
	width: 100%;
	min-height: 150px;
	margin-top: -35px;
	z-index: 9;
}

#left_column {
	position: relative;
	float: left;
	width: 162px;
	margin-left: 28px;
}

#menu_container {
	position: relative;
	width: 162px;
}

ul.menu {
	list-style: none;
	margin-top: -3px;
}

ul.menu > li {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 3px;
	padding-left: 10px;
	width: 152px;
	min-height: 30px;
	background: url(../images/menu_button.png) no-repeat center top;
	cursor: pointer;
}

.selected {
    text-decoration: underline;
}

ul.menu > li:hover {
	color: #000000;
	background: url(../images/menu_button_selected.png) no-repeat center top;
	cursor: pointer;
}

ul.menu > li:hover > a, ul.menu > li:hover > a:link {
	color: #000000;
	text-decoration:none;
	cursor: pointer;
}

ul.menu > li:hover > a, ul.menu > li:hover > a:hover {
	color: #000000;
	text-decoration:none;
	cursor: pointer;
}

ul.menu > li:hover > a, ul.menu > li:hover > a:visited {
	color: #000000;
	text-decoration:none;
	cursor: pointer;
}

ul.menu > li:hover > a, ul.menu > li:hover > a:visited:hover {
	color: #000000;
	text-decoration:none;
	cursor: pointer;
}

ul.menu > li:hover > a, ul.menu > li:hover > a:visited:visited {
	color: #000000;
	text-decoration:none;
	cursor: pointer;
}

ul.menu > li > a, ul.menu > li > a:link {
	color: #FFFFFF;
	text-decoration:none;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}

ul.menu > li > a:hover {
	color: #000000;
	text-decoration:none;
	cursor: pointer;
}

ul.menu > li > a:visited {
	color: #FFFFFF;
	text-decoration:none;
	cursor: pointer;
}

ul.menu > li > a:visited:hover {
	color: #000000;
	text-decoration:none;
	cursor: pointer;
}

ul.menu > li > a:visited:visited {
	color: #FFFFFF;
	text-decoration:none;
	cursor: pointer;
}

ul.submenu {
	list-style: none;
	width: 142px;
	margin-left: -5px;
	margin-top: 2px;
	margin-bottom: -3px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(../images/submenu_background.png) repeat-y center top;
	cursor: default;
}

ul.submenu > li {
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 6px;
	padding-left: 5px;
	color: #908B8B;
	border-left: 1px dotted #908B8B;
}

ul.submenu > li > a, ul.submenu > li > a:link {
	color: #908B8B;
	text-decoration:none;
}

ul.submenu > li > a:hover {
	color: #908B8B;
	text-decoration:underline;
}

ul.submenu > li > a:visited {
	color: #908B8B;
	text-decoration:none;
}

ul.submenu > li > a:visited:hover {
	color: #908B8B;
	text-decoration:underline;
}

ul.submenu > li > a:visited:visited {
	color: #908B8B;
	text-decoration:none;
}

#social_networks {
	position: relative;
	text-align: center;
	margin-top: 15px;
}

#social_networks img {
	border: 0;
	margin-right: 3px;
}

#location {
	position: relative;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	color: #979292;
	margin-top: 30px;
}

#location img {
	border: 0;
	margin-bottom: 5px;
}

#subscribe_newsletter {
	position: relative;
	margin-top: 30px;
	font-size: 12px;
	color: #979292;
}

#subscribe_newsletter h1 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #1E98D1;
	margin-bottom: 10px;
	margin-top: 10px;
}

#center_column {
	position: relative;
	float: left;
	width: 523px;
	min-height: 200px;
	margin-left: 12px;
}

#center_main {
	position: relative;
	width: 526px;
	margin-top: 8px;
	min-height: 300px;
	background-image:url(../images/center_pattern.png);
	background-repeat:repeat-y;
}

#center_main_top {
	position: absolute;
	top: -19px;
	width: 526px;
	height: 19px;
	background: url(../images/center_top.png) no-repeat center center;
}

#center_main_bottom {
	position: absolute;
	bottom: -19px;
	width: 526px;
	height: 19px;
	background: url(../images/center_bottom.png) no-repeat center center;
}

#center_main_content {
	position: relative;
	padding: 20px 35px 5px 35px;
	margin-bottom: 35px;
	font-family: Helvetica;
}

#center_main_content h1{
	text-align: right;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Arial;
}

#center_main_content h3{
	text-align: right;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
	margin-top: 5px;
	font-family: Arial;
}

#center_main_content > div#content_container{
	text-align: left;
	font-size: 12px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content_container a {
	text-decoration: none;
	font-weight: bold;
	color: #1E98D1;
}

#content_container a:link {
	text-decoration: none;
	font-weight: bold;
	color: #1E98D1;
}

#content_container a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1E98D1;
}

#content_container a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1E98D1;
}

#content_container a:visited:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #1E98D1;
}

#content_container a:visited:visited {
	text-decoration: none;
	font-weight: bold;
	color: #1E98D1;
}

#content_container a.general_lists {
	text-decoration: none;
	color: #000000;
}

#content_container a.general_lists:link {
	text-decoration: none;
	color: #000000;
}

#content_container a.general_lists:hover {
	text-decoration: underline;
	color: #000000;
}

#content_container a.general_lists:visited {
	text-decoration: none;
	color: #000000;
}

#content_container a.general_lists:visited:hover {
	text-decoration: underline;
	color: #000000;
}

#content_container a.general_lists:visited:visited {
	text-decoration: none;
	color: #000000;
}

#center_main_content > #content_container ul {
	list-style: disc inside none;
}

#center_main_content > #content_container ul li {
	list-style: disc inside none;
}

#center_main_content > div.content_news {
	position: relative;
	width: 100%;
}

.center_foto {
	position: relative;
	float: left;
	width: 171px;
	height: 129px;
	margin-right: 20px;
	text-align: center;
}

.center_foto_text {
	position: relative;
	float: left;
	width: 255px;
	min-height: 129px;
}

.center_foto_text h5 {
	font-size: 11px;
	color: #908B8B;
	margin-bottom: 3px;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.center_break {
	position: relative;
	width: 456px;
	height: 3px;
	margin: 20px 0px;
	background: url(../images/center_box_break.png) no-repeat center center;
}

#center_boxes {
	position: relative;
	margin-top: -20px;
}

.news_box {
	position: relative;
	margin-top: 25px;
	margin-left: 5px;
	padding: 15px 20px;
	float: left;
	width: 218px;
	height: 122px;
	background: url(../images/news_events_box.png) no-repeat center center;
}

.news_box h1 {
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #1E98D1;
	margin-bottom: 10px;
	margin-top: 10px;
}

.news_content {
	position: relative;
	padding: 0px 15px 0px 20px;
	font-size: 12px;
}

.news_content ul{
	list-style-type: disc;
}

.news_content ul li{
	list-style-type: disc;
	line-height: 14px;
}

.news_content ul li a{
	text-decoration: none;
	color: #000000;
}

.news_content ul li a:link{
	text-decoration: none;
	color: #000000;
}

.news_content ul li a:hover{
	text-decoration: underline;
	color: #000000;
}

.news_content ul li a:visited{
	text-decoration: none;
	color: #000000;
}

.news_content ul li a:visited:hover{
	text-decoration: underline;
	color: #000000;
}

.news_content ul li a:visited:visited{
	text-decoration: none;
	color: #000000;
}

.events_box {
	position: relative;
	margin-top: 25px;
	padding: 15px 20px;
	float: right;
	width: 218px;
	height: 122px;
	background: url(../images/news_events_box.png) no-repeat center center;
}

.events_box h1 {
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #1E98D1;
	margin-bottom: 10px;
	margin-top: 10px;
}

.events_content {
	position: relative;
	padding: 0px 15px 0px 20px;
	font-size: 12px;
	color: #000000;
}

.events_content ul{
	list-style-type: disc;
}

.events_content ul li{
	list-style-type: disc;
	line-height: 14px;
}

.events_content ul li a{
	text-decoration: none;
	color: #000000;
}

.events_content ul li a:link{
	text-decoration: none;
	color: #000000;
}

.events_content ul li a:hover{
	text-decoration: underline;
	color: #000000;
}

.events_content ul li a:visited{
	text-decoration: none;
	color: #000000;
}

.events_content ul li a:visited:hover{
	text-decoration: underline;
	color: #000000;
}

.events_content ul li a:visited:visited{
	text-decoration: none;
	color: #000000;
}

#partners {
	position: relative;
	margin-top: 15px;
	width: 100%;
	max-height: 50px;
	text-align: center;
	visibility: hidden;
}

#partners ul {
	list-style: none;
}

#partners ul li {
	display: inline;
	margin-right: 5px;
}

#partners ul li a {
	border: 0;
}

#partners ul li img {
	border: 0;
	max-height: 35px;
}


#right_column {
	position: relative;
	float: right;
	width: 170px;
	margin-right: 33px;
}

.caixa {
	position: relative;
	margin-top: 30px;
}

#search {
	position: relative;
	height: 23px;
}

#formPesquisa { left:5px; width:130px; height:23px; position:absolute; padding-top:4px; padding-left:5px;  background-image:url(../images/search_box.png); background-repeat:no-repeat; }
#botaoOK { right:5px; width:27px; position:absolute; }
#pesquisaBox {border:0px; background-color:transparent; width:120px; height:16px; font-size:10px; color:#908b8b; margin-top: 0px; }

#poll {
	position: relative;
	margin-top: 30px;
	padding-left: 5px
}

#poll_title {
	position: relative;
	width: 152px;
	height: 30px;
	background-image:url(../images/poll_title.png);
	background-repeat:no-repeat;
	font-size: 13px;
	color: white;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 28px;
}

#poll_body {
	position: relative;
	width: 152px;
	margin-left: 5px;
	margin-top: 0px;
}

#poll_body_top {
	position: relative;
	background-image:url(../images/poll_body_top.png);
	background-repeat:no-repeat;
	width: 152px;
	height: 34px;
}

#poll_body_content {
	position: relative;
	background-image:url(../images/poll_body_fill.png);
	background-repeat:repeat-y;
	width: 152px;
	min-height: 10px;
}

#poll_body_bottom {
	position: relative;
	background-image:url(../images/poll_body_bottom.png);
	background-repeat:no-repeat;
	width: 152px;
	height: 34px;
}

#poll_question {
	position: relative;
	font-size: 11px;
	color: #908B8B;
	padding: 0px 10px;
	margin-bottom: 20px;
	margin-top: -15px;
}

#poll_answer {
	position: relative;
	font-size: 11px;
	padding: 0px 10px;
	color: #908B8B;
}

#poll_answer ul {
	list-style: none;
	text-align: left;
}

#poll_answer ul li {
	display: block;
	margin-top: 5px;
	line-height: 14px;
}

#poll_answer ul li label {
	padding-left: 15px;
}

#poll_answer ul li input {
	position: absolute;
	margin-top: 3px;
}

.general_break {
	position: relative;
	width: 920px;
	height: 11px;
	margin: 2px auto;
	background: url(../images/main_break.png) no-repeat center center;
}

#footer {
	position: relative;
	width: 912px;
	/*min-height: 90px;*/
	margin: 0px auto;
	padding: 15px 0px;
}

#copyright_notes {
	position: relative;
	width: 914px;
	padding: 0px 3px;
	min-height: 15px;
	margin: 0px auto;
	margin-bottom: 5px;
	font-size: 11px;
	color: #908B8B;
}

#copyright {
	float: left;
}

#created_by {
	float: right;
}

#created_by a {
	font-size: 11px;
	color: #908B8B;
	text-decoration: none;
}

#created_by a:link {
	font-size: 11px;
	color: #908B8B;
	text-decoration: none;
}

#created_by a:hover {
	font-size: 11px;
	color: #908B8B;
	text-decoration: underline;
}

#created_by a:visited {
	font-size: 11px;
	color: #908B8B;
	text-decoration: none;
}

#created_by a:visited:hover {
	font-size: 11px;
	color: #908B8B;
	text-decoration: underline;
}

#created_by a:visited:visited {
	font-size: 11px;
	color: #908B8B;
	text-decoration: none;
}

#sitemap {
	position: relative;
	/*float:left;*/
	/*width: 575px;*/
	/*height: 153px;*/
	margin: 0px 10px;
}

.sitemap_item {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.sitemap_item h3 {
	font-size: 12px;
	color: #908B8B;
	font-weight: normal;
	margin-bottom: 2px;
}

.sitemap_item ul {
	list-style: none;
}

.sitemap_item ul li {
	font-size: 11px;
	color: #1E98D1;
	margin-left: 8px;
	line-height: 12px;
}

.sitemap_item ul li a {
	font-size: 11px;
	color: #1E98D1;
	text-decoration: none;
}

.sitemap_item ul li a:link {
	text-decoration: none;
	color: #1E98D1;
}

.sitemap_item ul li a:hover {
	text-decoration: underline;
	color: #1E98D1;
}

.sitemap_item ul li a:visited {
	text-decoration: none;
	color: #1E98D1;
}

.sitemap_item ul li a:visited:hover {
	text-decoration: underline;
	color: #1E98D1;
}

.sitemap_item ul li a:visited:visited {
	text-decoration: none;
	color: #1E98D1;
}

#adds {
	position: relative;
	float: right;
	width: 281px;
	height: 153px;
	background: url(../images/adds_box.png) no-repeat center center;
}

.gallery_quick_item {
	position: relative;
	margin: 20px 0px;
}

.gallery_item_picture {
	position: relative;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	width: 118px;
	height: 86px;
	padding: 3px;
	border: 1px solid #908B8B;
}

.gallery_item_summary {
	position: relative;
	float: left;
	width: 275px;
	margin: 0px;
	font-size: 11px;
	color: #908B8B;
	margin-top: 10px;
}

.gallery_item_summary h5{
	font-size: 11px;
	color: #908B8B;
	margin-bottom: 3px;
	text-decoration: underline;
}

#faq_container h3 {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0px;
}

#faq_container a {
	color: #1E98D1;
}

#faq_container a:link {
	color: #1E98D1;
}

#faq_container p {
	font-size: 11px;
	font-weight: normal;
	color: #888888;
	text-align: justify;
}

.quickbox {
	position: relative;
	margin-top: 30px;
	padding-left: 5px
}

.quickbox_title {
	position: relative;
	width: 152px;
	height: 30px;
	background-image:url(../images/poll_title.png);
	background-repeat:no-repeat;
	font-size: 13px;
	color: white;
	padding-left: 10px;
	padding-bottom: 0px;
	line-height: 28px;
}

.quickbox_body {
	position: relative;
	width: 152px;
	margin-left: 5px;
	margin-top: 0px;
}

.quickbox_body_top {
	position: relative;
	background-image:url(../images/poll_body_top.png);
	background-repeat:no-repeat;
	width: 152px;
	height: 34px;
}

.quickbox_body_top h3 {
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.quickbox_body_content {
	position: relative;
	background-image:url(../images/poll_body_fill.png);
	background-repeat:repeat-y;
	width: 152px;
	min-height: 10px;
	padding-top: 3px;
}

.quickbox_body_bottom {
	position: relative;
	background-image:url(../images/poll_body_bottom.png);
	background-repeat:no-repeat;
	width: 152px;
	height: 34px;
}

.quickbox_body_bottom h3 {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
}

.quickbox_body_bottom h3 a {
	color: #000000;
	text-decoration:none;
}

.quickbox_body_bottom h3 a:link {
	color: #000000;
	text-decoration:none;
}

.quickbox_body_bottom h3 a:hover {
	color: #000000;
	text-decoration:underline;
}

.quickbox_body_bottom h3 a:visited {
	color: #000000;
	text-decoration:none;
}

.quickbox_body_bottom h3 a:visited:hover {
	color: #000000;
	text-decoration:underline;
}

.quickbox_body_bottom h3 a:visited:visited {
	color: #000000;
	text-decoration:none;
}

.quickbox_content_item {
	position: relative;
	font-size: 11px;
	color: #908B8B;
	padding: 0px 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.quickbox_content_item a {
	font-size: 11px;
	color: #908B8B;
	font-weight: bold;
	text-decoration: underline;
}

.quickbox_content_item a:link {
	font-size: 11px;
	color: #908B8B;
	font-weight: bold;
	text-decoration: underline;
}

.quickbox_content_item a:hover {
	font-size: 11px;
	color: #908B8B;
	font-weight: bold;
	text-decoration: underline;
}

.quickbox_content_item a:visited {
	font-size: 11px;
	color: #908B8B;
	font-weight: bold;
	text-decoration: underline;
}

.quickbox_content_item a:visited:hover {
	font-size: 11px;
	color: #908B8B;
	font-weight: bold;
	text-decoration: underline;
}

.quickbox_content_item a:visited:visited {
	font-size: 11px;
	color: #908B8B;
	font-weight: bold;
	text-decoration: underline;
}

.search_result_container {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
}

.general_list_photo {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	margin-bottom: 5px;
	text-align: center;
}

.general_list_container {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
}

.result_title {
	position: relative;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}

.result_title a {
	text-decoration: underline;
	color: #000000;
}

.result_title a:link {
	text-decoration: underline;
	color: #000000;
}

.result_title a:hover {
	text-decoration: underline;
	color: #000000;
}

.result_title a:visited {
	text-decoration: underline;
	color: #000000;
}

.result_title a:visited:hover {
	text-decoration: underline;
	color: #000000;
}

.result_title a:visited:visited {
	text-decoration: underline;
	color: #000000;
}

.result_summary {
	position: relative;
	font-size: 11px;
	margin-bottom: 2px;
	color: #908B8B;
}

.result_date {
	position: relative;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

.result_read_more {
	position: relative;
	font-size: 10px;
	text-decoration: underline;
	text-align: left;
}

.result_read_more a {
	text-decoration: underline;
	color: #000000;
}

.result_read_more a:link {
	text-decoration: underline;
	color: #000000;
}

.result_read_more a:hover {
	text-decoration: underline;
	color: #000000;
}

.result_read_more a:visited {
	text-decoration: underline;
	color: #000000;
}

.result_read_more a:visited:hover {
	text-decoration: underline;
	color: #000000;
}

.result_read_more a:visited:visited {
	text-decoration: underline;
	color: #000000;
}

.newsletter_mandatory
{
	color: #FF0000;
}

.newsletter_labels
{
	margin-top: 5px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size:10px;
}

.newsletter_field input
{
	border: 1px solid #1E98D1;
	width: 100%;
	font-family: Helvetica;
	font-size: 11px;
	padding: 1px;
	color: #908B8B;
}

#newsletter_description
{
	font-size: 11px;
	color: #908B8B;
	margin-bottom: 10px;
}

#NewsSubsSubmit
{
	width: 84px;
	height: 19px;
	background-image: url('../images/send_button.png');
	line-height: 19px;
	font-size:11px;
	margin-top: 5px;
}

#NewsSubsSubmit:hover
{
	background-image: url('../images/send_button_hover.png');
	text-decoration: underline;
}

#NewsSubsSubmit:visited:hover
{
	background-image: url('../images/send_button_hover.png');
	text-decoration: underline;
}

p.message { margin:10px 0; padding:5px; }
p.message a { color:#FFF; }
p.error { background:#D26873; border:1px solid #900; color:#FFF; }
p.success { background:#6C9; border:1px solid #060; color:#FFF; }
p.successpending{ background:#FFC600; border:1px solid #DE8113; color:#FFF; }

.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff !important;
	font-weight: bold;
    background-color: #1E98D1 !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#qwertyz1234567
{
	display: none;
}