/* TAG's Default v3.1 */

/*
    Style Index
	-----------------------------------
	0. Reset
	1. Generic
    2. Layout
    3. Logo and Menus Navigation
    4. Content
    5. Footer
*/

/* 0. Reset /////////////////////////////////////////////////////////////////////////////////// */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0px;
	margin: 0px;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img, :link img, :visited img { border: none; }
:focus { outline: none; }
/* 1. Generic /////////////////////////////////////////////////////////////////////////////////// */
body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	background: #FAFAFA url(../i/df_bg1.png) repeat-x left top;
}
input, textarea, select {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #333;
	border: solid 1px #999;
	background-color: #FFF;
	padding: 2px;
}
input[type="checkbox"], input[type="radio"], .radios {
	background: none;
	border: 0;
	padding: 0;
	width: auto !important;
}
select { padding: 1px; }
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
legend, .hidden, hr { display:none; }
ol, ul { list-style: none; }
/* Extras */
/**************************************************************************
ESTILOS PARA LA VENTANA POPUP
***************************************************************************/
#BodyOff {
	background-color:#FFF;  	/* Le damos la el color de la opacidad. */
	opacity: 0.75;
	filter: alpha(opacity=75); 	/* Este valor mostrará la intensidad de la opacidad. */
	position:absolute; 			/* La posición tendrá que ser absoluta. */
	z-index:9001; 				/* Esta propidad es para añadir la capa superpuesta al nivel 9001. */
	top:0; 						/* Para que posicione la capa al punto '0' del top de la página. */
	left:0; 					/* Para que posicione la capa al punto '0' a la izquieda de la página. */
	width:100%; 				/* El valor por defecto que tendrá que expandirse. */
	height:100%; 				/* El valor por defecto que tendrá que expandirse. */
	display:none;				/* Por defecto estará desactiva */
}

.win_details {
	position: fixed; 			/* La posición tendrá que ser absoluta. */
	z-index:9002; 				/* Esta propidad es para añadir la capa superpuesta al nivel 9002 (antes que la capa 'capaPopUp'). */
	overflow: hidden;				/* Esta propiedad la indicamos por si el contenido es más grande que la capa que por defecto salga el 'scroll'. */
	left:50%; 					/* Para posicionar horizontalmente la capa al centro de la página */
	display:none; 				/* Por defecto estará desactiva */
	top:50%; 					/* Para posicionar verticalmente la capa al centro de la página */
}
/**************************************************************************
ESTILOS PROPIOS DEL POPUP
***************************************************************************/
.win {
	display: block;
	width: 340px; 				/* Necesario para que el script centre la capa horizontalmente en la página */
	height: auto;				/* Necesario para que el script centre la capa verticalmente en la página */
}
.win_wide {
	width: 660px; 				/* Necesario para que el script centre la capa horizontalmente en la página */
}
.win_box {
	background: url(../i/df_win_bg1_top.png) no-repeat left top;
	overflow: hidden;
	padding: 20px 25px 0 25px;
}
.win_bottom {
	background: url(../i/df_win_bg1_bottom.png) no-repeat left bottom;
	height: 30px;
}
.win_wide .win_box { background: url(../i/df_win_bg2_top.png) no-repeat left top; }
.win_wide .win_bottom { background: url(../i/df_win_bg2_bottom.png) no-repeat left bottom; }

.required {
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #0072BE;
}
.error {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #C00;
	border: 2px solid #C00;
	padding: 10px;
}
.input_error { border: 2px solid #C00; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
@font-face {
	font-family: 'TradeGothicLTStdBoldCondensed';
	src: url('../fonts/tradegothicltstd-bdcn20-webfont.eot');
	src: local('☺'), url('../fonts/tradegothicltstd-bdcn20-webfont.woff') format('woff'), url('../fonts/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'), url('../fonts/tradegothicltstd-bdcn20-webfont.svg#webfonta1mtJKV2') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TradeGothicLTStdCondensedNo.1';
	src: url('../fonts/tradegothicltstd-cn18-webfont.eot');
	src: local('☺'), url('../fonts/tradegothicltstd-cn18-webfont.woff') format('woff'), url('../fonts/tradegothicltstd-cn18-webfont.ttf') format('truetype'), url('../fonts/tradegothicltstd-cn18-webfont.svg#webfontyXDUMcg3') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Botones y Links */
.df_b1 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background: url(../i/df_b1_bg1.png) no-repeat left top;
	width: 170px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.df_b1:hover {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	background-position: left bottom;
}
.df_b2 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background: url(../i/df_b2_bg1.png) no-repeat left top;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.df_b2:hover {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	background-position: left bottom;
}
.df_b3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background: url(../i/df_b3_bg1.png) no-repeat left top;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.df_b3:hover {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	background-position: left bottom;
}

.df_b5 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background: url(../i/df_b3_bg1.png) no-repeat left top;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.df_b5:hover {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	background-position: left bottom;
}

.df_b4 {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background: url(../i/df_list_b1_bg1.png) no-repeat left top;
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
}
.df_b4:hover {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	background-position: left bottom;
}
.df_add1 {
	background: url(../i/df_b1_plus1.png) no-repeat left top;
	display: block;
	float:left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #0072BE;
	text-decoration: underline;
	padding-left: 35px;
	height: 26px;
	line-height: 26px;
}
.df_add1:hover {
	background-position: left bottom;
	color: #005E9B;
}

.df_button6 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	display: block;
	text-decoration: none;
	cursor: pointer;
	background: url(../i/df_b3_bg1.png) no-repeat left top;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.df_button6:hover {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	background-position: left bottom;
}

.df_close1 {
	background: url(../i/df_b1_close1.png) no-repeat center top;
	display: block;
	float:left;
	position: relative;
	cursor: pointer;
	width: 26px;
	height: 26px;
}
.df_close1:hover {
	background-position: center bottom;
}
.df_link1 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #0072BE;
	text-decoration: underline;
	background: url(../i/df_arrow1.png) no-repeat right 5px;
	padding: 2px;
	padding-right: 18px;
}
.df_link1:hover {
	color: #004B7D;
}
.df_link2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #E90000;
	text-decoration: underline;
	padding: 2px;
}
.df_link2:hover {
	color: #B70000;
}
/*.df_ln1 {
	background: url(../i/df_ln1.gif) repeat-x center;
	height:1px;
	padding: 20px 0;
	clear: both;
}*/

