* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #131313 url(/images/body.png) repeat-x top left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #fff;
}

img {
	border: 0;
}

.clear {
	clear: both;
	filter: alpha (opacity=50);
}





/**************************************************************************************
	TOOLTIP
**************************************************************************************/
.bottle {
	position: relative;
	float: left;
}

.bottle_one .tooltip { margin-right: 5px;}
.bottle_two .tooltip { margin-right: 7px;}
.bottle_three .tooltip { margin-right: 0px;}
.bottle_four .tooltip { margin-right: 7px;}
.bottle_five .tooltip { margin-right: 5px;}

.tooltip {
	display: none;
	position: absolute;
	color: #999;
	padding-top: 8px;
}

.tooltip .left {
	background: url(/images/tooltip/tooltip_left.png) no-repeat top left;
	height: 31px;
	width: 7px;
	float: left;
}

.tooltip .right {
	background: url(/images/tooltip/tooltip_right.png) no-repeat top left;
	height: 31px;
	width: 7px;
	float: left;
}

.tooltip .content {
	background: url(/images/tooltip/tooltip_content.png) repeat-x top left;
	height: 31px;
	float: left;
	padding: 6px 4px 0 4px;
	position: relative;
}

.tooltip .content .arrow {
	position: absolute;
	top: -8px;
	margin-left: 52px;
}



/**************************************************************************************
	BUTTONS
**************************************************************************************/
a.enter {
	background: url(/images/buttons/enter.png) no-repeat top left;
	height: 26px;
	width: 84px;
	float: right;
}
a:hover.enter {
	background: url(/images/buttons/enter_hover.png) no-repeat top left;
}

a.entrer {
	background: url(/images/buttons/entrer.png) no-repeat top left;
	height: 26px;
	width: 90px;
	float: left;
}
a:hover.entrer {
	background: url(/images/buttons/entrer_hover.png) no-repeat top left;
}

a.news_fr {
	background: url(/images/buttons/news_fr.png) no-repeat top left;
	height: 21px;
	width: 104px;
	float: right;	
	position: absolute;
	bottom: -2px;
	right: 16px;	
}
a:hover.news_fr {
	background: url(/images/buttons/news_hover_fr.png) no-repeat top left;
}

a.news_en {
	background: url(/images/buttons/news_en.png) no-repeat top left;
	height: 21px;
	width: 88px;
	float: right;	
	position: absolute;
	bottom: -2px;
	right: 16px;	
}
a:hover.news_en {
	background: url(/images/buttons/news_hover_en.png) no-repeat top left;
}

a.more_fr {
	background: url(/images/buttons/more_fr.png) no-repeat top left;
	height: 21px;
	width: 96px;
	float: right;
	position: absolute;
	bottom: -2px;
	right: 16px;	
}
a:hover.more_fr {
	background: url(/images/buttons/more_hover_fr.png) no-repeat top left;	
}

a.more_en {
	background: url(/images/buttons/more_en.png) no-repeat top left;
	height: 21px;
	width: 83px;
	float: right;
	position: absolute;
	bottom: -2px;
	right: 16px;	
}
a:hover.more_en {
	background: url(/images/buttons/more_hover_en.png) no-repeat top left;	
}

a.contact {
	background: url(/images/buttons/contact.png) no-repeat top left;
	height: 21px;
	width: 67px;
	float: right;
	position: absolute;
	bottom: -2px;
	right: 0;	
}
a:hover.contact {
	background: url(/images/buttons/contact_hover.png) no-repeat top left;	
}

.button_send_fr {
	background: url(/images/form/send_fr.png) no-repeat top left;
	height: 25px;
	width: 84px;
	border: 0;
	cursor: pointer;
}
.button_send_fr:hover {
	background: url(/images/form/send_hover_fr.png) no-repeat top left;	
}

.button_send_en {
	background: url(/images/form/send_en.png) no-repeat top left;
	height: 25px;
	width: 84px;
	border: 0;
	cursor: pointer;
	
}
.button_send_en:hover {
	background: url(/images/form/send_hover_en.png) no-repeat top left;	
}

