@charset "UTF-8";
html, body{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
}

.mainbody{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background:#447ba4;
	/*background-image:url(../images/back_home_w1px2.jpg);
	background-position:center top;
	background-repeat:repeat-y;*/
	margin: 0; 
	padding: 0;
	min-height:100%;
}
.mainbody #container-a{
	position:relative;
	padding: 0;
	width: auto;
	min-width: 960px;
	background-image:url(../images/back_home_w1px2.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	min-height:100%;
	
}
.mainbody #container-a-internal{
	position:relative;
	padding: 0;
	width: auto;
	min-width: 960px;
	background-image:url(../images/back_internal_w1px.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	min-height:100%;
	
}
.mainbody #container-b{
	position:relative;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(../images/back_home_h1px.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	min-height:100%;

}
.mainbody #container-c{
	position:relative;
	width:auto;
	background-image:url(../images/back_home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:31px;
	min-height:100%;
}
.mainbody #container-c-internal{
	position:relative;
	width:auto;
	background-image:url(../images/back_internal.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:31px;
	min-height:100%;
}
.mainbody #container-d {
	position:relative;
	width: 58.6em;  /* 46em this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*background: #FFFFFF;*/ /* for explorer 5.5 */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:100%;
}
.mainbody #header { 
	height:100px;
} 
.mainbody #header_left {
	float:left;
	margin-left:52px;

}
.mainbody #header_right {
	float:right;
	text-align:right;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	color:#FFFFFF;
	margin-top:52px;
	margin-right:18px;
} 
.mainbody #flashcontainer { 
	/*background: #0b0507;*/
	/*filter:alpha(opacity=80);*/
	/*-moz-opacity:.8;
	opacity:.8;*/
	height:229px;
} 
.mainbody #mainmenu { 
	background: #447ba4;
	background-image:url(../images/back_menu.jpg);
	background-position:left top;
	background-repeat:repeat-x; 
	height:33px;
}

td.menu{
	text-align:center;
	height:33px;
}
span.linkmainmenuactive{
	display:block;
	background-image:url(../images/back_mainlink_btn.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding-left:22px;
	padding-top:13px;
	padding-right:3px;
	height:20px !important;
	height:33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
	color: #FFFFFF;
	
}
span.linkmainmenuactiveL{
	display:block;
	background-image:url(../images/back_mainlink_btn.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding-left:56px;
	padding-top:13px;
	padding-right:16px;
	height:20px !important;
	height:33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
	color: #FFFFFF;
	
}
span.linkmainmenuactiveR{
	display:block;
	background-image:url(../images/back_mainlink_btn.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	padding-left:35px;
	padding-top:13px;
	padding-right:36px;
	height:20px !important;
	height:33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
	color: #FFFFFF;
	
}
* html a.linkmainmenu{ /* for IE6 */
	height:33px;
}
* html a.linkmainmenu:hover{ /* for IE6 */
	height:33px;
}
a.linkmainmenu{
	display:block;
	padding-left:22px;
	padding-top:13px;
	padding-right:3px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
	color: #FFFFFF;
}
a.linkmainmenu:hover{
	display:block;
	height:20px;
	background-image:url(../images/back_mainlink_btn.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
* html a.linkmainmenuL{ /* for IE6 */
	height:33px;
}
* html a.linkmainmenuL:hover{ /* for IE6 */
	height:33px;
}
a.linkmainmenuL{
	display:block;
	padding-left:56px;
	padding-top:13px;
	padding-right:16px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
	color: #FFFFFF;
}
a.linkmainmenuL:hover{
	display:block;
	height:20px;
	background-image:url(../images/back_mainlink_btn.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
* html a.linkmainmenuR{ /* for IE6 */
	height:33px;
}
* html a.linkmainmenuR:hover{ /* for IE6 */
	height:33px;
}
a.linkmainmenuR{
	display:block;
	padding-left:35px;
	padding-top:13px;
	padding-right:36px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
	text-transform:uppercase;
	color: #FFFFFF;
}
a.linkmainmenuR:hover{
	display:block;
	height:20px;
	background-image:url(../images/back_mainlink_btn.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
span.linksubmenuactive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
	text-transform:lowercase;
	text-decoration:none;
	color: #FFFFFF;
}
a.linksubmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration:none;
	text-transform:lowercase;
	text-decoration:none;
	color: #8599a8;
}
a.linksubmenu:hover{
	text-decoration: underline;
}
a.linktopmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration:none;
	text-transform:lowercase;
	text-decoration:none;
	color: #FFFFFF;
}
a.linktopmenu:hover{
	text-decoration:underline;
}
a.linkfootermenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration:none;
	text-transform:lowercase;
	text-decoration:none;
	color: #8599a8;
}
a.linkfootermenu:hover{
	text-decoration:underline;
	color:#8599a8;
}

.mainbody #mainContent {
	position:relative;
	display: inline-block; /* for Mozilla 100% height */
	/*padding:0 20px;*/ /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:508px;
	padding-bottom:40px;
	height:auto;
}
.mainbody #contentLeft{
	float:left;
	width:435px; /* 682 - 60 padding = 578 - 142 flash course*/
	min-height:408px;
	height:auto;
	padding:52px;
	padding-top:20px;
	height:auto;
	vertical-align:top;
	/*background-color:#003366;*/
}
.mainbody #content{
	float:left;
	width:833px; /* 682 - 60 padding = 578 - 142 flash course*/
	min-height:408px;
	height:auto;
	padding:52px;
	padding-top:20px;
	height:auto;
	vertical-align:top;
	line-height:1em;
	/*background-color:#003366;*/
}
.mainbody #containerLeftInternal{
	float:left;
	width:937px;
	min-height:408px;
	height:auto;
	margin-left:0px;
	padding-top:0px;
	vertical-align:top;
}
.mainbody #contentLeftInternal{
	margin-left:52px;
	margin-right:52px;
}
.mainbody #navigationbar{
	float:right;
	width:118px;
	height:20px;
	background:#EAEAEA;
	padding-right:10px;
	margin-bottom:10px;
	padding-top:4px;
	margin-top:-10px;
	text-align:right;
}
.mainbody .info{
	min-height:120px;
	margin:0px;
	padding:0px;
	vertical-align:top;
}
.mainbody #news{
	margin-bottom:20px;
}

