html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	overflow-x: hidden;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	background-color: #222222;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	overflow-x: hidden;
	overflow-y: scroll;
}
h1, h2, h3, p, ul {
	margin: 0px;
	padding: 0px;
}
a {
	font-weight: bold;
	color: #ff3d91;
	text-decoration: none;
}
a:hover {
	color: #ff3d91;
	text-decoration: underline;
}
a.noHover:hover {
	text-decoration: none;
	
}
*:active {
  	outline: none;
	-moz-outline-style: none;
}
* {
	-moz-outline-style: none;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	-ms-interpolation-mode: bicubic;
}
h1 {
	font-size: 1.6em;
	margin-left: 20px;
	z-index: 2000;
	position: relative;
	width: 400px;
}
h1 a {
	color: #FFF;
}
h2 {
	color: #ff3d91;
	font-size: 1.6em;
	height: 30px;
}
.post h3 {
	color: #ff3d91;
	font-size: 1.6em;
	height: 30px;
	margin-top: 60px;
}
h2 span {
	display: none;
}
h2 em {
	color: #FFF;
	font-style:normal; 
}
h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
p {
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 135%;
}

.hidden {
	display: none;
}
#container {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	min-width: 1300px;
	min-height: 1024px;
}

#scrollContainer {
	overflow: auto;
	positionnn: relative;
}
.linkcat h2 {
	display:none;
}
.learnList .linkcat h2 {
	display:block;
	color: #333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.learnList ul {
	margin-bottom: 10px;
	margin-top: 0px;	
}
#love ul, #learn ul.learnList, #jobs ul {
	height: 317px;
	width: 194px;
	overflow: auto;
	padding-bottom: 100px;
}
.alignright {
	float: right;
}

.alignleft {
	float: left
}
.wp-smiley {
	height: auto !important;
	width: auto !important;
}
.column {
	display: block;
	float: left;
	width: 45%;
	margin-right: 5%;		
}


/************ SLIDESHOW ************/

#slideshow {
	height: 300px;
	overflow: hidden;
	margin-bottom: 4px;	
}
#slidePrevNext {
	position: relative;	
}
#slidePrevNext button {
	top: -165px;	
}
#slidePrevNext button {
	top: -300px;	
	height: 300px;
	background-position: -3000px 0;
	width: 200px;
}



#slidePlayPause {
	width: 16px;
	height: 16px;
	margin-right: 16px;	
	float: left;
	overflow: hidden;
}
#slidePlayPause button {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border: none;
    cursor: pointer;
    background: transparent url(../images/play-pause.png) no-repeat 0 0;
}
#slidePlayPause button.pause {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	border: none;
    cursor: pointer;
    background: transparent url(../images/play-pause.png) no-repeat -16px 0;
}
#slideNav {
	float: left;
	margin-bottom: 60px;
}
#slideNav a {
	display: block;
	float: left;
	padding-left: 16px;
	overflow: hidden;
	width: 0px;
	height: 16px;
	margin-right: 2px;	
    background: transparent url(../images/button-circle.png) no-repeat 0 0;
}
#slideNav a.activeSlide {
    background: transparent url(../images/button-circle-white.png) no-repeat 0 0;
}


/************ FORMS ************/

input, textarea {
	border: #AAA 0px solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin-bottom: 8px;
	margin-right: 4px;
	padding: 3px;
}
#topPanel table {
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#topPanel table tbody, #topPanel table tr, #topPanel table td  {
	margin-left: 0px;
	padding-left: 0px;
}
#topPanel h3 {
	1.5em;
	padding-left: 6px;	
}
.textBox  {
	background-image: url(../images/form-input-bg.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 244px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	padding-top: 4px;
	padding-left: 6px;
	margin: 0px;
	padding-right: 0px;
	outline: none; 
}
textarea {
	width: 440px;
}
.submit {
	background-color: #ff3d91;
	font-weight: bold;
	color: black;
	border: 0px;
	margin-top: 10px;
	text-align: center;
	width: 120px;
	height: 20px;
	diaply: block;
	background-image: url(../images/submit-bg-white.png);
	background-repeat: no-repeat;
}
#blog .submit {
	background-image: url(../images/submit-bg-dark.png);
}
.submit:hover {
	color: #222;
	cursor: pointer;
}
#commentform  label {
	display: none;
}
#contactForm label {
	display: block;
	clear: both;
	margin-bottom: 4px;
	margin-top: 10px;
}
#contactForm .textBox {
}
#contactForm .error {
	clear: both;
	color: red;	
	padding-left: 4px;
}
#contactForm textarea {
	width: 250px;
	height: 80px;
	background-color: #eee;
}
fieldset {
	margin: 0px;
	padding: 0px;	
}