a.button_close_fr {
	background: url(/images/form/close_fr.png) no-repeat top left;
	height: 25px;
	width: 84px;
	cursor: pointer;
	float: left;
	margin-left: 125px;
}
a.button_close_fr:hover {
	background: url(/images/form/close_hover_fr.png) no-repeat top left;	
}

a.button_close_en {
	background: url(/images/form/close_en.png) no-repeat top left;
	height: 25px;
	width: 84px;
	cursor: pointer;
	float: left;
	margin-left: 125px;
}
a.button_close_en:hover {
	background: url(/images/form/close_hover_en.png) no-repeat top left;	
}




/**************************************************************************************
	FORMULAIRE
**************************************************************************************/
.formulaire {
	width: 580px;
	height: 440px;
	padding: 10px;
	margin: 0 auto;
	background: #f3f3f3;
	border: 3px solid #d2d2d2;
	overflow: auto;
}

.formulaire h1 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #575757;
	margin: 10px 0 0 0;
	color: #575757;
}

.formulaire a.button_close_fr, .formulaire a.button_close_en {
	margin-left: 250px;
}

form table {
	width: 100%;
}

form table thead td {
	text-align: right;
	color: #999;
	font-size: 11px;
	padding: 0 5px 10px 0;
}

form table thead td span {
	color: #990000;
	margin: 0 3px 0 0;
	font-size: 14px;
}

form table tfoot td {
	text-align: center;
	padding: 15px 0 0 0;
}

form table tbody tr td {
	padding-bottom: 10px;
}

form label {
	color: #666;
	display: block;
	margin: 0 0 2px 0;
	font-size: 12px;
}

form label span {
	color: #990000;
	margin: 0 0 0 3px;
	font-size: 14px;
	line-height: 12px;
}

form .input_text_left {
	background: url(/images/form/input_text_left.png) no-repeat top left;
	float: left;
	height: 22px;
	width: 4px;
}

form .input_text_right {
	background: url(/images/form/input_text_right.png) no-repeat top left;
	float: left;
	height: 22px;
	width: 4px;
}

form .input_text {
	background: url(/images/form/input_text.png) repeat-x top left;
	float: left;
	height: 22px;
	width: 240px;
	padding-top: 5px;
	border: 0;
	color: #999;
}

form .error .input_text_left {
	background: url(/images/form/input_text_left_error.png) no-repeat top left;
}

form .error .input_text_right {
	background: url(/images/form/input_text_right_error.png) no-repeat top left;
}

form .error .input_text {
	background: url(/images/form/input_text_error.png) repeat-x top left;
	color: #990000;
}

form .textarea {
	border-collapse: collapse;
	width: 438px;
	float: left;
}

form .textarea textarea {
	border: 0;
	height: 100px;
	width: 430px;
	color: #999;
	font-family: "Trebuchet MS";
	font-size: 11px;
	overflow: auto;
}

form .error .textarea textarea {
	color: #990000;
}

form .textarea td {
	padding: 0;
}

form .textarea td.corners {
	height: 4px;
	width: 4px;
}

form .textarea td.left {
	background: url(/images/form/textarea_left.png) repeat-y top left;
	width: 4px;
}
form .error .textarea td.left {
	background: url(/images/form/textarea_left_error.png) repeat-y top left;
}

form .textarea td.right {
	background: url(/images/form/textarea_right.png) repeat-y top left;
	width: 4px;
}
form .error .textarea td.right {
	background: url(/images/form/textarea_right_error.png) repeat-y top left;
}

form .textarea td.top {
	background: url(/images/form/textarea_top.png) repeat-x top left;
	height: 4px;
}
form .error .textarea td.top {
	background: url(/images/form/textarea_top_error.png) repeat-x top left;
}

form .textarea td.bottom {
	background: url(/images/form/textarea_bottom.png) repeat-x top left;
	height: 4px;
}
form .error .textarea td.bottom {
	background: url(/images/form/textarea_bottom_error.png) repeat-x top left;
}

form .textarea td#topleft {
	background: url(/images/form/textarea_topleft.png) no-repeat top left;
}
form .error .textarea td#topleft {
	background: url(/images/form/textarea_topleft_error.png) no-repeat top left;
}

form .textarea td#topright {
	background: url(/images/form/textarea_topright.png) no-repeat top left;
}
form .error .textarea td#topright {
	background: url(/images/form/textarea_topright_error.png) no-repeat top left;
}