.mainbody #infoscuola{
	display:block;
	margin-left:0px;
	margin-bottom:10px;
	height:42px;
}
.mainbody #infonews{
	display:block;
	margin-bottom:20px;
	height:42px;
}
.mainbody #infoactivity{
	display:block;
	margin-bottom:10px;
	margin-left:0px;
	height:42px;
}
.mainbody #infovideo{
	display:block;
	margin-bottom:20px;
	margin-left:0px;
	height:42px;
}
.mainbody #infogallery{
	display:block;
	margin-left:0px;
	margin-bottom:10px;
	height:56px;
}
.mainbody #infosiamo{
	display:block;
	margin-bottom:20px;
	margin-left:0px;
	height:42px;
}
.mainbody #infocontatti{
	display:block;
	margin-bottom:20px;
	margin-left:0px;
	height:42px;
}
.mainbody #infoannunci{
	display:block;
	margin-bottom:10px;
	margin-left:0px;
	height:42px;
}
.mainbody #infospartiti{
	display:block;
	margin-bottom:10px;
	margin-left:0px;
	height:56px;
}
.mainbody #map{
	width:600px;
	height:380px;
	margin-left:0px;
	border:1px solid #CCCCCC;
}
.mainbody .products{
	margin:0px;
	padding:0px;
	margin-top:20px;
	padding-bottom:30px;
	border-bottom:1px dotted #CCCCCC;
}
.mainbody .product{
	list-style:none;
	margin:0px;
	padding:0px;
}
.mainbody #divform {
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
} 
.mainbody .info h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top:0px;/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:bold;
	color:#444444;
}
.mainbody .info h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:bold;
	line-height:1.4em;
	color:#888888;
}

.mainbody .info p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding-top: 10px;; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight: normal;
	line-height:1.5em;
	padding-bottom:20px;
	color:#444444;
}
.mainbody .delimiter_news{
float:left;
	border-top:1px dotted #888888; 
	padding-top:20px; 
	padding-bottom:20px;
}
.mainbody #contentLeft h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style:normal;
	font-weight:bold;
	color:#444444;
}
.mainbody #contentLeft p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	color:#444444;
}

