/* CSS Document */


/* General */

* {
margin: 0;
padding: 0;
}

html {
height: 100%;
font-size: 62.5%;
}

body {
height: 100%;
text-align: center;
font: 1.2em Verdana, Arial, Helvetica, sans-serif;
min-width: 950px;
}

a:link, a:visited {
color: #005D85;
text-decoration: underline;
font-weight: bold;
}

a:hover {
text-decoration: none;
}

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}

.noscreen {
display: none;
}

.hidden { /* Skip menu */
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Paragraphs, headings, ... */

p {
line-height: 170%;
margin-bottom: 5px;
}

.message {
background-color: #E3F4FF;
border-left: 4px solid #57A9DF;
text-align: justify;
width: 90%;
margin: 0 0 25px 0;
padding: 5px 12px;
}

.message p {
margin: 0;
color: #004C7F;
}

.message p a, .message p a:visited {
color: #004C7F;
}

h1 {
font-size: 2.5em;
font-weight: normal;
color: #34BEED;
text-align: center;
margin-left: 10px;
padding: 5px 0 6px 0;
background: url('images/h1-bg.gif') repeat-x 0 100%;
width: 95%;
}

h1 a:link, h1 a:visited {
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

h2 {
font-size: 1.5em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #34BEED;
text-align: left;
margin: 6px 0 0 23px;
}

/*h3 {
color: #005D85;
font-size: 1.2em;
text-align: left;
letter-spacing: 1px;
margin-bottom: 13px;
}*/
h3 {
color: #000000;
font-size: 1.2em;
text-align: center;
letter-spacing: 1px;
margin-bottom: 5px;
}

/*h3.line {
background: url('images/bg.png') repeat-x 0 50%;
width: 95%;
height:43px;
text-transform: capitalize;
}
*/

h3.line {
background: url('images/bg.png') repeat-x;
width: 97.5%;
height:30px;
text-transform: capitalize;
}

h3.line4 {
background: url('images/bg4.png') repeat-x;
width: 95%;
height:30px;
text-transform: capitalize;
}


h3.line span {
margin-left: 12px;
padding: 0 6px;

}

h3.line4 span {
margin-left: 12px;
padding: 0 6px;
}

ul {
list-style-type: none; 
}


/* Images */

images.portfolio {
border: 3px solid #8ED8FF;
margin: 0 12px 16px 0;
}

a:hover images.portfolio {
border: 3px solid #FF6123;
margin: 0 12px 16px 0;
}

images.me {
float: left;
border: 0;
margin: 0.4em 0.6em 0 0;
}

/* Header */

#header {
margin: 0 auto;
width: 780px;
height: 92px;
position: relative;
/*background: #005D85 url('images/hd-bg.gif') repeat-x 0 0;*/
background: #FFFFFF url('images/wiilogo.png') no-repeat;
text-align: left;
}


/* Search form */

form.searching {
width: 189px;
height: 26px;
position: absolute;
top: 27px;
right: 25px;
}

fieldset {
border: 0;
}

#picture-input { 
position: absolute; 
top: 0; 
left: 0; 
overflow: hidden; 
width: 155px; 
height: 26px; 
background: url('images/input-bg.gif') 0 0 no-repeat; 
border: 0; 
}

#picture-input input { 
position: relative; 
top: 5px; 
left: 10px; 
width: 140px; 
border: 0;
letter-spacing: 1px;
}

form.searching input.hledat {
letter-spacing: 1px;
padding-left: 0;
font-weight: bold;
color: #FFFFFF;
position: absolute;
top: 0;
right: 0;
}

form.searching label {
display: none;
}


/* Menu */

#menu {
position: absolute;
top: 62px;
right: 0px;
}

#lineb {
background-image:url(images/table_shadow.gif);
background-repeat:no-repeat; 
width:780px;
background-position:right;
}

#menu li {
float: left;
display: inline;
list-style-type: none;
}

