body
{
	background-color: #EAEAEA;
	text-align: center;
	font-size: 1em;
	color: #666666;
}

h1.medium
{
	font-size: 1.2em;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

a
{
	font-size: 1em;
	color: #666666;
}

img
{
	border: 0;
}

.site
{
	margin-top : 20px;
	text-align: left;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	padding: 0px;
	/*padding-top:20px;*/
}

div.logobuzz2biz
{
	background-color:transparent !important;
	background-image: url(../imgs/snow.gif);
	padding: 10px;
}

div.logo
{
	background:transparent url(../../imgs/background.jpg) repeat-x 0 0;
	border-bottom: 1px solid #AAAAAA;
	/*border-top: 1px solid #AAAAAA;*/
}

div.content
{
	margin: 20px;
}

.site h1.title
{
	font-size: 1.3em;
	text-align: center;
	border-bottom: 1px solid #AAAAAA;
	margin-top: -20px;
}

form fieldset
{
	display: block;
	border:0;
}

form fieldset legend
{
	display: block;
	background-color: #EAEAEA;
	font-size:1.2em;
	font-weight : bold;
	border: 1px solid #AAAAAA;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

form fieldset .champs0
{
	display: block;
	background-color: #EAEAEA;
	padding: 10px;
	border: 1px solid #AAAAAA;
}

form fieldset .champs1
{
	display: block;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #AAAAAA;
}

form fieldset label
{
	display: block;
}

form fieldset label.required
{
	background: transparent url("../imgs/star.png") no-repeat 150px;
}

form fieldset legend.alert
{
	color: #FF0000;
}

form fieldset label.alert
{
	color: #FF0000;
}

form fieldset input
{
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #666666;
}

form fieldset input[type=text]
{
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #666666;
}

form fieldset textarea
{
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #666666;
}

form fieldset input[type=submit], form fieldset input[type=button]
{
	background-color: #EAEAEA;
	font-size:1.2em;
	font-weight : bold;
	border: 1px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	color: #666666;
}

form fieldset select
{
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	color: #666666;
}

.existe
{
	color: #55EA55;
	background-color: #EFEFEF;
	border: 1px solid #55EA55;
	margin-top: 15px;
}
.notExiste
{
	color: #EA5555;
	background-color: #EFEFEF;
	border: 1px solid #EA5555;
	margin-top: 15px;
}

.warning
{
	color: #EA5555;
	background: #EFEFEF url("../imgs/alert.png") no-repeat;
	border: 1px solid #EA5555;
	margin-top: 15px;
	padding-left: 20px;
}

img.button
{
	cursor: pointer;
	border: 0;
}

.addButton
{
	float: right;
	background: transparent url("../imgs/addx16.png") no-repeat;	
	cursor: pointer;
	width: 16px;
	height: 16px;
}

#resultNewDetailWap
{
	font-size: 1.3em;
	color: #55EA55;
	background: #EFEFEF url("../imgs/ok.png") no-repeat;
	border: 1px solid #55EA55;
	margin-top: 15px;
	padding: 15px;
	padding-left: 40px;
	display: none;
}