form .textarea td#bottomleft {
	background: url(/images/form/textarea_bottomleft.png) no-repeat top left;
}
form .error .textarea td#bottomleft {
	background: url(/images/form/textarea_bottomleft_error.png) no-repeat top left;
}

form .textarea td#bottomright {
	background: url(/images/form/textarea_bottomright.png) no-repeat top left;
}
form .error .textarea td#bottomright {
	background: url(/images/form/textarea_bottomright_error.png) no-repeat top left;
}
	
	



/**************************************************************************************
	TOPBAR
**************************************************************************************/
#topbar {
	background: url(/images/topbar.png) repeat-x top left;
	height: 23px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}





/**************************************************************************************
	SITE
**************************************************************************************/
#site {
	background: url(/images/background.png) no-repeat top center;
	height: 688px;
	width: 1000px;
	margin: auto;
}





/**************************************************************************************
	INDEX
**************************************************************************************/
#site_index {
	background: url(/images/background.png) no-repeat top left;
	height: 750px;
	width: 1000px;
	margin: auto;
}

.logo_index {
	height: 287px;
	width: 698px;
	padding: 128px 0 0 188px;
}

.slogan_index {
	height: 74px;
	padding: 64px 0 38px 90px;
}

*html .slogan_index {
	padding: 60px 0 33px 90px;
}

.buttons {
	background: url(/images/stand_home.png) no-repeat top center;
	height: 58px;
	width: 100%;
	padding: 39px 0 0 0;
}

.buttons .eng {
	width: 442px;
	height: 55px;
	float: left;
	text-align: right;
	border-right: 1px solid #333;
	padding: 3px 52px 0 0;
}

.buttons .fr {
	width: 457px;
	height: 55px;
	float: left;
	text-align: left;
	border-left: 1px solid #050505;
	padding: 3px 0 0 47px;
}

#footer_index {
	width: 100%;
	padding: 0 0 20px 0;
}

#footer_index .container {
	width: 1000px;
	margin: auto;
	border-top: 1px solid #393939;
	padding-top: 5px;
	color: #979797;
	font-size: 11px;
}

#footer_index .container p.warning {
	float: left;
	width: 60%;
	text-align: left;
	padding-left: 10px;
}

#footer_index .container p.links {
	float: right;
	width: 30%;
	text-align: right;
}

#footer_index .container a {
	color: #979797;
	font-size: 11px;
	text-decoration: none;
	margin: 0 10px;
}
#footer_index .container a:hover {
	color: #d82597;
}





/**************************************************************************************
	HOME
**************************************************************************************/
.logo_home {
	height: 215px;
	width: 470px;
	padding: 50px 0 0 351px;
	opacity: 1;
	filter: alpha (opacity=100);
}

.bottles {
	background: url(/images/stand_home.png) no-repeat bottom center;
	height: 339px;
	width: 100%;
	opacity: 1;
}

a.bottle1 {
	background:url(/images/buttons/bottle1.png) no-repeat top right; 
	height: 283px;
	width: 180px;
	float: left;
	margin: 43px 0 0 21px;
}
a.bottle1 img {
	margin-top: 14px;
}
*html a.bottle1 img { behavior: url(/images/iepngfix.htc); }

a:hover.bottle1 {
	background:url(/images/buttons/bottle1_hover.png) no-repeat top right; 
}

a.bottle2 {
	background:url(/images/buttons/bottle2.png) no-repeat top right; 
	height: 284px;
	width: 182px;
	float: left;
	margin: 42px 0 0 9px;
}
a.bottle2 img {
	margin-top: 8px;
}
*html a.bottle2 img { behavior: url(/images/iepngfix.htc); }

a:hover.bottle2 {
	background:url(/images/buttons/bottle2_hover.png) no-repeat top right; 
}

a.bottle3 {
	background:url(/images/buttons/bottle3.png) no-repeat top right; 
	height: 294px;
	width: 176px;
	float: left;
	margin: 32px 0 0 9px;
}
a.bottle3 img {
	margin-top: 14px;
}
*html a.bottle3 img { behavior: url(/images/iepngfix.htc); }