/************ HEADER ************/

#topPanel {
	background-color: #F2F3F4;
	height: 0px;
	color: #212121;
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: 20px;
	margin-left: -20px;
	position: relative;
}
.topPanelContent {
	background-color: #FFFFFF;
	color: #666;
	font-weight: bold;
	text-align: left;
	width: 640px;
	margin-left: 40px;
	height: 270px;
	padding: 20px;
	padding-left: 180px;
	padding-right: 120px;
	padding-top: 10px;
	display:none; 
}
.topPanelContent .close {
	position: absolute;
	top: 10px;
	left: 950px;	
}
.topPanelContent h2 {
	font-size: 3em;
	margin-bottom: 20px;	
	margin-top: 0px;
}
.topPanelInfo {
	position: absolute;
	left: 280px;
	top: 60px;
	border-left: 2px solid #eee;
	padding-left: 20px;
	height: 170px;
	width: 300px;	
}
.loginForm {
	margin-left:10px	
}
#navMain {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	margin-top: -16px;
	margin-left: 210px;
	width: 750px;
	text-align: right;
	display:block;
	font-size: 1.2em;
}
#navMain li {
	padding: 0px;
	display: inline;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
	position: relative;
}
#navMain a {
	color: #999999;
	text-align: center;
	padding-top: 26px;
}
#navMain  a.topPanelLink:hover , #navMain a.topPanelLink.selected  {
	background-image: url(../images/icons-nav-top-arrows.png);
	background-repeat: no-repeat;
	background-position: center -16px;
}
#navMain a.selected  {
	background-position: center -112px;
 }
#navMain a:hover {
	color: #ff3d91;
}
#navSearch {
	position: relative;
	margin-top: 16px;
}
#navSearch #Search {
	background-image: url(../images/search-box-bg.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 174px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	padding-top: 4px;
	padding-left: 6px;
	margin: 0px;
	padding-right: 0px;
	outline: none; 
}

#navSearch #submit {
	position: absolute;
	right: 5px;
	top: 4px;
	margin: 0px !important;
	padding: 0px;
	border: 0px;
}
#headerImage {
	position: absolute;
	left: 20px;
	top:60px;
	margin-top: 0px;
}
.pageSingle #headerImage {
	/*z-index: -10;*/
}
#header {
	position: relative;
	height: 60px;
}


/************ LIST ENTRIES ************/

#blog {
	width: 450px;
	min-height: 800px;
	float: left;
	margin-top: 220px;
}
#blog.grid {
	width: 960px;
}

.blogItem, .carousel li {
	width: 450px;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	list-style-type: none;
	background-color: #000;
}

.grid .blogItem{
	float: left;
	margin-right: 20px;
	width: 220px;
	height: 120px;
}
.grid .blogItem  img {
	height: auto;
	width: 220px;
}
.grid .infoOverlay p {
	display: none;
}
.grid .infoOverlay h3 a {
	width: 200px;
	height: 100px;
	display: block;
}
.carousel li {
	height: 250px;
}
.carouselContainer {
	position: relative;
}
#featuresCarousel .carousel {
	width: 450px !important;
	height: 250px !important;
}
#recognitionCarousel .carousel {
	width: 210px !important;
	height: 130px !important;
}