/* Pager */
.pager					{ overflow: hidden; height: 100%; clear:both; padding-bottom: 15px; color: #666; }
.pager-last				{ overflow: hidden; height: 100%; clear:both; padding-top: 15px; }
.pager .left			{ float:left; margin-bottom:0 !important; }
.pager .right			{ float:right; margin-bottom:0 !important; }
.pager-elements         { float: left; font: bold 13px Arial, Helvetica, sans-serif !important; margin-right: 15px; }
.pager-elements .export { background: url(../i/df_ico_excel1.gif) no-repeat right center; padding-right: 20px; color: #666; text-decoration: underline; }
.breadcrumb 			{ float: left; border-left: 1px solid #666; padding-left: 15px; font: bold 13px Arial, Helvetica, sans-serif !important; color: #0072BE; }
.breadcrumb a			{ background: url(../i/df_bcrumb_arrow1.gif) no-repeat right center; padding-right: 15px; margin-right: 5px; color: #0072BE; }
.pager-ctrl			{ float:right; margin-bottom:0 !important; padding: 0; font: normal 13px Arial, Helvetica, sans-serif !important; }
.pager-ctrl a			{ margin:0 3px;	text-decoration:none; color: #666; padding: 2px; }
.pager-ctrl a:hover	{ text-decoration: none; color: #B70000; }
.pager-ctrl .prev     	{ background:url(../i/df_pager_arrow1.gif) no-repeat left 1px; padding-left: 8px; padding-right: 5px; border: 0; }
.pager-ctrl .next     	{ background:url(../i/df_pager_arrow2.gif) no-repeat right 1px; padding-right: 8px; padding-left: 5px; border: 0; }
.pager-ctrl .first     { background:url(../i/df_pager_arrow3.gif) no-repeat left 1px; padding-left: 12px; padding-right: 5px; border: 0; margin-left: 0; }
.pager-ctrl .last     	{ background:url(../i/df_pager_arrow4.gif) no-repeat right 1px; padding-right: 12px; padding-left: 5px; border: 0; margin-right: 0; }
.pager-ctrl .prev:hover, .pager-ctrl .first:hover    	{ background-position: left -19px; }
.pager-ctrl .next:hover, .pager-ctrl .last:hover    	{ background-position: right -19px; }
.pager-ctrl strong	{ margin:0 3px;	text-decoration:none; padding: 2px 6px; background:url(../i/df_pager_num_bg1.gif) no-repeat center bottom; }
.pager-ctrl .last_num	{ margin-left: 5px; }

/* Forms - Fieldset */
fieldset.form { margin-top: 15px; }
fieldset.left {	width: 455px; float: left; display: block; }
fieldset.right { width: 455px; float: right; display: block; }
fieldset.form p { font: normal 13px Arial, Helvetica, sans-serif; margin-top: 10px; color: #666; float: left; padding-right: 15px; }
fieldset.form p.last { padding-right: 0; }
fieldset.right p { padding-right: 0; }
fieldset.form .from input, .form .to input { width: 75px; }
fieldset.form .collapsed { display: none; }
fieldset.form label { float: left; padding-top: 3px; font-weight: bold; color: #666; position: relative; margin-right:5px; }
fieldset.form label.fixed { min-width: 45px; }
fieldset.form span.no_required { display:block; float:left; overflow: hidden; margin-right: 2px; width: 10px; }
fieldset.form span.required { display:block; float:left; margin-right:2px; width: 10px; overflow: hidden; }
fieldset.form br { display: none; }
fieldset.form input { width: 365px; }
fieldset.form input:disabled { background-color: #EEE; }
fieldset.form select { width: 100px; }
fieldset.form textarea { width: 445px; height: 125px; margin-top: 5px; }
fieldset.form .buttons { margin-top: 5px; padding: 0; float: right; }
fieldset.form .buttons a { margin-left: 10px; }
fieldset.left .buttons { margin-top: 25px; float: left; }
fieldset.left .buttons a { margin-left: 0; margin-right: 10px; }
fieldset.form .comp { margin-top: 10px !important; float: left !important; }


/* Forms1 - Fieldset */
fieldset.form1 { margin-top: 15px; }
fieldset.left {	width: 455px; float: left; display: block; }
fieldset.right { width: 455px; float: right; display: block; }
fieldset.form1 p { font: normal 13px Arial, Helvetica, sans-serif; margin-top: 10px; color: #666; float: left; padding-right: 15px; }
fieldset.form1 p.last { padding-right: 0; }
fieldset.right p { padding-right: 0; }
fieldset.form1 .from input, .form1 .to input { width: 75px; }
fieldset.form1 .collapsed { display: none; }
fieldset.form1 label { float: left; padding-top: 3px; font-weight: bold; color: #666; position: relative; margin-right:5px; }
fieldset.form1 label.fixed { min-width: 45px; }
fieldset.form1 span.no_required { display:block; float:left; overflow: hidden; margin-right: 2px; width: 10px; }
fieldset.form1 span.required { display:block; float:left; margin-right:2px; width: 10px; overflow: hidden; }
fieldset.form1 br { display: none; }
fieldset.form1 input { width: 365px; }
fieldset.form1 input:disabled { background-color: #EEE; }
fieldset.form1 select { width: 100px; }
fieldset.form1 textarea { width: 445px; height: 125px; margin-top: 5px; }
fieldset.form1 .buttons { margin-top: 5px; padding: 0; float: right; }
fieldset.form1 .buttons a { margin-left: 10px; }
fieldset.left .buttons { margin-top: 25px; float: left; }
fieldset.left .buttons a { margin-left: 0; margin-right: 10px; }
fieldset.form1 .comp { margin-top: 10px !important; float: left !important; }

/* 2. Layout /////////////////////////////////////////////////////////////////////////////////// */
#main {
	width: 960px;
	margin: 0 auto;
}
#header { margin-top: 20px; }
#container {
	background: url(../i/df_bg1_shw.png) no-repeat center bottom;
	padding-bottom: 35px;
	height: 100%;
}
#footer {
	font: normal 11px/140% Arial, Helvetica, sans-serif;
	color: #666;
	width: 960px;
	margin: 0 auto;
	height: 100%;
}
/* 3. Logo and Menus Navigation /////////////////////////////////////////////////////////////////////////////////// */

#logo {
	float:left;
	width: 202px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#header .acc_manager {
	border-left: 1px solid #999;
	margin-left: 20px;
	padding: 0 20px;
	overflow: hidden;
	display: block;
	float: left;
}
#header .acc_manager h4 {
	font-size: 16px;
	color: #B70000;
	letter-spacing: 0;
}
#header .acc_manager p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
}
#header .acc_manager p a {
	color: #454545;
}
#util_menu {
	float: right;
	margin-top: 15px;
}
#util_menu li {
	float: left;
	margin: 0 5px;
	text-align: right;
}
#util_menu li a {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 14px;
	color:#666;
	text-decoration:none;
	margin: 0 5px;
	display: inline-block;
	padding: 0 2px;
	height: 18px;
	overflow: hidden;
	float: left;
}
#util_menu li .profile {
	background: url(../i/um_ico_profile1.png) no-repeat right top;
	padding-right: 20px;
}
#util_menu li .log {
	background: url(../i/um_ico_log1.png) no-repeat right top;
	padding-right: 18px;
}
#util_menu li a:hover {
	text-decoration: underline;
	background-position: right bottom;
	color: #B70000;
}
#menu {
	background: url(../i/df_m_bg1.png) no-repeat center top;
	list-style-type:none;
	clear: both;
	height: 38px;
	border-bottom: 2px solid #000;
	padding-left: 10px;
}
#menu li {
	float: left;
	text-align: center;
	border: 0;
}
#menu li a {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCC;
	padding: 10px;
	padding-top: 12px;
	display: inline-block;
	display: block;
}
#menu li a:hover {
	color: #999;
	text-decoration: none;
}
#menu li a.active {
	color: #F90000;
	text-decoration: none;
}
/* 4. Content /////////////////////////////////////////////////////////////////////////////////// */