a:hover.bottle3 {
	background:url(/images/buttons/bottle3_hover.png) no-repeat top right; 
}

a.bottle4 {
	background:url(/images/buttons/bottle4.png) no-repeat top right; 
	height: 284px;
	width: 182px;
	float: left;
	margin: 42px 0 0 16px;
}
a.bottle4 img {
	margin-top: 8px;
}
*html a.bottle4 img { behavior: url(/images/iepngfix.htc); }


a:hover.bottle4 {
	background:url(/images/buttons/bottle4_hover.png) no-repeat top right; 
}

a.bottle5 {
	background:url(/images/buttons/bottle5.png) no-repeat top right; 
	height: 279px;
	width: 178px;
	float: left;
	margin: 47px 0 0 14px;
}
a.bottle5 img {
	margin-top: 9px;
}
*html a.bottle5 img { behavior: url(/images/iepngfix.htc); }

a:hover.bottle5 {
	background:url(/images/buttons/bottle5_hover.png) no-repeat top right; 
}





/**************************************************************************************
	FICHE
**************************************************************************************/
.header_fr {
	background: url(/images/logo_header_fr.png) no-repeat 0 42px;
}
.header_en {
	background: url(/images/logo_header_en.png) no-repeat 0 42px;
}

.header {
	height: 165px;
	width: 948px;
	padding: 43px 0 0 0;
	margin: 0 0 0 14px;
	position: relative;
}

.header .slogan {
	float: right;
	margin: 15px 0 0 0;
}

.header .menu {
	float: left;
	font-size: 13px;
	width: 770px;
	padding: 60px 0 0 183px;
}

.header .short {
	width: 300px;
}

.header .menu li {
	list-style-type: none;
	float: left;
	display: inline;
	margin: 0 3px 0 0;
}

.header .menu li a {
	float: left;	
	color: #c8c8c8;
	background: #000;
	text-decoration: none;
	height: 20px;
	width: 135px;
	padding: 3px 0 0 6px;
	margin: 2px 0 0 0;
}
.header .menu li a:hover {
	color: #666;
}

.header .menu li a.home {
	width: 20px;
	height: 18px;
	padding: 5px 0 0 7px;
}
.header .menu li a:hover.home img {
	opacity: 0.5;
}

.header .menu li a.home_back {
	height: 18px;
	padding: 5px 0 0 7px;
}

*html .header .menu li a.home_back {
	height: 19px;
	padding: 4px 0 0 7px;
}
*+html .header .menu li a.home_back {
	height: 19px;
	padding: 4px 0 0 7px;
}

.header .menu li a.home_back img {
	margin: 0 7px 0 0;
}

.header .menu li a:hover.home_back img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.header .menu li a.active {
	background: #0b0b0b;
	color: #9d9d9d;
	height: 22px;
	margin: 0;
	padding: 5px 18px 0 6px;
}

.header .title_page {
	position: absolute;
	right: 0;
	bottom: -15px;
}


.fiche {
	height: 437px;
	width: 995px;
	margin-left: 0px;
}

.fiche a.arrow_left {
	height: 60px;
	width: 24px;
	background: url(/images/buttons/arrow_left.png) no-repeat top left;
	float: left;
	margin: 205px 0 0 -1px;
	position: relative;
	left: 5px;
}
.fiche a:hover.arrow_left {
	background: url(/images/buttons/arrow_left_hover.png) no-repeat top left;	
}

.fiche a.arrow_right {
	height: 60px;
	width: 24px;
	background: url(/images/buttons/arrow_right.png) no-repeat top left;
	float: left;
	margin: 205px 0 0 0;
	position: relative;
	right: 4px;	
}
.fiche a:hover.arrow_right {
	background: url(/images/buttons/arrow_right_hover.png) no-repeat top left;	
}

.fiche .content {
	background: url(/images/frame.png) no-repeat top left;	
	height: 419px;
	width: 929px;
	float: left;
	margin: 12px 0 0 1px;
	padding: 9px;
	font-size: 13px;
}

.fiche .content_news {
	background: url(/images/frame.png) no-repeat top left;	
	height: 419px;
	width: 920px;
	float: left;
	margin: 12px 0 0 1px;
	padding: 9px 9px 9px 18px;
	font-size: 13px;
}