#menu li a {
float: left;
display: inline;
list-style-type: none;
text-align: center;
/*color: #999999;*/
color: #000000;
font-size: 1.1em;
text-decoration: none;
background-image:url(images/bgmenu.png);
background-color: #EEEEEE;
/*border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;*/
padding: 0 1em;
height: 30px;
line-height: 30px;
margin-left: 2px;
}

#menu li a:hover {
background-color: #EEEEEE;
color: #151515;
/*border-top: 1px solid #6A4B09;
border-left: 1px solid #6A4B09;
border-right: 1px solid #6A4B09;*/
text-decoration: none;
background-image:url(images/footer-bg.gif);
}

#menu li a.active {
background-color: #EEEEEE !important;
color: #151515;
background-position:bottom center;
/*border-top: 1px solid #6A4B09;
border-left: 1px solid #6A4B09;
border-right: 1px solid #6A4B09;*/
text-decoration: none;
}


/* Content boxes */

#content-box {
width: 780px;
margin: 0 auto;
text-align: left;
}

#content-box-in {
width: 100%;
}
#content-box-in blogs{
width: 100%;
height:1000px;
}

#content-box-in-left {
float: left;
width: 510px;
}

#content-box-in-left-in {
margin: 21px 0 30px 0px;
background: url('images/divider.gif') repeat-y 98% 0;
}

#content-box-in-right {
float: right;
width: 270px;
}

#content-box-in-right-in {
margin: 24px 0px 10px 0px;
}

.galerie {
padding: 1px 0;
margin-right: 3px;
min-height: 1px;
}

.thumb {
display: block;
width: 128px;
height: 128px;
background-color: white;
text-align: center;
border: 1px solid #FFFFFF;
position: relative;
background-color: #fff;
background-repeat: no-repeat;
background-position: 50% 50%;
margin: 0 auto;
}

.thumb_frame {
float: left;
display: inline;
width: 152px;
height: 180px;
margin: 0 0px 0px 0;
background-color: white;
text-align: center;
border: 1px solid #FFFFFF;
position: relative;
margin: 0 auto;
}
.thumb_frame span{
	font-style: italic;
	text-align: left;
	font-size: 10px;
}


.foto0 {
float: left;
display: inline;
height: 275px;
background-color: #F9F9F9;
text-align: justify;
border: 1px solid #EEEEEE;
position: relative;
padding-top:1px;
border-left: 4px solid #7DEEEB;
width: 91%;
margin: 0 0 10px 0;
padding: 5px 12px;
}
.foto {
float: left;
display: inline;
width: 156px;
height: 138px;
margin: 0 10px 16px 0;
background-color: #F9F9F9;
text-align: center;
border: 1px solid #EEEEEE;
position: relative;
padding-top:14px;
}
.foto2 {
float: left;
display: block;
width: 282px;
height: 50px;
margin: 0 0px 5px 0;
background-color: #F7F7F7;/*#F3F3F3*/
text-align: justify;
border: 1px solid #EEEEEE;
}
/*Display lists blogs*/
.fotoblogslist {
background-color:#F7F7F7;
border:0px solid #EEEEEE;
display:block;
float:left;
height:50px;
margin:5px 0 35px 15px;
text-align:justify;
width:195px;
}
.linedottedblog {
border-bottom:1px dotted #34BEED;
}
}
.foto3 {
float: left;
display: inline;
width: 260px;;
height: 25px;
margin: 0 10px 16px 0;
background-color: #F7F7F7;
text-align: justify;
border: 1px solid #EEEEEE;
position: relative;
}
.smallerlow {
float: left;
display: inline;
width: 355px;;
height: 20px;
margin: 0 10px 9px 0;
background-color: #F7F7F7;
text-align: justify;
font-weight: lighter;
border: 1px solid #EEEEEE;
position: relative;
}
.smallerlow2 {
float: left;
display: inline;
width: 355px;;
height: 20px;
margin: 0 10px 9px 0;
background-color: #F7F7F7;
text-align: justify;
font-weight: lighter;
border: 1px solid #EEEEEE;
position: relative;
font-size:9px;
}
.foto images {
margin: 13px auto 0 auto;
border: 1px solid silver;
}

