@charset "utf-8";
/* CSS Document */
/* This file holds the general css for the  site */

/* CANCELLING ISSUES IN DIFFERENT BROWSERS */

html,body,div,span,img,applet,embed,canvas,object,iframe {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
h1,h2,h3,h4,h5,h6 {
	/*color:#2b2b2b;*/
	color:#5F5F5F;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	text-transform:uppercase;
}
ol,ul,li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
fieldset,form,label,legend,button,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent
}
ul,li {
	list-style:none;
}
li {
	display:inline
}
/* GENERAL REDEFINITIONS */
html {
	width:100%;
	height:100%;
	margin:0;
}
body {
	background:#efefef;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	margin:0;
	padding:0;
	color:#000;
}
a {
	text-decoration:none;
	color:#000;
	outline:none;
}
a:hover {
	color:#C000C3;
	outline:none;
}
a img{
border:none;
}
.clr {
	clear:both;
}
/* Rounded corners CSS start */
.roundedBox {
	position:relative
}

/*- All the corners -*/
.roundedBox .corner {
	background-img:url(../img/mainBG.png);
}
.corner {
	position:absolute;
	width:5px;
	height:5px;
}

/*- Each corner -*/
.topLeft {
	top:0;
	left:0;
	background-position:0px -60px;
}
.topRight {
	top:0;
	right:0;
	background-position:-5px -60px;
}
.bottomLeft {
	bottom:0;
	left:0;
	background-position:0px -65px;
}
.bottomRight {
	bottom:0;
	right:0;
	background-position:-5px -65px;
}
/* Rounded corners CSS end */


/* LAYOUT-STRUCTURE */
#wrapper {
	width:960px;
	margin:0 auto;
}
/* Header CSS start here */
#header {
	/*margin:0 10px;*/
	width:960px;
	height:95px;
	margin-top:25px;
}
.logo {
	margin:0;
	width:295px;
	height:95px;
	float:left;
	z-index:100;
}
.logo h1 {
	background:url(../img/logo.jpg) no-repeat;
	background-position: 0 0;
	text-indent:-5000px;
	display:block;
	width:295px;
	height:95px;
	z-index:100;
	float:left;
}
.logo h1 a{
	display:block;
	width:295px;
	height:95px;
}
.loginWrapper {
	height:40px;
	float:right;
	width:630px;
	padding-top:20px;
	line-height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	text-align:right;
}
.loginWrapper input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	padding:6px 5px;
	margin-left:10px;
	border:none;
	color:#5f5f5f;
	float:left;
}
input.email {
	width:155px;
}
input.password {
	width:130px;
}
input.button {
	color:#fff;
	background:#c000c3;
	padding:5px 20px 4px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	width:auto;
}
.forgot {
	height:25px;
	line-height:25px;
	font-size:12px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: 1px solid #c1c1c1;
	color:#2a2a2a;
	float:right;
	text-transform:none;
	font-weight:normal;
	padding:0 15px;
}
.searchBox {
	float:right;
	width:298px;
	height:92px;
}
#header .navigation {
	width:500px;
	height:25px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
	text-transform:uppercase;
}
#header .navigation ul {
	width:450px;
	margin-right:20px;
	float:right;
}
#header .navigation  ul li {
	height:25px;
	margin-left:45px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	float:left;
	line-height:25px;
}
#header .navigation  ul li a {
	color:#000;
}
#header .navigation  ul li a:hover, #header .navigation  ul li a.current, #header .navigation  ul li.current a {
	color:#c200c3;
}
/* Header CSS start here */