#featuresCarousel .mid {
	margin-top: -250px;
	
	background-image: url(../images/bg-dark-85.png);
	position:absolute;
	width: 205px;
	height: 250px;
	z-index: 2;
}
#featuresCarousel .over {
	top: -250px;
	margin-bottom: -230px;
}
#featuresCarousel .over li {
	background-color: transparent;
}
#featuresCarousel .over .infoOverlay {
	left: 225px;
	background-image: none;
	color: #fff;
}
#recognitionCarousel li {
	height: 130px;
	width: 210px;
}
#recognitionCarousel .next, #recognitionCarousel .prev {
	top: 80px !important;
}
.blogItem  img, .carousel li img{
	height: auto;
	width: 450px;
}
#recognitionCarousel li img{
	height: 130px;
	width: auto;
}
.blogItem  .infoOverlay, #recognitionCarousel .infoOverlay {
	display: none;
}
.blogItem:hoverr .blogItemInfo {
	display: block;
}
.infoOverlay {
	background-image: url(../images/bg-white-92.png);
	position: absolute;
	height: 100%;
	width: 205px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/bg-dark-85.png);
	color: #fff;
}
.infoOverlay h3 {
	margin-top: 10px;
	font-size: 1.4em;
}
.infoOverlay h3 span {
	font-size: 0.7em;
}
#featuresCarousel .infoOverlay {
	left: 225px;
	background-image: url(../images/bg-dark-85.png);
	color: #fff;
}

#recognitionCarousel .infoOverlay {
	left: 0;
	height: 130px;
	width: 190px !important;
}

.moreLink {
	position: absolute;
	left: 10px;
	bottom: 10px;
}


/************ ADD/SHARE ************/


.addShare {
	position: absolute;
	height: 16px;
	width: 86px;
	right: -215px;
	top: 10px;
	color: #282827;
	background-image: url(../images/icons-blog-item.png);
	background-repeat: no-repeat;
}
#featuresCarousel .addShare {
	left: -96px;
}
.addShare span {
	color: #282827;
	padding-left:6px;
	padding-top: 1px;
	height: 14px;
	display: none;
}
.addShare:hover span {
	display: block;
	cursor: pointer;
}
.addLink {
	top: 30px;
	background-position: 0px 0px;
}
.addLink:hover {
	background-position: 0px -16px;
}
.addLink.remove {
	top: 30px;
	background-position: 0px -64px;
}
.addLink.remove:hover {
	background-position: 0px -80px;
}
.shareLink {
	background-position: 0px -32px;
}
.shareLink:hover {
	background-position: 0px -48px;
}
.entry .addShare, .entry .addLink, .entry .sharelink {
	position: relative;
	left: 0px;
	top: 0px;
	bottom: auto;
	right: auto;
	float: left;
	display: block;
	margin-bottom: 6px;
	margin-right: 4px;
}
.entry .addShare span {
	display: block;
}
.entry .addThis {
	display: none;	
}
.entry .addLink {
	background-position: 0px -16px;
}
.entry .addLink.remove {
	background-position: 0px -80px;
}
.entry .shareLink {
	background-position: 0px -48px;
}
.entry .addShare img, .entry .addThis img  {
	width: auto;
	height: autol;	
}


/************ SINGLE PAGE ************/

.entry p {
	margin-bottom: 20px;	
	font-size: 1.15em;
	line-height: 1.3em;
}
.entry {
	marrrrrrgin-top: -20px;	
	margin-bottom: 30px;
}
.entry img {
	height: auto;
	width: 450px;	
}
.entry p.postmetadata {
	margin-top: 20px;
	margin-botton: 20px;
	font-size: 1em;
	line-height: 160%;
}
.postmetadata a {
}
.filedAs a {
	background-image: url(../images/tag.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 14px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 4px;
	margin-left: 4px;
	color: #282827;
}
.filedAs a:hover {
	background-image: url(../images/tag-white.png);
	text-decoration: none;
	color: #282827;
}
.related {
	margin: 0px;
	padding: 0px
	list-style: none;	
	clear: both;
	display: block;
	text-align: left;
	height: 80px;
	overflow: hidden;
}
.related a {
	margin: 0px;
	padding: 0px;
	height: 80px;
	overflow: hidden;
	float: left;
}	
.related img, .related object, .related embed {
	width: 110px;
	margin-right: 2px;
	min-height: 80px;
}


/************ TAGS ************/

#tagsTitle {
	position: absolute;
	left: 0px;
	padding-left: 2px;
	margin-top: 30px;
	color: #999;
}
#tagsTitle span {
	background-image: url(../images/icons-tag-arrows.png);
	height: 16px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: -48px 0px;
	display: block;
	margin-bottom: 6px;
	margin-left: -2px;
}
#tagsTitle:hover  span  {
	background-position: -42px 0px;
}
#tagsTitle.selected  span  {
	background-position: -48px -32px;
}
#tagsTitle.selected:hover  span  {
	background-position: -42px -32px;
}
.tagscol {
	float: left;
	display:block;
	width: 0px;
	color: #333333;
	text-align: right;
	margin-right: 20px;
	padding-top: 30px;
	
	margin-top: 200px;
}
.tagscol li {
	list-style-type: none;
	margin-bottom: 4px;
	display: none;
}
.tagscol li span {
	display: none;
}
.tagscol a {
	color: #999999;
	background-color: #000000;
	padding-right: 2px;
	padding-left: 2px;
}
.tagscol a:hover {
	background-color: #ff3d91;
	color: black;
	text-decoration: none;
}