.thumb_frame:hover, .foto:hover {
background-color: #F4F4F4;
border: 1px solid #7DEEEB;
}

.foto p a, .foto p a:visited {
font-size: 1.1em;
color: #003960;
font-weight: normal;
margin-top: 6px;
}

.foto p {
margin-top: 6px;
color: #003960;
}


/* Content boxes directives */

/*#content-box-in-right-in h3 {
color: #00436A;
background-color: #D6ECF8;
border: 1px solid #7DEEEB;
font-size: 1.1em;
text-align: center;
letter-spacing: 1px;
padding: 2px 0 2px 7px;
}*/
#content-box-in-right-in h3 {
color: #000000;
background-image:url(images/bg3.png);
height:30;
font-size: 1.1em;
text-align: center;
letter-spacing: 1px;
padding: 2px 0 11px 7px;
}

#content-box-in-right-in dl {
margin: 0 0 30px 4px;
}

#content-box-in-right-in dt {
margin-bottom: 3px;
font-weight: bold;
line-height: 30px;
}

#content-box-in-right-in dd {
margin: 10 5px 18px 3px;
line-height: 145%;
height: 40px;
display:block;
overflow: hidden;
word-wrap: break-word;
}

#content-box-in-right-in dd a, #content-box-in-right-in dd a:visited {
color: #005D85;
padding: 1px 2px;
}

#content-box-in-right-in dd a:hover {
background-color: #005D85;
color: #FFFFFF;
}

#content-box-in-right-in dd span {
font-size: 0.9em;
}

#content-box-in-right-in form {
margin-left: 5px;
}

#content-box-in-right-in label {
display: block;
margin-bottom: 2px;
}

#content-box-in-right-in input {
width: 240px;
margin-bottom: 9px;
}

#content-box-in-right-in textarea {
}

#content-box-in-right-in input.send-button {
width: auto;
padding: 1px 3px;
margin-top: 5px;
}

.half_right , .half_left {
float: left; width: 50%; height:320px;
}
#content-box-in-left-in dl {
margin: 0 0 4px 0px;
width: 238px;
overflow:hidden;
display: block;
/*height: 950px;*/
height: auto;
}
/*
#content-box-in-left-indl2 {
margin: 0 0 4px 0px;
width: 238px;
overflow:hidden;
display: block;
height: 950px;
}
*/
#content-box-in-left-in dt {
margin-bottom: 3px;
font-weight: bold;
line-height: 30px;
height: 30px;
display:block;
float: left;
width: 100%;
}

#content-box-in-left-in dd {
font-size: 10px;

word-wrap: break-word;
}

#content-box-in-left-in dd a, #content-box-in-left-in dd a:visited {
color: #005D85;
padding: 1px 2px;
}

#content-box-in-left-in dd a:hover {
background-color: #005D85;
color: #FFFFFF;
}

#content-box-in-left-in dd span {
font-size: 0.9em;
}


/* Footer */

#footer {
height: 44px;
color: #FFFFFF;
margin: 0 auto;
width: 780px;
background: #005D85 url('images/footer-bgorig.gif') repeat-x center 0;
background-position:right center;
}

#footer-in {
width: 780px;
height: 44px;
margin: 0 auto;
}

#footer a, #footer a:visited {
color: #FFFFFF;
}

p.footer-left {
width: 350px;
float: left;
text-align: left;
line-height: 190%;
margin: 15px 0 0 12px;
display: inline; /* Because of IE Doubled Float-Margin Bug */
}

p.footer-right {
width: 350px;
float: right;
text-align: right;
margin: 15px 12px 0 0;
display: inline; /* Because of IE Doubled Float-Margin Bug */
}

p.footer-right a, p.footer-right a:visited  {
font-weight: normal;
}



/* Content box with light blue background */

