* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
}

body {
	text-align: center;
}

/* \\\\\ POP-UP ESTRUTURA */
#popup {
	text-align: left;
	margin: 0 auto;
	width: 454px;
	height: 356px;
}

#popup-top {
	background: url(../_img/popup/popup_top.png) top no-repeat;
	float: left;
	width: 454px;
	height: 18px;
}

/* \*/
*html #popup-top { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ache.com.br/_img/popup/popup_top.png', sizingMethod='crop');}
/* */

#popup-content {
	background: url(../_img/popup/popup_content.png) top repeat-y;
	text-align: center;
	float: left;
	width: 454px;
	height: 320px;
}

/* \*/
*html #popup-content { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ache.com.br/_img/popup/popup_content.png', sizingMethod='scale');}
/* */

#popup-bottom {
	background: url(../_img/popup/popup_bottom.png) bottom no-repeat;
	float: left;
	width: 454px;
	height: 18px;
}

/* \*/
*html #popup-bottom { background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ache.com.br/_img/popup/popup_bottom.png', sizingMethod='crop');}
/* */

/* \\\\\ POP-UP ESTRUTURA */

/* \\\\\ FECHAR */
a.fechar {
	background: url(../_img/popup/fechar.png) no-repeat;
	float: right;
	width: 66px;
	height: 23px;
	margin: 0 20px 0 0;
	display: inline;
}
/* \\\\\ /FECHAR */

/* \\\\\ IMAGEM FULL */
img.full {
	border: 1px solid #cfcfcf;
	width: 251px;
	height: 198px;
	margin: 8px 0 0 90px;
	
}
/* \\\\\ IMAGEM FULL */

/* \\\\\ THUMB */
img.mini {
	float: left;
	border: 1px solid #cfcfcf;
	width: 83px;
	height: 66px;
	margin: 10px 0 0 5px;
}
/* \\\\\ THUMB */

ul li {
	display: inline;
}

/* \\\\\ CARROSSEL */
div#carrossel {
	background: url(../_img/popup/carrossel.png) repeat-x;
	width: 419px;
	height: 90px;
	margin: 10px auto 0 auto;
}

div#carrossel input { float:left; margin:12px 0 0; }

a.prev {
	background: url(../_img/popup/carrossel_prev.png) left no-repeat;
	float: left;
	width: 26px;
	height: 90px;
}

a.next {
	background: url(../_img/popup/carrossel_next.png) right no-repeat;
	float: right;
	width: 26px;
	height: 90px;
}
/* \\\\\ CARROSSEL */

/* \\\\\ POPUP - ENVIAR PARA AMIGO */
.popup-container {
    position: absolute;
    top: 10px;
    right: 0px;
    background: url(../_img/popup/popup-envie-bg.png);
    font: normal 11px Arial,Helvetica,sans-serif;
    color: #707070;
    text-align: left;
}

.popup-container fieldset {
    width: 356px;
    height: 292px;
    padding-top: 40px;
    position: static;
    background: url(../_img/popup/popup-envie-bg.png);
    behavior: url(../_js/iepngfix.htc);
}

.popup-container fieldset .label {
    width: 328px;
    height: 34px;
    display: block;
    margin-left: 15px;
    position: relative;
    background: url(../_img/popup/popup-envie-input.png) no-repeat right;
}

.popup-container fieldset .label.area {
    height: 85px;
    background: url(../_img/popup/popup-envie-text.png) no-repeat right;
}

.popup-container fieldset .label.no-bg {
    width: 328px;
    text-align: left;
    height: 34px;
    display: block;
    background: none;
}

.popup-container fieldset .label span {
    position: absolute;
    left: 0px;
    top: 5px;   
}

.popup-container fieldset .label.no-bg span {
    position: relative;
}

.popup-container fieldset .label input ,
.popup-container fieldset .label textarea  {
    position: absolute;
    top: 9px;
    right: 12px;
    background: none;
    border: 0;
    width: 213px;
    font: normal 11px Arial,Helvetica,sans-serif;
    color: #707070; 
}

.popup-container fieldset .label textarea  {
    height: 63px;
    overflow: auto;
}

.popup-container fieldset .label.no-bg input {
    position: relative;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    top: 0;
    right: 0;
}

.popup-container fieldset .btn {
    width: 52px;
    height: 21px;
    background: url(../_img/popup/popup-envie-btn-enviar.png) no-repeat top left;
    padding: 21px 0 0 0;
    float: left;
    display: inline;
    cursor: pointer;
    margin-left: 110px;
}

.popup-container fieldset .btn.fecha {
    text-indent: -9999px;
    width: 59px;
    margin-left: 0;
    background: url(../_img/popup/popup-envie-btn-fechar.png) no-repeat top left;
}