/************ COMMENTS ************/



.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 450px;
	
}
.commentlist li {
 	padding: 10px;
 	width: 200px
 	margin: 0px;
 	background-color: #fff;
 	width: 290px;
	color:#222;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}

.commentlist li.authorcomment {
	background:#ff3d91;
	color: black;
}

.commentlist li.authorcomment a {
	color:#000;
}
.commentlist li.authorcomment a:hover {
	color:#000;
	text-decoration: underline;
}

.commentlist cite {
	display:block;
	float: left;
	font-style: normal;
	width: 110px;
	padding-right: 20px;
	background-image: url(../images/comment-point-white.png);
	background-position:  right 10px;
	background-repeat: no-repeat;
}
.commentlist cite.authorcomment {
	background-image: url(../images/comment-point.png);
}

#respond {
	margin-top: 40px;	
}
#zrx_captcha table {
	margin-top: 4px;	
}

.speech {
	background-image:url(../images/voice-point-light-alt.png);
	display: block;
	width: 17px;
	height: 13px;
	margin-top: -10px;
	margin-left: 20px;
	margin-bottom: 30px;
	position: relative;
	z-index: 200;
}


/************ SIDEBAR ************/

.sidebar {
	float: left;
	width: 500px;
	position: relative;
	margin-left: 40px;
	
	margin-top: 220px;
}
.pageSingle .sidebar {
	opacity: .15; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=15); /* IE lt 8 */
	-ms-filter: "alpha(opacity=15)"; /* IE 8 */
	-khtml-opacity: .15; /* Safari 1.x */
	-moz-opacity: .15; /* FF lt 1.5, Netscape */
}	
.sidebar .column {
	float: left;
	width: 225px;
	margin-right: 15px;
	margin-bottom: 20px;
}
#featuresCarousel {
	width: 450px;
}
#recognitionCarousel {
	width: 210px;
	height: 160px;
	margin-bottom: 20px;
}
#adColumn {
	width: 210px;
	z-index: 200;
	position: relative;
}
#resources {
	width: 210px;
	margin-top: 20px;
	height: 500px;
}	
#resources .tabContent {
	height: 450px;
	background-color:#FFF;
}	
#resources .tabContent a {
	font-size: 1.2em;
}	
.addJob {
	height: 10px;
	font-size: 1.2em;
	width: 190px;
	padding: 10px;
	padding-top:5px;
	display:block;
	position:absolute;
	bottom: 0px;
	left: 0px;
	background-color: #ff3d91;
	background-image:url(../images/icon-add-white.png);
	background-position:190px 4px;
	background-repeat: no-repeat;
	color: black;
}
.addJob:hover {
	background-color: #000;
}
#voiceBox {
	width: 210px;
	font-size: 0.9em;
}
#voiceBox li {
	list-style: none;
	background-color:#000;
	padding: 10px;
	margin: 0px;
	position:relative;
}
#voiceBox li.odd {
	background-color:#1a1a1a;
	text-align: right;
}
#voiceBox li.last {
	background-color:transparent;
}
#voiceBox li.last span {
	background-color:transparent;
	background-image:url(../images/voice-point-dark.png);
	left: 10px;
}
#voiceBox li span {
	background-image:url(../images/voice-point-darkish.png);
	width: 17px;
	height: 13px;
	position: absolute;
	top: 0px;
	right: 10px;
}
#voiceBox li.odd span {
	background-image:url(../images/voice-point-dark.png);
	left: 10px;
}
#voiceBox li.first span {
	display: none;
}
#adColumn img {
	margin-bottom: 20px;
}
/**
 *  Horizontal Buttons
 */