.box {
		width: 510px;
		}
      
.box-top {
		background: url('images/box-top.gif') no-repeat left top;
		width: 510px;
		}
		
.box-bottom {
		background: url('images/box-bottom.gif') left bottom no-repeat;
		width: 510px;
		}


#box-in {
padding: 10px 10 15px 0;
}

.article {
border-bottom:1px dotted #34BEED;
margin:0 15px 5px;
padding-bottom:7px;
}

p.continue {
text-align: right;
margin-right: 25px;
}

p.continue a, p.continue a:visited {
text-decoration: underline;
color: #1D5800;
font-style: italic;
padding: 0 2px;
}

p.continue a:hover {
text-decoration: none;
background-color: #1D5800;
color: #EBF7FF;
}


/* Info about article in green field under the name of article */

.info {
background-color: #F9F9F9;
border: 1px solid #EEEEEE;
width: 410px;
font-size: 0.9em;
margin-bottom: 7px;
}

.info-in {
margin: 4px 7px;
}

.info-in p {
margin: 0;
line-height: 1;
}

.info-in p a, .info-in p a:visited {
font-weight: normal;
padding: 0 2px;
color: ##214F73;
}

.info-in p a:hover {
color: #DEEBF6;
background-color: #214F73;
}


/* The article date */

/*<!--.date {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
float: right;
width: 48px;
min-height: 40px;
border: 1px solid #78bee2;
background-color: #FFFFFF;
margin: 3px 0 7px 0;
font-style: italic;
}

.date p {
font-size: 0.9em;
margin: 0;
line-height: 1;
}

.date p.day {
font-size: 1.2em;
margin-bottom: 1px;
line-height: 1.6;
font-weight: bold;
}-->*/

.date {
font-family: Georgia, "Times New Roman", Times, serif;
text-align: center;
float: right;
width: 48px;
min-height: 40px;
border: 1px solid #78bee2;
background-color: #F9F9F9;
margin: 0px 0 7px 0;
font-style: italic;
color:#34BEED;
}

.date p {
font-size: 0.9em;
margin: 0;
line-height: 1;
}

.date p.day {
font-size: 1.2em;
margin-bottom: 1px;
line-height: 1.6;
font-weight: bold;
}
.dateblog {
background-color:#F9F9F9;
border:1px solid #78BEE2;
color:#34BEED;
float:right;
font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;
margin:0px 0 7px;
min-height:40px;
text-align:center;
width:48px;
}
.dateblog p {
font-size: 0.9em;
margin: 0;
line-height: 1;
}

.dateblog p.day {
font-size: 1.2em;
margin-bottom: 1px;
line-height: 1.6;
font-weight: bold;
}
.noteblog {
background-color:#F9F9F9;
border:1px solid #78BEE2;
float:right;
font-family:Georgia,"Times New Roman",Times,serif;
font-style:italic;
margin:-50px 0 7px;
min-height:40px;
text-align:center;
width:48px;
color:#34BEED;
}
.noteblog p {
font-size: 0.9em;
margin: 0;
line-height: 1;
}

.noteblog p.note {
font-size: 1.2em;
margin-bottom: 1px;
line-height: 2.5;
font-weight: bold;
}




/* Content right */

#content-box-right {
width: 216px;
float: right;
}

.content-box-right-in {
margin: 0 15px 10px 6px;
color: #003B69;
background-position:left;
}


/* Content right directives */

.content-box-right-in p {
margin: 0;
line-height: 1.6;
}

.content-box-right-in p a, .content-box-right-in p a:visited {
padding: 0 2px;
}

.content-box-right-in p a:hover {
background-color: #004D89;
color: #C8DFF2;
}

.content-box-right-in ul {
list-style-type: none;
margin: 10px 0 30px 11px;
}

.content-box-right-in ul li {
margin-bottom: 10px;
}

.content-box-right-in ul li a, .content-box-right-in ul li a:visited {
font-weight: normal;
color: #003B69;
}