/* Content CSS start */
#content {
	width:960px;
	/*margin:0 10px;*/
	margin-top:15px; background:url(../img/contentBack.jpg) top right repeat-y;
	z-index:0;
}
#content h1 {
	font-size:22px;
	margin-bottom:8px;
	color:#C000C3;
}
#content h2 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:15px;
}
#content h3 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	color:#292929;
}
#content h4 {
	font-size:14px;
	margin-bottom:15px;
}
#content .left {
	float:left;
	width:680px;
	padding:10px 20px 20px 0;
	background:url(../img/rightBorder.jpg) top right repeat-y;
}
#content .right {
	float:right;
	width:240px;
	padding:10px 0 0 20px;
}
#content .right input {
	font-size:12px;
	font-style:italic;
	padding:6px 5px;
	margin-bottom:10px;
	border:none;
	color:#5f5f5f;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:220px;
}
#content .right select {
	font-size:12px;
	font-style:italic;
	padding:6px 5px;
	margin-bottom:10px;
	border:none;
	color:#5f5f5f;
	width:230px;
}
#content .right option {
	border:none;
	border-collapse:collapse;
}
#content .right input.checkbox {
	width:20px;
	float:left;
}
#content .right input.button {
	width:80px;
	display:block;
	margin-left:0px;
	font-style:normal;
	color:#fff;
	font-size:14px;
	padding:5px 20px 4px;
	font-family:Arial, Helvetica, sans-serif;
	width:auto!important;
}
input.button:hover {
	background:#000;
}
#content .right .twittWrapper {
}
#content .right .twittWrapper .twittHolder {
	margin-bottom:10px;
	width:240px;
}
#content .right .twittWrapper .twittHolder .imageHolder {
	width:57px;
	height:56px;
	border:1px solid #cccccc;
	background:#fff;
	margin-right:10px;
	float:left;
}
#content .right .twittWrapper .twittHolder .imageHolder img {
	height:48px;
	width:48px;
	margin:4px;
}
#content .right .twittWrapper .twittHolder .details {
	width:155px;
	float:right;
	font-size:13px;
	color:#2a2a2a;
}
#content .right .twittWrapper .twittHolder .details a {
	color:#2a2a2a;
}
#content .right .followUs ul li {
	width:60px;
	height:55px;
	display:block;
	float:left;
	margin-right:10px;
}
#content .right .bookmarkUs ul li {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#content .right .featuredSponsors {
	height:225px;
	width:220px;
}
#content p {
	padding:5px 0 15px 0;
	color:#5f5f5f;
}
/*#content p.larg {
	font-size:15px;
	line-height:22px;
} */

#content p.larg{
/*float:left;*/
font-size:15px;
line-height:22px;
/*width:100%;*/
}
#content p a {
	color:#C000C3;
	text-decoration:underline;
}
#content .indexBlock {
	width:185px;
	margin:20px 15px 20px 0 ;
	float:left;
	background:#dddddd;
	padding:15px;
	min-height:90px;
}
#content .indexBlock p.larg {
	font-weight:bold;
	padding-bottom:0px!important;
	line-height:18px;
	font-size:12px;
}
#content .noMarRight {
	margin-right:0px!important;
}
#content .blogPostsWrapper {
	width:680px;
}
#content .blogPost {
	width:640px;
	padding:20px;
	background:#f4f4f4;
	margin-bottom:15px;
}

#content .blogPost .imageHolder {
	/*width:73px;
	height:73px;*/
	border:1px solid #cccccc;
	background:#fff;
	margin-right:15px;
	float:left;
}
#content .blogPost .imageHolder img {
	/*height:65px;
	width:65px;*/
	margin:4px;
}
#content .blogPost .details {
	width:548px;
	float:right;
	/*font-style:normal;*/
}
/*#content .blogPost .details .name {
	color:#c200c3;
	font-size:14px;
	font-weight:bold;
}
#content .blogPost .details .name a {
	color:#c200c3;
}*/
.postContent{
	width:100%;
}
#content .blogPost .details .postContent {
	font-size:13px;
	color:#5f5f5f;
}
#content .blogPost .details .links {
	font-size:11px;
	font-style:normal;
	color:#5f5f5f;
	margin-top:5px;
}
#content .blogPost .details .links ul li {
	height:15px;
	line-height:15px;
	padding:0 10px 0 30px;
	display:block;
	float:left;
}
#content .blogPost .details .links ul li a{
	color:#5f5f5f;
}
#content .blogPost .details .links ul li a:hover{
	color:#c200c3;
}
#content .blogPost .details .links ul li.continue {
	background:url(../img/continueIcon.jpg) top left no-repeat;
	background-position:-10px 0;
	padding-left:20px;
}
#content .blogPost .details .links ul li.comment {
	background:url(../img/commentIcon.jpg) top left no-repeat;
}
#content .blogPost .details .links ul li.message {
	background:url(../img/messageIcon.jpg) top left no-repeat;
}
/* Content CSS end */

/*Footer Start Here*/
#footer {
	width:960px;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#footer .navigation {
	float:left;
	width:735px;
}
#footer a {
	color:#2b2b2b;
}
#footer .navigation ul {
	margin-top:35px;
	height:20px;
	margin-left:10px;
}
#footer .navigation ul li {
	height:20px;
	line-height:20px;
	font-size:14px;
	font-style:normal;
	background:url(../img/footerNavBg.jpg) center right no-repeat;
	padding-right:20px;
}
#footer .navigation ul li.noBorderRight {
	background:none;
}
#footer .navigation  ul li a:hover, #footer .navigation  ul li a.current, #footer .navigation  ul li.current a {
	color:#c200c3;
}
#footer .copyright {
	float:right;
	width:205px;
	margin-top:35px;
	margin-right:20px;
	height:20px;
	text-align:right;
	font-style:normal;
	color:#2b2b2b;
}
/*Footer CSS end*/

