/* AUTHOR: DESI ARAGON / DESI@SEEKIO.COM / ICQ: 432052672 */

@charset "UTF-8";
/* CSS Document */


/* Transparent PNG FIX for HTML - IMAGES MUST BE INSIDE A DIV TAG FOR THIS TO WORK - DEPENDANT ON BLANK.GIF FILE */
img {
	behavior: url(images/iepngfix.htc);
	border: 0px;
}


/* GENERAL SITE WIDE BODY CONTENT STYLES */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #626262;
	background-image: url(images/bg-main2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: underline;
	color: #DD429A;
}
#textfield {
	vertical-align: middle;
}
select {
	vertical-align: middle;
}
form {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}





/* APPLY THIS TO ANY NON-TEXT ELEMENT TO V-ALIGN TO TEXT */
.vAlignMid {
	vertical-align: middle;
}

/* APPLY THIS TO RESET DIVS */
.clearBoth {
	clear: both;
}

/* USE THIS TO MAKE TEXT BOLD */
.txtBold {
	font-weight: bold;
}

/* USE THIS TO MAKE TEXT NORMAL */
.normalTxt {
	font-weight: normal;
}

/* USE THIS TO MAKE TEXT ALIGN RIGHT */
.txtAlignRight {
	text-align: right;
}



/* USE THIS TO ALIGN RIGHT */
.alignRight {
	float: right;
}

/* USE THIS TO ALIGN LEFT */
.alignLeft {
	float: left;
}

/* NOTES STYLES FOR PROGRAMMERS */
.notes {
	font-weight: normal;
	color: #FF0000;
	font-size: 12px;
}


/* APPLIES TO SMALL MOUSEOVER BUTTONS (93 x 20 pixels) */
.mouseOverBody {
	margin: 5px 0px;
	padding: 0px;
}


/* CREATES A DOTTED HORIZONTAL DIVIDER LINE */
.dottedLineDivider {
	background: url(images/bg-body-dottedline.gif) repeat-x left center;
	height: 14px;
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}


/* CREATES A CONTAINER FOR SOLID HORIZONTAL DIVIDER LINE */
.solidLineDivider {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 2px;
	width: 100%;
}



.thumbnails .spacer {
	float: left;
	width: 10px;
}


.outline {
	border: 1px solid #999999;
}

#smsInput {
	font-size: 11px;
	background-color: #DAD9E5;
	width: 110px;
	border: 1px solid #b0236e;
	color: #000000; margin-top:165px; margin-left:205px;
	
}

#smsSignup form {
    width: 30%;
    margin:auto;
}

#smsSignup form input {
    margin: 7px 1px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
}
#smsSignup input.submit{
    padding: 0px;
    font-size: 12px;
}
#smsSignup h1 {
    font-size: 1.1em;
    color: #fff;
    font-weight: normal;
    margin: 0px auto;
    padding: 0px;
    height: 33px;
    width: 286px;
    text-indent: -6000px;
    text-align: center;
}

#smsSignup.pvpush h1 {
    background: url(images/sms-signup-straight.png);
}

#smsSignup.hard4it h1 {
    background: url(images/sms-signup-gay.png);
}

#smsSignup h3 {
    color: #fff;
    text-align: center;
}
#smsSignup form img {
    height: 30px;
    vertical-align: middle;
}