/* Home */
#home #container {
	clear: both;
	background: none;
	padding: 20px 0;
	overflow: hidden;
}
#home #alpha {
	width: 420px;
	float: left;
	background-color: inherit;
	border: none;
	background: url(../i/home_bg1_top.png) no-repeat center top;
	padding-top: 20px !important;
}
#home #alpha .login_box {
	width:360px;
	background: url(../i/home_bg1_bottom.png) no-repeat center bottom;
	padding: 10px 30px 35px 30px;
	overflow: hidden;
}
#home #alpha fieldset h1 {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #666;
}
#home #alpha fieldset p {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 10px;
}
#home #alpha fieldset p label { color: #B70000; }
#home #alpha fieldset p input { width: 354px; height: 22px; }
#home #alpha fieldset .rec_password { float: left; margin-top: 40px; }
#home #alpha fieldset .rec_password a { font-size: 12px; font-weight: normal; color: #999; }
#home #alpha fieldset .buttons { float: right; margin-top: 30px; }
#home #alpha fieldset .buttons a { margin-left: 10px; }
#home #alpha fieldset .buttons .enter { font-size: 16px; background-image: url(../i/df_b3_bg2.png); }
#home #alpha fieldset .active { display: none; }
#home #alpha .form_rec { display: none; border-top: 1px dotted #CCC; margin-top: 25px; padding-top: 25px; }
#home #alpha .form_rec h3 { padding-bottom: 5px; }
#home #alpha .form_rec .txt {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 10px;
}
#home #alpha .form_rec .txt strong { color: #0072BE; }
#home #alpha .form_rec label { color: #0072BE; }
#home #aside { width: 500px; float: right; margin-top: 30px; }
#home #aside h2 {
	font-size: 30px;
	text-transform: none;
	letter-spacing: 0;
	color: #0072BE;
}
#home #aside .date {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
}
#home #aside p {
	font: normal 16px/150% Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#home #aside .buttons {
	float: right;
	margin-top: 15px;
}
#home #footer .left { padding: 15px 10px; }
#home #footer .email { color: #B70000; }