.fiche .content_about {
	background: url(/images/frame.png) no-repeat top left;
	height: 399px;	
	width: 909px;
	margin: 12px 0 0 25px;
	padding: 19px 20px 19px 18px;
}

*html .fiche .content_about {
	margin-left: 13px;
}

.fiche .content .wine_container {
	width:929px;
	height:419px;
}

.fiche .content .picture_part {
	height: 418px;
	width: 458px;
	border: 5px solid #1a1a1a;
	float: left;
}

.fiche .content .picture_part {
	border: 0;
}

.fiche .content .text_part {
	width: 455px;
	float: left;
	margin: 0 0 0 10px;
	color: #dcdcdc;
}

.fiche .content .text_part h1 {
	margin: 15px 0 25px 10px;
}
.fiche .content .text_part h1 img {
	border: 0;
}
*html .fiche .content .text_part h1 img{ behavior: url(/images/iepngfix.htc); }

.fiche .content .text_part .scroll_fiche {
	text-align: justify;
	height: 305px;
	overflow: auto;
	line-height: 1.2em;
}

.fiche .content h2 {
	color: #a7a7a7;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	border-bottom: 1px solid #a7a7a7;
	margin: 8px 0 15px 0;
}

.fiche .content h3 {
	font-weight: normal;
	margin-bottom: 15px;
}

.fiche .content h4 {
	font-size: 13.5px;
	font-style: italic;
	margin: 5px 0 3px 0;
}

.fiche .content p {
	margin-bottom: 15px;
}

.fiche .content p.first {
	text-indent: 15px;
}

.fiche .content p.en_tete {
	font-size: 15px;
	font-style: italic;
	margin: 3px 0 30px 0;
}

.fiche .content p b {
	font-size: 15px;
	font-style: italic;
}

.fiche .content p a {
	color: #fff;
	font-style: italic;
}

.fiche .content img {
	border: 5px solid #212121;
}
.fiche .content img.left {
	float: left;
}
.fiche .content img.right {
	float: right;
	margin: 0 0 5px 10px;
}

.fiche .content .scroll_news {
	text-align: justify;
	height: 325px;
	overflow: auto;
	line-height: 1.2em;
}

.fiche .content .scroll_about {
	text-align: justify;
	height: 398px;
	overflow: auto;
	line-height: 1.2em;
}


.fiche .pagination {
	text-align: center;
	font-size: 10px;
	color: #696969;
	margin: 15px 0 0 340px;
}

*html .fiche .pagination {
	margin: 0px 0 0 340px;
}
*+html .fiche .pagination {
	margin: 0px 0 0 340px;	
}

.fiche .pagination a {
	background: #090909;
	color: #696969;
	text-decoration: none;
	margin: 2px 1px 0 1px;
	padding-top: 3px;
	float: left;
	height: 16px;
	width: 15px;
}

*html .fiche .pagination a {
	padding-top: 2px;
	height: 17px;
}
*+html .fiche .pagination a {
	padding-top: 2px;
	height: 17px;
}

.fiche .pagination a.icon {
	padding: 0 5px;
}

.fiche .pagination a:hover {
	color: #333;
}

.fiche .pagination a img {
	border: 0;
	margin: 2px 0 0 0;
}

*html .fiche .pagination a img {
	border: 0;
	margin: 3px 0 0 0;
}
*+html .fiche .pagination a img {
	border: 0;
	margin: 3px 0 0 0;
}

.fiche .pagination a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.fiche .pagination span {
	background: #111111;
	height: 18px;
	width: 15px;
	padding-top: 5px;
	margin: 0 1px;
	float: left;
}

*html .fiche .pagination span {
	height: 19px;
	padding-top: 4px;
}
*+html .fiche .pagination span {
	height: 19px;
	padding-top: 4px;
}



/**************************************************************************************
	FOOTER
**************************************************************************************/
#footer {
	width: 100%;
	background: #0b0b0b url(/images/footer.png) repeat-x top center;
	padding: 25px 0 0 0;
}

#footer .container {
	width: 1000px;
	margin: auto;
	text-align: justify;
}