.mainbody #contentLeft ol {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	color:#444444;
}
.mainbody #contentLeft h3{

	color:#444444;
}
.mainbody #contentLeftInternal h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:bold;
	padding-left:0px;
	/*padding-top:52px;*/
	color:#444444;
}
.mainbody #contentLeftInternal h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	padding-left:0px;
	font-weight:bold;
	line-height:1.5em;
	color:#888888;
}
.mainbody #contentLeftInternal p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	color:#444444;
	padding:0px;
	margin:0px;
}
.mainbody #contentLeftInternal ol {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	color:#444444;
	padding-left:52px;
	padding-right:52px;
}

.grayText{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:normal;
	line-height:1.5em;
	color:#888888;
}
.mainbody #contentMedio{
	float:left;
	width:142px;
	min-height:408px;
	height:auto;
	margin:0px;
	padding:0px;
	/*background-color:#990000;*/
}
.mainbody .btnCourse{
	float:left;
	width:142px;
	height:79px;
	text-align:left;
	padding:0px;
	margin:0px;
	vertical-align:top;
}
.mainbody #contentRight{
	float:right;
	width:255px;
	min-height:408px;
	height:auto;
	margin:0px;
	padding:0px;
	/*background-color:#990000;*/
}

.mainbody #containerRightInternal{
	float:right;
	height:auto;
	background-image:url(../images/back_frame_w1px.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	margin-left:52px;
	margin-bottom:30px;
	width:255px;
}
.mainbody #containerRightGallery{
	float:right;
	height:auto;
	background-image:url(../images/back_frame_w1px.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	margin-left:0px;
	margin-bottom:0px;
	width:255px; 
}

.mainbody #contentRightInternal{
	float:right;
	width:255px;
	background-image:url(../images/back_frame_internal.jpg);
	background-position:0px 58px;
	background-repeat:no-repeat;
	height: auto;
}
.mainbody #contentRight p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	line-height:16px;
	margin:0px;
	padding:0px;
	text-align:left;
}
.mainbody #contentRightInternal p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	line-height:14px;
	margin:0px;
	padding:0px;
	text-align:left;
}

.mainbody #contentRight #rightVideoBox ul, ol{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	line-height:16px;
	margin-left:0px;
	padding:0px;
	text-align:left;
}
.mainbody #contentRightInternal ul, ol{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	line-height:14px;
	margin-left:42px;
	padding:0px;
	text-align:left;
}
.mainbody #rightBoxVideo{
	min-height:120px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:center;
	margin-bottom:20px;
}
.mainbody #rightVideoBox{
	min-height:120px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	text-align:left;
	margin-bottom:20px;
}
.mainbody #rightVideoBoxInternal{
	padding:30px;
	padding-top:0px;
	margin:0px;
}
.mainbody #rightVideoBoxInternal p, ul, li{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*font-size: 0.8em;*/
	font-style:normal;
	font-weight:normal;
	/*color:#666666;*/
	line-height:18px;
	margin-bottom:5px;
}
/*
.mainbody .photoEmpty{
	position:relative;
	width:auto;
	height:20px;
	margin: 0 auto;
	background:#748b9d;
}*/
.mainbody #photoBox{
	position:relative;
	display:inline-block;
	width:auto;
	height:auto;
	margin: 0 auto;
	text-align:left;
	padding-top:20px;
	padding-left:8px;
	padding-bottom:10px;
	
	/*background: #8aa2b6;*/
}
.mainbody #photoBox img{
	border:1px solid #FFFFFF;
	margin-right:0px;
	margin-left:12px;
	margin-bottom:17px;
}
.photo{
	margin:0px;
	margin-bottom:3px;
	padding:5px;
	border:1px solid #999999;
	background-color: #FFFFFF;
	margin-right:3px;
}
.mainbody .rightBox{
	min-height:120px;
	margin:0px;
	padding:0px;
	vertical-align:top;
	margin-bottom:20px;
}

.mainbody #video{
	margin-bottom:20px;
	height:58px;
}