/* Summary */
#summary #alpha .box {
	padding: 0 20px;
}

#summary .sum_30days, #summary .sum_networks, #summary .act_balance {
	width: 275px;
	float: left;
	padding: 35px 0;
	display: block;
	overflow: hidden;
}

#summary .sum_networks {
	background: url(../i/summary_box_ln1.gif) repeat-y center top;
	padding: 35px 46px;
}

#summary #alpha .box table {
	width: 275px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	margin-top: 15px;
}
#summary .sum_30days table tr th, #summary .act_balance table tr th { font-weight: bold; color: #0072BE; padding: 5px 0; text-align: left; }
#summary .sum_30days table tr td, #summary .act_balance table tr td { font-weight: normal; color: #5B5B5B; padding: 5px 0; text-align: right; }
#summary .sum_networks table { font-size: 11px !important; text-align: right; }

#summary .sum_networks table tr th {
	font-size: 12px;
	color: #0072BE;
	padding-top: 5px;
	padding-bottom: 10px;
}
#summary .sum_networks table tr td { padding: 5px 0; }
#summary .sum_networks table tr .network { text-align: left; }
#summary .sum_networks table tr .sales { text-align: center; }
#summary .act_balance .buttons { margin: 20px 0 35px 0; }


#summary .sum_affiliates30days {
	width: 275px;
	float: left;
	padding: 35px 22px 35px 0;
	display: block;
	overflow: hidden;
}

#summary .sum_top10 {
	width: 596px;
	background: url(../i/summary_aff_box_ln1.gif) repeat-y left top;
	float: left;
	padding: 35px 0 35px 24px;
	display: block;
	overflow: hidden;
}

#summary .sum_affiliates30days table tr th { font-weight: bold; color: #0072BE; padding: 5px 0; text-align: left; }
#summary .sum_affiliates30days table tr td { font-weight: normal; color: #5B5B5B; padding: 5px 0; text-align: right; }
#summary .sum_top10 table { width: 596px !important; font-size: 11px !important; text-align: right; }
#summary .sum_top10 table tr th {
	font-size: 12px;
	color: #0072BE;
	padding-top: 5px;
	padding-bottom: 10px;
}
#summary .sum_top10 table tr td { padding: 5px 0; }
#summary .sum_top10 table tr .name { text-align: left; }
#summary .sum_top10 table tr .sales { text-align: center; }



/* Offers */
#offers #alpha .box .button_add {
	margin-top: 15px;
}
#offers #alpha .list {
	overflow: hidden;
}
#offers #alpha .list li {
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px dotted #CCC;
}
#offers #alpha .list li.first {
	border-top: 3px double #CCC;
}
#offers #alpha .list li.last {
	border-bottom: 3px double #CCC;
}
#offers #alpha .list li .data {
	float: left;
	width: 700px;
}
#offers #alpha .list li h2 {
	color: #B70000;
}
#offers #alpha .list li .date {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
#offers #alpha .list li p {
	font: normal 14px/150% Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 15px;
}
#offers #alpha .list li .link {
	font: normal 14px/150% Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 20px;
	float: left;
}
#offers #alpha .list li .coupon_code {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #B70000;
	margin-top: 15px;
	float: right;
}
#offers #alpha .list li .coupon_code strong {
	color: #666;
}
#offers #alpha .list li .coupon_code_expired {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #CCC;
	margin-top: 15px;
	float: right;
}
#offers #alpha .list li .coupon_code_expired strong {
	color: #B9B9B9;
}
#offers #alpha .list li .icon {
	float: right;
	width: 140px;
	height: 150px;
	display: block;
	text-align: center;
}
#offers #alpha .list li .coupon {
	background: url(../i/coupon_i1.png) no-repeat center top;
}
#offers #alpha .list li .coupon_expired {
	background: url(../i/coupon_i1.png) no-repeat center bottom;
}
#offers #alpha .list li .coupon h3 {
	font-size: 26px;
	letter-spacing: -1px;
	color: #FFF;
	padding-top: 45px;
	padding-bottom: 0;
}
#offers #alpha .list li .coupon_expired h3 {
	font-size: 26px;
	letter-spacing: -1px;
	color: #FFF;
	padding-top: 45px;
	padding-bottom: 0;
}
#offers #alpha .list li .coupon_expired .status {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 18px;
	color: #B70000;
	margin-top: 0;
}
#offers #alpha .list li .offer {
	background: url(../i/offer_i1.png) no-repeat center top;
}
#offers #alpha .list li .offer_expired {
	background: url(../i/offer_i1.png) no-repeat center bottom;
}
#offers #alpha .list li .offer h3 {
	font-size: 26px;
	letter-spacing: -1px;
	color: #FFF;
	padding-top: 57px;
	padding-bottom: 0;
}
#offers #alpha .list li .offer_expired h3 {
	font-size: 26px;
	letter-spacing: -1px;
	color: #FFF;
	padding-top: 57px;
	padding-bottom: 0;
	width: 100%;
	filter: alpha(opacity= 50);
	opacity: .50;
}
#offers #alpha .list li .offer_expired .status {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 18px;
	color: #B70000;
	margin-top: -7px;
}