/*Other CSS start*/
.marTop5{margin-top:5px}.marTop10{margin-top:10px}.marTop15{margin-top:15px}.marTop20{margin-top:20px}.marTop25{margin-top:25px}.marTop30{margin-top:30px}.marTop35{margin-top:35px}.marTop40{margin-top:40px}.marTop50{margin-top:50px}.marTop100{margin-top:100px}.marBot5{margin-bottom:5px}.marBot10{margin-bottom:10px}.marBot15{margin-bottom:15px}.marBot20{margin-bottom:20px}.marBot25{margin-bottom:25px}.marBot30{margin-bottom:30px}.marBot35{margin-bottom:35px}.marBot40{margin-bottom:40px}.marBot45{margin-bottom:45px}.marBot50{margin-bottom:50px}.marRight20{margin-right:20px}.bold{font-weight:bold}.normal{font-weight:normal}.red{color:#F00}.green{color:#008000}.black{color:#000}.white{color:#FFF}.rightSide{float:right}.leftSide{float:left}.underline{text-decoration:underline}
.pink {
	color:#c000c3;
}
a.pink:hover {
	color:#000;
}
/*Other CSS end*/

.forgotForm label {
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	display:block;
	text-transform:uppercase;
	float:left;
	width:125px;
}
.marLeft125 {
	margin-left:125px;

}

/* Paging */
div.paging {
	
	color: #ccc;
	margin-bottom: 1em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {

}
#content .userDetails .userLeft, #UserEditForm .userLeft, #content .userForm .userLeft {
	width:160px;
	float:left;
	margin-left:10px;
	text-align:left;
	font-weight:bold;
	padding-right:10px;
}
#content .userDetails .userRight, #UserEditForm .userRight, #content .userForm .userRight {
	width:470px;
	float:left;
}
#content .userDetails input.button, #UserEditForm .userRight input.button {
	border:none;
	cursor:pointer;
	float:left;
	padding:5px 20px 4px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#fff;
	width:auto;
}
.hasLayout { zoom: 5; }
.gainlayout { height: 1px; }
.bgWhite {
	background:#fff;
	padding:7px 7px;
}
.bgTableHeading {
	font-style:normal;
	font-weight:bold;
	padding:7px 7px;
}
.bgNone {
	padding:7px 7px;

}
.mandatory {
	float:right;
	clear:both;
	margin-bottom:5px;
}
.indexBlock span.pink {
	font-style:normal;
	font-size:17px;
}
/* Notices and Errors */
div.message {
	clear: both;
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0;
    text-align:center;
	width:680px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
a.button {
	color:#fff;
	display:block;
	background:#c000c3;
	padding:3px 20px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	border:none;
	cursor:pointer;
	float:left;
	padding:3px 10px;
	margin-right:10px;
}
#content h1 a {
	color:#000;
}
#content h1 a:hover {
	color:#C000C3;
}
.right .bloggers .country {
	font-weight:normal;
	text-transform:none;
}
.right .bloggers .country a{}
#content .left input {
	padding:3px 2px;
	border:1px solid #bababa;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#5F5F5F;
	width:225px;
	font-size:13px;
	/*width:175px;*/
}
#content .left select {
	padding:3px 2px;
	border:1px solid #bababa;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#5F5F5F;
	font-size:13px;
	/*width:180px;*/
}
#content .left textarea {
	padding:3px 2px;
	border:1px solid #bababa;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#5F5F5F;
	font-size:13px;
}
#content .right .blogerPrfofile .imageHolder {
	/*width:73px;
	height:73px;*/
	border:1px solid #cccccc;
	background:#fff;
	margin-right:5px;
	float:left;
}
#content .right .blogerPrfofile .imageHolder img {
	/*height:65px;
	width:65px;*/
	margin:4px;
}
#content .right .blogerPrfofile .details {
	width:158px;
	float:right;
}
#content .name{
	font-size:13px;
}
#content .right .blogerPrfofile .details .name {
	color:#c200c3;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#content .blogPost .details .name a {
	color:#c200c3;
}
#content .blogPost .details .name a:hover {
	color:#000;
}

#content .blogTitle{
	font-size:15px;
	font-weight:bold;
}
#content .blogTitle a{
	color:#c200c3;
}
#content .blogTitle a:hover{
	color:#000;
}