.mainbody #videobox{
	margin-bottom:20px;
	height:58px;
}
.mainbody #gallery{
	margin-bottom:0px;
}
.mainbody #archive{
	margin-bottom:0px;
}
.mainbody #iniziative_news{
	margin-bottom:0px;
}
.mainbody #contentLeftInternal ol, ul{
	font-size: 1em;
	color:#666666;
	padding:0px;
	margin:0px;
}
.mainbody .rightBox ol, ul{
	font-size: 0.8em;
	color:#666666;
	padding-left:40px;
	padding-top:20px;
	margin:0px;
}
.mainbody .rightBox li{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	padding:0px;
	margin:0px;

}

.mainbody #rightVideoBox ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	padding:0px;
	margin:0px;
}
.mainbody #contentRightInternal ol{
	margin-bottom:40px;
}

.mainbody .rightBox h1{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style:normal;
	font-weight: bold;
	color:#666666;
	margin:0px;
	padding:0px;
}
.mainbody .rightBox p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style:normal;
	font-weight:normal;
	color:#666666;
	line-height:14px;
	margin:0px;
	padding:0px;
}
.mainbody .rightBox .add{
	float:left;
	padding:0px;
	margin:10px;
	margin-top:20px;
	margin-left:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #CCCCCC;
}
.mainbody .rightBox .last_add{
	float:left;
	padding:0px;
	margin:10px;
	margin-top:20px;
	margin-left:20px;
	padding-bottom:20px;
}
.mainbody .image{
	float:left;
	width:auto;
	height:auto;
	margin-right:10px;
	margin-bottom:5px;
	border:1px solid #CCCCCC;
	cursor:pointer;
}
.mainbody .image_product{
	float:left;
	width:auto;
	height:auto;
	margin-right:20px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	padding:10px;
}
.mainbody .image_news{
	float:left;
	/*position:relative;*/
	width:auto;
	height:auto;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:5px;
	/*cursor:pointer;*/
}

.mainbody #endpage { 
	padding-top: 0px; /* 60 this padding matches the left alignment of the elements in the divs that appear above it. */
	height:auto;
	/*background:#DDDDDD;*/

} 
.mainbody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	line-height:16px;
	color:#8599a8;
}
.mainbody #footer_container{
	overflow:hidden;
	clear:both;
	width:auto;
	min-height:222px;
	height:222px;
	background:#0b3351;
	text-align:center;
}
.mainbody #footer{
	width: 58.6em;
	margin: 0 auto; 
	min-height:222px;
	height:222px;
	background-image:url(../images/back_footer.jpg);
	background-position:504px 10px;
	background-repeat:no-repeat;
	color:#486f8c;
	padding-top:20px;
	font-size: 100%;
	text-align:center;
}

a.link_spartiti{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	text-align: left;
}
a.link_spartiti:hover{
	color:#ff8502;
	text-decoration:none;
}
a.link_style{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	text-align: left;
}
a.link_style:hover{
	color:#ff8502;
	text-decoration:none;
}
a.link_back{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	text-align: left;
}
a.link_back:hover{
	color:#ff8502;
	text-decoration:none;
}
a.link_annuncio{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
	text-align: left;
	margin:0px;
	padding:0px;
}
a.link_annuncio:hover{
	color:#7fa304;
	text-decoration:none;
}
img.absmiddle{
	vertical-align:middle; 
	margin-bottom: .25em;
	border-style:none;
}
a.link_go{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#ff8502;
	text-align: left;
	margin:0px;
	padding:0px;
}
a.link_go:hover{
	color:#ffb502;
	text-decoration:none;
}
.select{
	width:192px;
	height:22px;
	border:1px solid #9E9E9E;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	padding:2px;
}
.mainbody label{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	font-weight:normal;
	color:#444444;
	line-height:30px;
	margin:0px;
}
.mainbody .input{
	width:445px;
	margin-right:42px;
	margin-bottom:5px;
	height:22px;
	border:1px solid #CCCCCC;
}
.mainbody .textarea{
	width:445px;
	margin-right:42px;
	border:1px solid #CCCCCC;
}
.mainbody .button{
	background:#EAEAEA;
	border:1px solid #CCCCCC;
	width:120px;
	height:26px;
	padding:3px;
}