/* Get Links */
#glinks .box fieldset.form .buttons { float: left; }
#glinks .list_box h3 { float: left; }
#glinks .list_box .gen_url { float: right; }
#glinks .list_box .gen_url a {
	background: url(../i/df_ico_getlink1.gif) no-repeat left top;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0072BE;
	height: 16px;
	line-height: 16px;
	display: block;
	padding-left: 20px;
	text-decoration: underline;
}
#glinks .list_box .gen_url .active {
	background-position: left bottom;
	color: #999;
	text-decoration: none;
}
#glinks .list_box .win_url {
	display: none;
	overflow: hidden;
	clear: both;
	background-color: #EBEBEB;
	border: 1px solid #CCC;
	padding: 5px 10px 10px 10px;
	margin-bottom: 25px;
}
#glinks .list_box fieldset.form { margin: 0; }
#glinks .list_box fieldset.form p { margin-top: 10px; }
#glinks .list_box fieldset.form select { width: 200px; }
#glinks .list_box fieldset.form .buttons { margin-top: 5px; }
#glinks .list_box fieldset.form .collapsed { display: none !important; }
#glinks .list_box fieldset.form .lab_link { display: none; margin-top: 25px; margin-bottom: 5px; }
#glinks .list_box fieldset.form .lab_link label { width: 105px; color: #0072BE; }
#glinks .list_box fieldset.form .copy_paste { display: none; margin-top: 30px; }
#glinks .list_box fieldset.form .copy_paste a {
	background: url(../i/df_ico_copy1.gif) no-repeat left top;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #2345AF;
	height: 12px;
	line-height: 12px;
	display: block;
	padding-left: 20px;
	text-decoration: none;
}

/* Media */
#media #alpha .list {
	overflow: hidden;
	width: 100%;
	padding: 0 0 30px 0;
}
#media #alpha .list li {
	font: normal 16px Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 10px;
	padding-right: 30px;
	height: 35px;
	display: block;
}
#media #alpha .list li a {
	color: #0072BE;
	text-decoration: underline;
	background: url(../i/df_media_folder_i1.gif) no-repeat left top;
	padding: 8px 0 6px 35px;
	display: block;
}
#media #alpha .list li .feeds {
	background: url(../i/df_media_feeds_i1.gif) no-repeat left top;
}
#media #alpha .list li .xmlfeeds {
	background: url(../i/xml_logo1.gif) no-repeat left top;
}
#media #alpha .list li a:hover {
	color: #005E9B;
}
#media #alpha .item_list {
	overflow: hidden;
	padding-bottom: 15px;
}
#media #alpha .item_list li {
	padding: 30px 0 0 0;
	display: block;
}
#media #alpha .item_list li .size {
	background: url(../i/df_arrow2.png) no-repeat left center;
	padding-top: 5px;
	padding-left: 20px;
}
#media #alpha .item_list li .size label {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #0072BE;
	float: left;
	position: relative;
	padding-top: 3px;
	margin-right:5px;
}
#media #alpha .item_list li .size input {
	width: 750px;
	background-color: #DCDCDC;
	border: 1px solid #CCC;
}


/* Statistics */
#stats #alpha .box .win_form .buttons {
	float: left;
}
#stats #alpha .box .win_form1 .buttons {
	float: left;
}
#stats #alpha .graphic_box #graphic_6 {
	display: block;
}
#stats #alpha .list_box table tr th[scope] {
	font-size: 11px;
	font-weight: normal;
	background-color: #FDF7CC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#stats #alpha .list_box table tr th[scope] img {
	margin-right: 5px;
}
#stats #alpha .list_box table tr th[scope] a {
	text-decoration: underline;
}

/* Reports */

#reports #alpha .list_box h3 {
	float: left;
}

#reports #alpha .list_box .download_last_rep a {
	float: right;
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #408940;
	text-decoration: underline;
	background: url(../i/df_ico_report1.png) no-repeat right 5px;
	padding-right: 20px;
	padding-bottom: 2px;
}

#reports #alpha .list_box table tr.last_rep td {
	font-weight: bold;
	color: #408940;
	background-color: #FDF7CC !important;
	border-bottom: 1px solid #CCC;
}

/* Contact */
#contact #alpha .box .txt {
	font: normal 13px/140% Arial, Helvetica, sans-serif;
	margin-top: 10px;
	color: #666;
}
#contact #alpha .box .txt_field {
	font: bold 13px/140% Arial, Helvetica, sans-serif;
	margin-top: 10px;
	color: #0072BE;
}
#contact #alpha .list_box ul {
}
#contact #alpha .list_box ul li {
	float: left;
	width: 50%;
}
#contact #alpha .list_box ul li p {
	font: normal 16px/150% Arial, Helvetica, sans-serif;
}