#content .right .blogerPrfofile .allDetails {
	width:235px;
}
#content .right .blogerPrfofile .allDetails .left {
	width:75px;
	margin-right:5px;
	float:left;
	padding:3px 0;
	background:none;
}
#content .right .blogerPrfofile .allDetails .right {
	width:155px;
	float:right;
	padding:3px 0;
	border-right:none;
}
#content .banner {
	height:120px;
	width:680px;
	/*background:url(../img/bannerBg.jpg) top left no-repeat;*/
	margin:10px 0 20px;
}
#content .banner img {
	height:120px;
	width:680px;
}
ul.bloggers li {
	width:320px;
	min-height:75px;
	margin:0 20px 20px 0;
	display:block;
	float:left;
}
ul.bloggers li .imageHolder {
	/*width:73px;
	height:73px;*/
	border:1px solid #cccccc;
	background:#fff;
	margin-right:15px;
	float:left;
}
ul.bloggers li .imageHolder img {
	/*height:65px;
	width:65px;*/
	margin:4px;
}
ul.bloggers li .details {
	width:228px;
	float:right;
}
ul.bloggers li .details .name {
	color:#c200c3;
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}
ul.bloggers li .details .name a {
	color:#C000C3;
	font-weight:bold;
}
ul.bloggers li .details span {
	display:block;
}
.rightSideEdit {
	float:right;
	padding-right:20px;
}
.errorMessage {
	text-align:center;
	color:#F00;
}
.errorFlash {
	clear: both;
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0;
    text-align:center;
}
.successFlash {
	clear: both;
	color: green;
	font-size: 12px;
	font-weight: bold;
	margin: 1em 0;
    text-align:center;
}
img#captcha {
	margin:10px 0;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 35%;
    height: 35%;
    padding: 16px;
    border: 5px #006699;
    background-color: white;
    z-index:1002;
    overflow: auto;
}
#content input.checkbox {
	width:20px!important;
}
/* Lightbox css start here */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../img/signupBox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/signupBox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/signupBox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/signupBox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/signupBox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../img/signupBox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/signupBox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/signupBox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/signupBox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{/*margin-bottom:28px;*/}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../img/signupBox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/signupBox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../img/signupBox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../img/signupBox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; right:0; top:0; background:url(../img/signupBox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}
		
.lightBox {
	width:480px;
	background:#f6f6f6;
}
.lightBox .lightBoxHeading {
	height:40px;
	line-height:40px;
}
.lightBoxHeading h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#C000C3;
	float:left;
	width:400px;
}
.lightBox .lightBoxContant {
	font-weight:bold;
	line-height:18px;
	font-size:12px;
	padding:5px 0 15px 0;
	color:#5f5f5f;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-bottom:1px solid #cccccc;
}

.lightBox ul.lightBoxFooter {
	width:470px;
	padding:13px 0 5px 10px;
	font-size:12px;
}
.lightBox ul.lightBoxFooter li {
	padding: 0 10px;
	background:url(../img/signupArrow.jpg) center left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
.lightBox ul.lightBoxFooter li a {
	color:#c000c3;
	font-weight:bold;
}
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/signupBox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/signupBox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}

.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/signupBox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/signupBox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/signupBox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/signupBox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/signupBox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/signupBox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/* Lightbox css end here */ 
.icon-box {
float:left;
margin:10px;
padding:10px;
text-align:center;
width:180px;
}
.icon-box div {
margin-top:10px;
}
.right .loginWrapper .LV_validation_message {
	text-align:left;
	padding-left:20px;
}
.icon-box .icon {
	height:60px;
	line-height:60px;
}
.lightBoxContant textarea {
	width:395px;
	height:75px;
}
.feedbackBox {
	height:130px;
	width:30px;
	top:40%;
	left:0;
	position:fixed;
	background:url(../img/feedback.jpg) no-repeat;
	text-indent:-5000px;
}
.feedbackBox a {
	height:130px;
	width:30px;
	display:block;
}

.postContent img {
    max-width:470px;
    max-height:300px;
}

object {
    float:left;
    margin: 20px 20px 0 0;
}

.postContentObject object{
    margin:0 20px 20px 0;
}

.indexArtistName { padding-left:340px; }
#namenew{color: #5F5F5F;}
.alignRight{float:right; margin-right:211px;}

.editorFont {
    font-style:normal;
}
.pageNotFound{
	background:url(../img/alert.png) no-repeat !important;
	width:128px;
	height:128px;
	margin-left:170px;
}
.center{
	text-align:center!important;
	margin:auto!important;
	min-height:470px;
	padding-top:30px;
}
.width140{
	width:140px!important;
	margin-bottom:5px;
}
.width170{
	width:170px!important;
	margin-bottom:5px;
}
#content .center .errorText {
	float:left;
	background:none;
	line-height:128px;
	text-align:left;
}
#content h3.pink {
	color:#C000C3;
}
.darkBg {
	background:#e6bfe6;
	padding:10px 0;
	padding-left:10px;
}
#content .right .darkBg input {
	width:210px;
}
#content .right .darkBg select {
	width:220px;
}