.content-box-right-in ul li span {
font-size: 0.9em;
}

.content-box-right-in ul.categories {
list-style-type: none;
margin: 5px 0 15px 22px;
}


/* Darker background in the right column - Categories */

.darker-bg {
background-color: #C8DFF2;
border-top: 1px solid #B3CEE5;
border-bottom: 1px solid #B3CEE5;
margin: 15px 7px 10px 0;
}

.darker-bg h4 {
margin: 8px 0 10px 13px;
}




/* ----------- My Form ----------- */
.myform{
	margin: 5px 0;
	width:465px;
	padding:14px;
	overflow: hidden;
}



	/* ----------- stylized ----------- */
	#stylized{
		border:solid 1px #34BEED;
		/*background:#E3F4FF;*/
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
		color:#000;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border: 1px solid #7DEEEB;
		width:250px;
		margin:2px 0 20px 10px;
	}
	
	#stylized .select_textfield {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border: 1px solid #7DEEEB;
		width:250px;
		margin:2px 0 20px 10px;
	}
	
	#stylized .form_container {
		float:left;
		font-size:12px;
		width:250px;
	}
	
		#stylized .form_container  .select_textfield{
		width:73px;
	}
	

	
	#stylized textarea.textfield {
	border:1px solid #9F9F9F;
	float:left;
	font-size:12px;
	padding:4px 2px;
	width:250px;
	margin:2px 0 20px 10px;
	height: 100px;
	overflow:hidden;
	padding:0.5em;
	background-color:#F7F7F7;
	}
	
	#stylized a.link{
		float:left;
		font-size:12px;
		padding:4px 2px;
		text-align: center;
		width:250px;
		margin:2px 0 20px 10px;
	}
	
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	
	
#user_info_box {
	width: 270px;
	display: block;
/*	background: #00ff00;*/
}

#user_info_box #user_info_links {
	width: 140px;
	display: block;
	float:left;
}

#user_info_links li {
	list-style-type:none;
	margin:0;
	padding:5px 0px 5px 20px;
}

#user_info_links li.edit_account {
	background:transparent url(images/icons/16-member-profile.png) no-repeat 0% 50%;
}
#user_info_links li.add_blog {
	background:transparent url(images/icons/16-file-page.png) no-repeat 0% 50%;
}
#user_info_links li.upload_video {
	background:transparent url(images/icons/16-file-archive.png) no-repeat 0% 50%;
}
#user_info_links li.upload_picture {
	background:transparent url(images/icons/16-image-add.png) no-repeat 0% 50%;
}
#user_info_links li.create_poll {
	background:transparent url(images/icons/16-em-pencil.png) no-repeat 0% 50%;
}
#user_info_links li.edit_avatar {
	background:transparent url(images/icons/16-em-pencil.png) no-repeat 0% 50%;
}
#user_info_links li.logout {
	background:transparent url(images/icons/logout.png) no-repeat 0% 50%;
}
#user_info_links li.email_add {
	background:transparent url(images/icons/email_add.png) no-repeat 0% 50%;
}


#user_info_box #user_info_avatar {
	width: 130px;
	display: block;
	float:left;
	text-align: center;
}


.horizontal_menu{
width: 97%;
overflow: hidden;
border-bottom: 1px solid #7DEEEB; /*bottom horizontal line that runs beneath tabs*/
}

.horizontal_menu ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.horizontal_menu li{
display: inline;
margin: 0;
}

.horizontal_menu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid #7DEEEB; /*right divider between tabs*/
border-left: 1px solid #7DEEEB; /*right divider between tabs*/
border-top: 1px solid #7DEEEB; /*right divider between tabs*/
color: #000;
background: #D6ECF8; /*background of tabs (default state)*/
}