/* Profile */
#profile #alpha .box .data { width: 435px; display: block; float: left; margin-top: 10px; list-style-type: disc; padding-left: 15px; }
#profile #alpha .box .data li { font: normal 14px/135% Arial, Helvetica, sans-serif; margin-top: 5px; }
#profile #alpha .box .data li strong { color: #0072BE; }
#profile #alpha .box .data li label { color: #0072BE; font-weight: bold; }
#profile #alpha .box .data li select { font-weight: normal; font-size: 13px; width: 120px; }
#profile #alpha .box fieldset { width: 450px; font: normal 13px Arial, Helvetica, sans-serif; color: #666; padding-top: 5px; }
#profile #alpha .box fieldset p { padding-top: 10px; }
#profile #alpha .box fieldset p label { font-weight: bold; width: 165px; float: left; padding-top: 3px; }
#profile #alpha .box fieldset p label.email { width: auto; padding-top: 10px; }
#profile #alpha .box fieldset p label .legend { font-weight: normal; color: #0072BE; }
#profile #alpha .box fieldset p input {	width: 275px; }
#profile #alpha .box fieldset p input.email { width: 440px; margin-top: 5px; }
#profile #alpha .box fieldset .checks { clear: both; }
#profile #alpha .box fieldset .checks li { margin-top: 5px; }
#profile #alpha .box fieldset .checks input { background: none; border: 0; }
#profile #alpha .box fieldset .checks label { font-size: 12px; color: #666; }
#profile #alpha .box .buttons { float: left; margin-top: 20px; }
#profile #alpha .desc { float: left; width: 450px; text-align: justify; padding: 35px 0 0 20px; }
#profile #alpha .desc p { margin-top: 10px; }

/* Payment */
#payment #container {
	clear: both;
	background: none;
	padding: 20px 0;
	overflow: hidden;
}
#payment #alpha {
	width: 420px;
	float: left;
	background-color: inherit;
	border: none;
	background: url(../i/home_bg1_top.png) no-repeat center top;
	padding-top: 20px !important;
}
#payment #alpha .pay_box {
	width:360px;
	height: 285px;
	background: url(../i/home_bg1_bottom.png) no-repeat center bottom;
	padding: 10px 30px 35px 30px;
	overflow: hidden;
}
#payment #alpha fieldset h1 {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #666;
}
#payment #alpha fieldset p {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 10px;
}
#payment #alpha fieldset p label { color: #B70000; }
#payment #alpha fieldset p .date { display: block; }
#payment #alpha fieldset p input { width: 354px; height: 22px; }
#payment #alpha fieldset p select { width: 60px; height: 22px; margin-right: 5px; }
#payment #alpha fieldset p .large { width: 90px; }
#payment #alpha fieldset .buttons { float: right; margin-top: 30px; }
#payment #alpha fieldset .buttons a { margin-left: 10px; }
#payment #alpha fieldset .buttons .enter { font-size: 16px; background-image: url(../i/df_b3_bg2.png); }
#payment #alpha fieldset h3 {
	color: #B70000;
	margin-top: 15px;
}
#payment #footer .left { padding: 15px 10px; }
#payment #footer .email { color: #B70000; }

/* Default */
#section {
	background: url(../i/df_section_bg1.png) no-repeat center;
	overflow:hidden;
	width:960px;
	height: 120px;
	display: block;
}
#section .logo {
	float: left;
	padding: 30px 0 0 31px;
	width: 120px;
}
#section h1 {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 42px;
	text-transform: uppercase;
	color: #FFF;
	float: left;
	margin-top: 35px;
	padding-left: 75px;
}
#section h1 span { text-shadow: 0px 1px 1px #000; }
#section h1 .sct { color: #999; }
h2 {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #5B5B5B;
}
h3 {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #0072BE;
	padding-bottom: 15px;
}
h4 {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #B70000;
}
h5 {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #B70000;
}
#alpha {
	width:958px;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#alpha .affiliate_box {
	background-color: #D7D7D7;
	width: 918px;
	padding: 35px 20px;
	overflow: hidden;
	border-bottom: 1px solid #BEBEBE;
}

#alpha .box {
	background-color: #D7D7D7;
	width: 918px;
	padding: 35px 20px;
	overflow: hidden;
	border-bottom: 1px solid #BEBEBE;
}

#alpha .box .button_add {
}
#alpha .box .win_form {
	float: left;
	width: 100%;
}

#alpha .box .win_form1 {
	float: left;
	width: 100%;
	display: none;
}

#alpha fieldset .buttons .df_b1 {
	margin-bottom: 5px;
}
#alpha .buttons .adv_b1 {
	background: url(../i/df_ico_adsearch1.gif) no-repeat left top;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #0072BE;
	float: right;
	clear: both;
	display: block;
	overflow: hidden;
	padding-left: 12px;
	text-decoration: underline;
}
#alpha .buttons .comp_b1 {
	background: url(../i/df_ico_compare1.gif) no-repeat left top;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #0072BE;
	float: left;
	clear: both;
	display: block;
	overflow: hidden;
	padding: 2px 0 2px 20px;
	text-decoration: underline;
}
#alpha .buttons .active {
	background-position: left bottom;
}
#alpha .list_box {
	padding: 35px 20px 0 20px;
	overflow: hidden;
	clear: both;
}
#alpha .list_box .legend {
	clear: both;
	background: url(../i/df_box_bg1.gif) no-repeat center;
	width: 918px;
	height: 40px;
	margin-bottom: 15px;
}
#alpha .list_box .legend table {
	width: 100%;
	border: none;
}
#alpha .list_box .legend table tr th {
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 18px;
	text-align: left;
	border-right: 1px solid #8FC2E2;
	padding: 10px 20px;
}
#alpha .list_box .legend table tr td { text-align: center; padding: 10px; }
#alpha .list_box .legend table tr td.ln_type { border-left: 1px solid #8FC2E2; }
#alpha .list_box table {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	width: 918px;
	border: 1px solid #CCC;
}
#alpha .list_box table thead tr th {
	font-size: 12px;
	background-color: #EBEBEB;
	border-bottom: 3px double #CCC;
}
#alpha .list_box table thead tr th div {
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	padding-right: 12px;
	cursor: pointer;
}
#alpha .list_box table thead tr th.center div { float: none; }
#alpha .list_box table thead tr th.right div { float: right; }
#alpha .list_box table thead tr th div.filter { background-image: url(../i/df_list_ico_order1.gif); }
#alpha .list_box table thead tr th div.filter_up { background-image: url(../i/df_list_ico_order2.gif); }
#alpha .list_box table thead tr th div.filter_down { background-image: url(../i/df_list_ico_order3.gif); }
#alpha .list_box table thead tr th div.filter_no { padding-right: 0; cursor: auto; }
#alpha .list_box table td {
	font-size: 11px;
}
#alpha .list_box table th, #alpha .list_box table td {
	text-align: left;
	padding: 7px 5px;
}
#alpha .list_box table .eye { margin-left: 2px;
}

