﻿.search input[type="text"], .subscribe-corona input[type="text"], .subscribe-vajillas input[type="text"]
{
    background:transparent url(../images/bgs/bgInputType01.png) repeat-x;    
    border:solid 1px #cfcfcf;
    color:#666666;
    height:14px;
    font-size:10px;
    width:155px;
}
.search input[type="text"]
{
    float:left;}
.search input[type="text"]
{
    float:left;
    margin: 3px 0 0 0;
    }
    
.contactContainer input[type="text"], .contactContainer input[type="password"], .registerContainer input[type="text"], .registerContainer input[type="password"]
{
    width:195px;
    border:solid 1px #989898;
    color:#414141;
    font-size:11px;
    font-weight:normal;
	height:18px;
    padding:3px 0 0 5px;
}

.contactContainer textarea
{
	border:1px solid #989898;
	color:#414141;
	font-family:Arial,Verdana;
	font-size:12px;
	font-weight:normal;
	height:70px;
	padding:3px 0 0 5px;
	width:195px;
}
#updatePassword input[type="text"], #updatePassword input[type="password"]
{
    width:320px;
    border:solid 1px #989898;
    height:18px;
    color:#414141;
    font-size:11px;
    font-weight:normal;
	padding:3px 0 0 5px;
}

/* -----------------------------------------------*/
/* ------------------- BUTTONS--------------------*/
/* -----------------------------------------------*/
.search a.searchBtn {
	/*background:url("http://www.corona.com.co/2010/Content/Areas/Corona/Images/Menu/assets.png") no-repeat scroll -4px -185px transparent;*/
	background:url("../Images/Menu/assets.png") no-repeat scroll -4px -185px transparent;
	height:16px;
	display:block;
	text-indent:-9999em;
	width:22px;
	float:right;
	cursor:pointer;
}
.search a.searchBtn:hover
{
	background-position:-4px -209px;
}
.search input[type="button"],.search input[type="submit"]
{
    background:transparent url(../images/menu/assets.png) no-repeat -3px -181px;
    border:none;
    width:22px;
    height:22px;
}
.search input[type="button"]:hover,.search input[type="submit"]:hover
{
    background:transparent url(../images/menu/assets.png) no-repeat -3px -205px;
    cursor:pointer;
}
/*common*/
.btnType01
{
    background:none repeat scroll 0 0 transparent;
    border:none;
    color:#A1E4F5;
    font-size:9px;
    height:18px;
    text-transform:uppercase;
}

a.btnType02
{
    background-color:#a7e0ef;
    border:1px solid #a7e0ef;
    color:#0b86a6;
    font-size:11px;
    height:18px;
    margin-left:7px;
    padding:5px 9px 5px 8px;
    text-decoration:none;
    text-transform:uppercase;
    cursor:pointer;
}
input.btnType02, button.btnType02
{
    background-color:#a7e0ef;
    border:1px solid #a7e0ef;
    color:#0b86a6;
    font-size:11px;
    height:28px;
    padding-bottom:3px;
    text-transform:uppercase;
    cursor:pointer;
}

button.btnType02 span
{
    color:#0b86a6;}

#PasswordFormForgot input[type="text"]
{
    width:195px;
    }

select.small
{
    width:120px;
    height:19px;
    font-size:10px;
    text-transform:capitalize;    
}
select.medium
{
    width:230px;
    height:19px;    
    font-size:10px;
    text-transform:capitalize;    
}

#tabs textarea.textAreaType01
{
    width:100%;
    border:none;
    font-size:11px;
    color:#777777;
    font-family:Arial;
    background-color:#ffffff;
}

textarea.textAreaType01
{
    background-color:#EFFAFF;
    border:1px solid #72D5FF;
    color:#777777;
    font-family:Arial;
    font-size:11px;
    margin:0 auto;
    width:99%;
}

.registerContainer select
{
    width:202px;}
    
.contactContainer select
{
    width:202px;}