/**************************************************************************************
	FOOTER > COL NEWS
**************************************************************************************/
#footer .container .col_news {
	position: relative;	
	float: left;
	height: 160px;
	width: 306px;
	border-right: 1px solid #282828;
	margin: 0 0 0 9px;
	padding: 0 16px 0 0;
	color: #a9a9a9;
}
*html #footer .container .col_news {
	height: 170px;
}
*+html #footer .container .col_news {
	height: 170px;
}

#footer .container .col_news h2 {
	margin: 2px 0 13px 0;
}

#footer .container .col_news ul {
	margin: 0 0 0 2px;
}

#footer .container .col_news ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
}

#footer .container .col_news ul li a {
	color: #a9a9a9;
	text-decoration: none;
	width: 200px;
	float: left;
}

#footer .container .col_news ul li a:hover {
	color: #d82597;
}

#footer .container .col_news ul li span {
	color: #5d5d5d;
	font-size: 11px;
	font-style: italic;
	float: right;
	margin: 1px 0 0 0;
}


/**************************************************************************************
	FOOTER > COL ABOUT
**************************************************************************************/
#footer .container .col_about {
	float: left;
	position: relative;	
	height: 160px;	
	width: 308px;
	border-right: 1px solid #282828;
	border-left: 1px solid #020202;
	padding: 0 16px 0 14px;
	color: #a9a9a9;
}
*html #footer .container .col_about {
	height: 170px;
}
*+html #footer .container .col_about {
	height: 170px;
}

#footer .container .col_about h2 {
	margin: 1px 0 11px 0;
}

#footer .container .col_about p {
	margin: 0 0 0 3px;
	color: #a9a9a9;
}


/**************************************************************************************
	FOOTER > COL CONTACT
**************************************************************************************/
#footer .container .col_contact {
	float: left;
	position: relative;	
	height: 160px;	
	width: 299px;
	border-left: 1px solid #020202;
	padding: 0 0 0 15px;
	color: #a9a9a9;
}
*html #footer .container .col_contact {
	height: 170px;
}
*+html #footer .container .col_contact {
	height: 170px;
}

#footer .container .col_contact h2 {
	margin: 0 0 13px 0;
}

#footer .container .col_contact ul {
	margin: 0 0 0 3px;
}

#footer .container .col_contact ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
}

#footer .container .col_contact ul li a {
	color: #a9a9a9;
	text-decoration: none;
	width: 200px;
	float: left;
}

#footer .container .col_contact ul li a:hover {
	color: #d82597;
}


/**************************************************************************************
	FOOTER > BOTTOM
**************************************************************************************/
#footer .bottom {
	width: 100%;
	border-top: 1px solid #333;
	margin: 44px 0 0 0;
	padding: 7px 0 20px 0;
	font-size: 11px;
	color: #ababab;
}

#footer .bottom a {
	color: #ababab;
	font-size: 11px;
	text-decoration: none;
}
#footer .bottom a:hover {
	color: #d82597;
}

#footer .bottom p.language {
	float: left;
	width: 18%;
}

#footer .bottom a.us_flag {
	background: url(/images/icons/us_flag.png) no-repeat center left;
	padding: 0 0 0 18px;
	margin: 0 0 0 11px;
}

#footer .bottom a.fr_flag {
	background: url(/images/icons/fr_flag.png) no-repeat center left;
	padding: 0 0 0 18px;
	margin: 0 0 0 10px;
}

#footer .bottom p.warning {
	float: left;
	width: 60%;
	text-align: center;
}

#footer .bottom p.copy {
	float: right;
	width: 20%;
	text-align: right;
	padding-right: 1%;
	color: #999;
}

#footer .bottom p.copy span {
	margin-right: 30px;
}




/* SCROLLING JQUERY */
div#scrollOverflow
{
   overflow:hidden; 
   width:909px; 
   margin:0; 
   padding:0px;	
}

div#scrollContainer
{
	width:929px; 
	margin:0; 
	padding:0;	
}

div#scrollContainer div
{
	float:left; 
	width:909px; 
	list-style-image:none; 
	list-style-position:outside; 
	list-style-type:none;
}



p.ok {
	font-size: 15px;
	color: #999;
	text-align: center;
	padding: 30px 0 30px 0;
}	