#alpha .list_box table .center { text-align: center; }
#alpha .list_box table .right {	text-align: right; }
#alpha .list_box table td .ref_info {
	background: url(../i/df_ico_info1.png) no-repeat left center;
	padding-left: 12px;
	text-decoration: underline;
}
#alpha .list_box table td .network_info {
	margin-left: 15px;
}

#alpha .list_box table tfoot {
	
}
#alpha .list_box table tfoot tr td {
	background-color: #EBEBEB !important;
	border-top: 3px double #CCC;
}
#alpha .list_box table tfoot tr td .df_b4 {
	float: left;
	margin-right: 5px;
}
#alpha .list_box table tfoot tr td span {
	float: left;
	margin: 0 5px;
}

#alpha .list_box .win h4 {
	float: left;
}
#alpha .list_box .win .button_close {
	float: right;
	margin: 0;
}
#alpha .list_box .win .ord_ref {
	clear: both;
	overflow: hidden;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #666;
	padding-top: 15px;
	padding-bottom: 5px;
	margin: 0;
}
#alpha .list_box .win .ord_ref strong {
	color: #B70000;
}
#alpha .list_box .win table {
	border: none !important;
	float: left;
	width: 300px;
	margin: 15px 0 10px 0;
}
#alpha .list_box .win table th, #alpha .list_box .win table td {
	font-size: 12px;
	text-align: left;
	padding: 3px 0; /* 5px 0; */
}
#alpha .list_box .win table td input {
	font-size: 12px;
	border-color: #B70000;
}
#alpha .list_box .win table td .amount {
	font-size: 13px;
	width: 100px;
	margin-left: 10px;
}
#alpha .list_box .win .reason {
	float: right;
	display: none;
	width: 300px;
	margin-top: 15px;
}
#alpha .list_box .win .reason p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 5px;
}
#alpha .list_box .win .reason fieldset {
	margin: 10px 0 15px 0;
}
#alpha .list_box .win .reason fieldset label {
	font-weight: bold;
}
#alpha .list_box .win .reason fieldset textarea {
	width: 294px;
	height: 100px;
}
#alpha .list_box .win .disabled { color: #CCC !important; }
#alpha .list_box .win .expanded { display: inline-block !important; }
#alpha .list_box .win .collapsed { display: none !important; }
#alpha .list_box .win .buttons, #alpha .list_box .win .buttons2 {
	height: 32px;
	overflow: hidden;
	clear: both;
}
#alpha .list_box .win .buttons a, #alpha .list_box .win .buttons2 a {
	margin: 0 5px;
}
#alpha .list_box .win .buttons .accept_val {
	display: none;
}
#alpha .list_box .win .buttons .accept_user {
	display: none;
}

#alpha .graphic_box {
	width: 918px;
	padding: 35px 20px 0 20px;
	overflow: hidden;
	clear: both;
}
#alpha .graphic_box h3 { float: left; }
#alpha .graphic_box .buttons {	float: right; margin-top: 5px; }
#alpha .graphic_box .select_graphic {
	float: left;
	background: url(../i/df_box_bg1.gif) no-repeat center;
	width: 918px;
	height: 40px;
}
#alpha .graphic_box .select_graphic table {
	width: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: 'TradeGothicLTStdBoldCondensed', sans-serif;
	font-size-adjust: 0.54;
	font-size: 18px;
	text-align: center;
}
#alpha .graphic_box .select_graphic table tr td { padding: 10px; }
#alpha .graphic_box .select_graphic table tr td.date { color: #0072BE; border-left: 1px solid #8FC2E2; }
#alpha .graphic_box .select_graphic table tr td a { color: #666; background-repeat: no-repeat; background-position: left top; }
#alpha .graphic_box .select_graphic table tr td a.map { background-image: url(../i/df_ico_map1.gif); padding-left:35px; }
#alpha .graphic_box .select_graphic table tr td a.pie { background-image: url(../i/df_ico_pie1.gif); padding-left:20px; }
#alpha .graphic_box .select_graphic table tr td a.bar { background-image:url(../i/df_ico_bar1.gif);	padding-left:25px; }
#alpha .graphic_box .select_graphic table tr td a.line { background-image:url(../i/df_ico_line1.gif); padding-left:20px; }
#alpha .graphic_box .select_graphic table tr td a:hover { color: #333; background-position: left -22px; text-decoration: none; }
#alpha .graphic_box .select_graphic table tr td a.active { color: #B70000 !important; background-position: left -44px; }
#alpha .graphic_box .graphic {
	padding-top: 35px;
	text-align: center;
	clear: both;
	display: none;
}
#alpha .graphic_box #graphic_1 {
	display: block;
}

/* Users */