.next {
    position: absolute;
    top: 141px;
    right: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/icons-arrow-right.png) no-repeat 0 0;
	z-index:99;
	border: none;
}

.next:hover {
    background-position: -32px 0;
}

.next:active {
    background-position: -64px 0;
  	outline: none;
}

.prev {
    position: absolute;
    top: 141px;
    left: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/icons-arrow-left.png) no-repeat 0 0;
	z-index:99;
	border: none;
}

.prev:hover {
    background-position: -32px 0;
}

.prev:active {
    background-position: -64px 0;
  	outline: none;
}

/**
 *  END Horizontal Buttons
 */
 
 
 
 /*************** TABS ********************/
 
 /* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0;
	margin-right: 2px;
	background-color:#000000;
	padding: 5px;
	padding-left: 9px;
	padding-right: 9px;
	font-size: 1.4em;
}
.ui-tabs-nav li a {
	color:#FFFFFF;
}
.ui-tabs-nav li.ui-tabs-selected {
    color: #000;
    background-color: #FFF;
}
.ui-tabs-nav li.ui-tabs-selected a {
    color: #ff3d91;
    background-color: #FFF;
	outline: none;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-panel {
    padding: 8px;
    background: #FFF; /* declare background color for container to avoid distorted fonts in IE while fading */
    color: #ff3d91;
	font-size: 0.9em;
	color:#333333;
	height: 434px;
	position: relative;
}
.ui-tabs-panel li {
	list-style: none;
	margin-bottom:4px;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



/************ PAGINATION ************/

.paginator span a {
	color: #fff;	
}
.paginator span strong {
	color: #222 !important;	
	background-color: #ff3d91 !important;	
	font-weight: bold;
}
.paginator .current_page_mark {
	background-color: #ff3d91 !important;
}


/************ FOOTER ************/

#footer {
	background-color: #fff;
	color: #777;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#footer p {
	margin-top: 40px;
	margin-bottom: 0px;
}

#toTopLink {
	padding-left: 40px;	
	padding-bottom: 40px;
	margin-top: 20px;
}

.button {
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 11px;
	padding-left: 4px;
	position: relative;
	margin-left: 7px;
	margin-right: 2px;
	color: #FFFFFF;
}
.button.hasIcon {
	padding-left: 14px;
}



.button span.butLeft {
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	width: 7px;
	position: absolute;
	left: -7px;
	top: 0px;
}
.button:hover {
	cursor: pointer;
	color: #282827;
	background-image: url(../images/button-black.png);
	text-decoration: none;
}
.button:hover span.butLeft {
	background-image: url(../images/button-black.png);
}


#footer .button, #footer .button span.butLeft  {
	background-image: url(../images/button-black.png);
}
#footer .button:hover, #footer .button:hover span.butLeft  {
	background-image: url(../images/button.png);
}

.button span.icon {
	background-image: url(../images/icons.png);
	position: absolute;
	left: -4px;
	top: 0px;
	width: 16px;
	height: 16px;	
	background-repeat: no-repeat;
	background-position: left top;
}
.button span.icon.love {
	background-position: -48px top;
}
.button span.icon.rss {
	background-position: -32px top;
}
.button span.icon.up {
	background-position: -16px top;
}


 /*************** ADDTHIS OVVERIDES ********************/

#at15s, #at15s_head,  #at_hover, #at16pf {
	color: #eee !important;
	background-color: #000 !important;	
	background: #000 !important;	
	border: 0px !important;
	border-bottom: 0px !important;
	border-top: 0px !important;
}
#at15s_head, #at_hover, #at16pf {
	margin: -2px !important;	
	padding: 6px !important;	
}	
#at16pf a {
	color: #eee !important;	
}
#at_hover .at_item, #at_share .at_item {
	
	background-color: #000 !important;	
	background: #000 !important;
}
#at15s_head span, #at15s_head {
 	color: #ff3d91 !important;
}


 /*************** OTHER OVVERIDES ********************/


.jScrollPaneDrag {
	background-color: #ff3d91 !important;
}
#tooltip {
	color: #282827 !important;
}

#alw_login input {
	background-color: #f3f2f2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