.horizontal_menu li a:hover, .horizontal_menu li.selected a{
background: #7DEEEB; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}


table.general
{
	margin-top: 10px;
	border-collapse: collapse;
	color: #000;
	text-align: left;
	border-left: 1px solid #000;
	width: 100%;
}

table.general td
{
	padding: 10px 20px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
} 

table.general tr.even-row td
{
	color: #c76400;
	background: #e6e6e6;
}

table.general th
{
	padding: 10px 20px;
	background: #00436A;
	color: #fff;
	border: 1px solid #444;
	font-weight: normal;
}
















/* --------------------------------- */
/*MESSAGE BOX CLEAN	serie	  		 */
	.message-gray{
		border:solid 1px #DEDEDE; 
		background:#EFEFEF;
		color:#222222;
		padding:4px;
		text-align:center;
		margin: 20px 0;
		width:481px;
	}
	.message-yellow{
		border:solid 1px #DEDEDE; 
		background:#FFFFCC;
		color:#222222;
		padding:4px;
		text-align:center;
		margin: 20px 0;
		width:481px;
	}
	.message-success{
		border:solid 1px #349534; 
		background:#C9FFCA;
		color:#008000;
		font-weight:bold;
		padding:4px;
		text-align:center;
		margin: 20px 0;
		width:481px;
	}
	.message-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
		margin: 20px 0;
		width:481px;
	}
	
.avatar {
display: block;
width: 128px;
height: 128px;
background-color: #fff;
background-repeat: no-repeat;
background-position: 50% 50%;
margin: 0 auto;
}

/* ----------------------------------------------------------------------------------------------------------
5) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#perex {padding:15px 0px 40px 140px; width: 360px; background-repeat: no-repeat; background-position: 0% 10%;}
#perex p {margin:0;}

.ico-comment {padding-left:115px; }

.cols5050 {margin:15px 0;}
    .cols5050 .col {float:left; width:255px;}
    .cols5050 .col dl.list, .cols5050 .col dl.list dd {margin:0; background-color:#F9F9F9; text-align:justify;}/*F9F9F9*/
    .cols5050 .col dl.list.height {height:950px;}
    /*.cols5050 .col dl.list dt {padding-left:20px; background:url("images/icons/16-member-profile.png") 0 50% no-repeat;}changement pour blogs list*/
	.cols5050 .col dl.list dt {padding-left:0px;}
    .cols5050 .col dl.list dd {margin-left:0px; padding:10px 15px 15px 0;}

#calendar {width:230px; margin:20px 0; font-size:85%;}
#calendar th {padding:4px 1px;}
#calendar td {text-align:center;}
#calendar td#calendar-active {font-weight:bold;}

.button {padding:5px 8px; background:url("images/icons/16-member.png") 0 0 repeat-x; text-decoration:none; font-weight:bold;}


/*VIDEO PAGE*/

#flash_player {
	width:498px;
	text-align: center;
	padding-bottom: 10px
}

#useraction {
    display:block;
    width:490px;
    padding:2px;
    background: #FFFFFF;
    border: 1px solid #00436A;
    margin-bottom: 20px;
	height: 25px;
}

#useraction .subinfo{
    display:block;
    width:150px;
	padding:5px;
	float: left;
}

.commentbox{
background-color: #ececec;
width: 474px;
padding: 10px;
border-color:#EEEEEE #EEEEEE #EEEEEE #7DEEEB;
border-style:solid;
border-width:1px 1px 1px 4px;
}

.commentfooter{
background: url(media/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 130px;
padding-top: 1px;
margin-bottom: 1em;
font-size: 90%;
color: #4A4A4A;
}
.right{
text-align:right;}

.loginform {
border:1px solid #9F9F9F;
margin:10px 0;
overflow:hidden;
padding:0.5em;
background-color:#F7F7F7;
}
.send-button2{
background:#EEEEEE none repeat scroll 0 0;
color:#000000;
float:none;
font-weight:bold;
margin:5px auto;
padding:3px 3px;
text-transform:uppercase;
}
.bggris{
background-color: #F9F9F9;}
.bgwhite{
background-color: #FFFFFF;}
.height{ height:1000px;
}