#adduser{
	background: url("../i/df_add_user.gif") no-repeat scroll 0 0 transparent;
    float: right;
    height: 29px;
    margin-right: 7px;
    padding-left: 30px;
    width: 50px;
}
#adduser p{
	padding-top:8px;
}


#users .win_details {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 6px 3px #CCCCCC;
	-moz-box-shadow: 0 0 6px 3px #CCCCCC;
	-webkit-box-shadow: 0 0 6px 3px #CCCCCC;
    display: none;
    left: none;
    overflow: hidden;
    position: fixed;
    top: 50%;
    z-index: 9002;
	
	height:580px;
}

#users .win_details .win {
    display: block;
    height: auto;
    width: 960px;
}

#users .win_details .win .win_box {
    background:none;
}

#users .win_details .win .win_bottom {
    background:none;
}

#users .win_details .win .win_box input{}
.r_pass{display:none;}

.n_pass{display:none;}

.noborder{border:none;
    color:#666666 !important;}

#alpha .list_box .win #hotels{
  clear: both;
    float: none;
    margin-top: 0;
    width: 910px;
}

#alpha .list_box .win #hotels td{
  width:303px;	
  padding:1px;
}
 #user_info{height: 430px;margin-bottom: 15px;overflow-x: hidden;overflow-y: scroll;}
 #users .reason{
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    float: none !important;
    height: 320px;
    left: 13px;
    margin: 0 !important;
    padding: 93px 312px;
    position: absolute;
    top: 61px;
    width: 308px !important;
    z-index: 9999;
 }
 
 #trans{
	 background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    height: 506px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 932px;
    z-index: -1;
 }
 
 #alpha .list_box .newUser .win table td .text{border:1px solid #999;padding:2px !important;}


/* 5. Footer /////////////////////////////////////////////////////////////////////////////////// */
#footer .left {
	float: left;
	padding: 10px;
	width: 60%;
}
#footer .left .html_menu { margin-bottom: 5px; width: 110%; }
#footer .left .html_menu a { color: #B70000; }
#footer .right {
	float: right;
	padding: 10px;
	width: 25%;
	text-align: right;
	font-size: 10px;
}
#footer a {
	color: #666;
	font: normal 11px Arial, Helvetica, sans-serif;
}
#footer a.last {
	background:none;
	margin-left:0;
	padding-left:0;
}


/* Formulario Afiliados */
#form_aff #main {
	width: 630px;
	padding: 0 165px;
}
#form_aff #main #logo {
	background: url(../i/form_aff_logo_bg1.png) no-repeat center;
	width: 120px;
	height: 60px;
	padding: 15px;
	float: left;
	margin: 10px 15px 0 0;
}
#form_aff #main h2 {
	font-weight: normal; font-style: normal; font-family: 'TradeGothicLTStdBoldCondensed', sans-serif; font-size: 42px;
	line-height: normal;
	font-size-adjust: 0.56;
	color: #E90000;
	margin-top: 30px;
}
#form_aff #main #content {
	padding: 0;
}
#form_aff #content #alpha p {
	font: normal 13px/140% Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 10px;
}

#form_aff #content #alpha fieldset {
	width: 630px;
	margin-top: 25px;
	overflow: hidden;
	display: block;
}
#form_aff #content #alpha fieldset h3 {
	font: bold 13px/140% Arial, Helvetica, sans-serif;
	color: #B70000;
	width: 630px;
	float: left;
	display: block;
	clear: both;
	margin-top: 10px;
}
#form_aff #content #alpha fieldset p {
	width: 360px;
	float: left;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
#form_aff #content #alpha fieldset .line {
	border-top: 1px solid #CCC;
	padding-top: 10px;
}
#form_aff #content #alpha fieldset label {
	width: 135px;
	display: block;
	float: left;
}
#form_aff #content #alpha fieldset select {
	width: 216px;
}
#form_aff #content #alpha fieldset input {
	width: 210px;
	float: left;
}
#form_aff #content #alpha fieldset textarea {
	width: 210px;
}
#form_aff #content #alpha fieldset .large {
	width: 630px;
}
#form_aff #content #alpha fieldset .large label {
	width: auto;
	float: inherit;
}
#form_aff #content #alpha fieldset .large input {
	width: 354px;
	float: inherit;
	clear: both;
	margin-top: 5px;
}
#form_aff #content #alpha fieldset .large textarea {
	clear: both;
	width: 624px;
	margin-top: 5px;
}
#form_aff #content #alpha fieldset .button {
	clear: both;
	margin-top: 15px;
}
#form_aff #content #alpha fieldset .right {
	width: auto;
	float: right;
}
#form_aff .tooltip {
    padding: 5px 10px;
	max-width: 300px;
    display: none;
	font: bold 11px/130% Arial, Helvetica, sans-serif;
    color: #666;
    text-align: left;
	background: #B6B6B6; /* Old browsers */
    background: -moz-linear-gradient(top, #B6B6B6 0%, #DFDFDF 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B6B6B6), color-stop(99%,#DFDFDF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #B6B6B6 0%,#DFDFDF 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #B6B6B6 0%,#DFDFDF 99%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #B6B6B6 0%,#DFDFDF 99%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B6B6B6', endColorstr='#DFDFDF',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #B6B6B6 0%,#DFDFDF 99%); /* W3C */
	border: solid 1px #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 0px 2px 3px #666666;
    -webkit-box-shadow: 0px 2px 3px #666666;
    box-shadow: 0px 2px 3px #666666;
}
