.mws-form
{
	clear:both;
	display:block;
}

div#mws-login
{
	/*background:url(../images/core/body-bck-4.gif);*/
	background:#0d0d0d;
	width:388px;
	height:190px;
	margin:auto;
	position:relative;
	padding:12px 16px;
	
	position:relative;
	top:0%;
	margin-top: 70px;
	border-top:2px solid #535353;
	
	/* CSS 3 */
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

div#mws-login h1
{
	color:#ffffff;
	padding:0 8px 8px 8px;
	font-size:18px;
	margin:0;
	position:relative;
	/*background:url(../images/core/mws-login-stitch.png) repeat-x left bottom;*/
}

div#mws-login .mws-login-lock
{
	/*background:url(../images/core/mws-login-circle.png) no-repeat center center;*/
	border-radius: 50%/50%; 
    width: 25px;
    height: 25px;
    background:#161616;
	position:absolute;
	padding:8px;
	right:-10px;
	top:-10px;
}

div#mws-login .mws-form-row
{
	padding-left:0;
	padding-right:0;
}

.mws-form .mws-form-row
{
	zoom: 1;
}

.mws-form .mws-form-row
{
	padding:3px 6px;
}

.mws-form .mws-form-row:before,
.mws-form .mws-form-row:after
{
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.mws-form .mws-form-row:after
{
	clear: both;
}

.mws-form .mws-form-item
{
	min-height:34px;
	height:34px;
	height:auto !important
}

div#mws-login input.mws-login-username, 
div#mws-login input.mws-login-password
{
	padding:8px 8px 8px 32px;
	border:1px solid #323232;
}

div#mws-login input.mws-login-username
{
	background-image:url(../css/icons/16/user.png);
	background-repeat:no-repeat;
	background-position:8px center;
}

div#mws-login input.mws-login-password
{
	background-image:url(../css/icons/16/key.png);
	background-repeat:no-repeat;
	background-position:8px center;
}

.mws-form .mws-form-item.extra-large select, 
.mws-form .mws-form-item.extra-large textarea, 
.mws-form .mws-form-item.extra-large .mws-textinput
{
	width:100%;
}

.mws-form .mws-form-item select, 
.mws-form .mws-form-item textarea, 
.mws-form .mws-form-item .mws-textinput, 
.mws-form .mws-form-item.large select, 
.mws-form .mws-form-item.large textarea, 
.mws-form .mws-form-item.large .mws-textinput
{
	width:300px;
}

.mws-form select, 
.mws-form textarea, 
.mws-form .mws-textinput, 
.mws-form .file
{
	border:1px solid #c5c5c5;
	padding:4px 3px;
	color:#323232;
	margin:0;
	background-color:#ffffff;
	outline:none;
	
	/* CSS 3 */
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	
	-moz-box-shadow:inset 0px 1px 3px rgba(128, 128, 128, 0.1);
	-o-box-shadow:inset 0px 1px 3px rgba(128, 128, 128, 0.1);	
	-webkit-box-shadow:inset 0px 1px 3px rgba(128, 128, 128, 0.1);
	-khtml-box-shadow:inset 0px 1px 3px rgba(128, 128, 128, 0.1);
	box-shadow:inset 0px 1px 3px rgba(128, 128, 128, 0.1);
}

.mws-form .mws-form-row
{
	zoom: 1;
}

div#mws-login .mws-form-row
{
	padding-left:0;
	padding-right:0;
}

.mws-form .mws-form-item
{
	min-height:34px;
	height:34px;
	height:auto !important
}

.mws-form .mws-form-item select, 
.mws-form .mws-form-item textarea, 
.mws-form .mws-form-item .mws-textinput, 
.mws-form .mws-form-item.large select, 
.mws-form .mws-form-item.large textarea, 
.mws-form .mws-form-item.large .mws-textinput
{
	width:300px;
}

div#mws-login input.mws-login-button
{
	width:100%;
}

.mws-button.red
{
	background-color:#bc4343;
	color:#ffffff;
	border:1px solid #762929;
	
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ca4e4e), color-stop(100%, #bc4343));
	background-image: -webkit-linear-gradient(#ca4e4e,#bc4343);
	background-image: -moz-linear-gradient(#ca4e4e,#bc4343);
	background-image: -o-linear-gradient(#ca4e4e,#bc4343);
	background-image: linear-gradient(#ca4e4e,#bc4343);
}

.mws-button.blue
{
	background-color:#4386bc;
	color:#ffffff;
	border:1px solid #416b8b;
	
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5d9ed2), color-stop(100%, #4386bc));
	background-image: -webkit-linear-gradient(#5d9ed2,#4386bc);
	background-image: -moz-linear-gradient(#5d9ed2,#4386bc);
	background-image: -o-linear-gradient(#5d9ed2,#4386bc);
	background-image: linear-gradient(#5d9ed2,#4386bc);
}

.mws-button.small
{
	padding:3px 6px;
}


.mws-button.equipe {
  
   background: -webkit-linear-gradient(top, #000000, #fa0828);
   background: -moz-linear-gradient(top, #000000, #fa0828);
   background: -ms-linear-gradient(top, #000000, #fa0828);
   background: -o-linear-gradient(top, #000000, #fa0828);
   width:130px;
   height:35px;
   text-align:center;
   border-radius: 7px;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 20px;
   font-family: bold French Script MT;
   text-decoration: none;
   vertical-align: middle;
}

.mws-button, 
.ui-button
{
	border:0;
	outline:none;
	padding:6px 9px;
	cursor:pointer;
	font-family:'PTSansRegular', Arial, Helvetica, sans-serif;
	
	/* CSS 3 */
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
	
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);	
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; -o-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; -o-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; -o-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; -o-border-top-right-radius: 4px; border-top-right-radius: 4px; }

.ui-widget-content, .ui-widget-content a { color: #333333; }
.ui-widget { font-family: 'PTSansRegular', Arial, Helvetica, sans-serif; }

.ui-dialog { 
	position: absolute; width: 300px;
		
	background:#f8f8f8;
	background-color:#ffffff;
	border:1px solid #9e9e9e;
	
	/* CSS 3 */
	
	-webkit-box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.15);	
	-moz-box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.15);	
	-o-box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.15);	
	box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.15);	
}
.ui-dialog .ui-dialog-titlebar {
position:absolute;
top:-1px; left:0; right:0; margin:0 -4px; padding:3px; 
position: relative; 
/*background:url(../images/core/mws-panel-header-bg.png) repeat-x; */
background:#383838;
height:25px; }

.ui-dialog .ui-dialog-title { float: left; font-size:14px; }

.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 12px; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }

.ui-dialog .ui-dialog-content {
	position: relative;
	margin:0 2px;
	padding:1em 1.4em;
	border-top:0;
	overflow:hidden;
	
	/* CSS 3 */
	
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-o-border-radius:0 0 4px 4px;
	-khtml-border-radius:0 0 4px 4px;	
	border-radius:0 0 4px 4px;
}

.ui-dialog .ui-dialog-buttonpane
{
	padding:0em 1em;
	border-top:1px solid #bcbcbc;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }

.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }

.ui-resizable { position: relative;}

.ui-widget-overlay { background: #666666; opacity: 0.5;filter:Alpha(Opacity=50); }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.ui-draggable .ui-dialog-titlebar { cursor: move; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; -o-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-widget-header, .ui-widget-header a { color: #ffffff; }
.ui-helper-clearfix { display: inline-block; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.ui-icon { width: 16px; height: 16px; background-image:url(../images/jui/ui-icons.png); }
.ui-icon
{
	padding:0;
	display:block;
	cursor:pointer;
	
	/* CSS 3 */
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}



.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }

.ui-dialog .ui-dialog-buttonpane
{
	padding:0em 1em;
	border-top:1px solid #bcbcbc;
	background:url(../images/core/mws-inset.png);
}

.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'PTSansRegular', Arial, Helvetica, sans-serif; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; -o-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; -o-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; -o-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; -o-border-top-right-radius: 4px; border-top-right-radius: 4px; }

.ui-button
{
	color:#ffffff !important;
}
.mws-button.green, 
.ui-button
{
	background-color:#96c742;
	color:#ffffff;
	border:1px solid #507E0C;
	
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #addf58), color-stop(100%, #96c742));
	background-image: -webkit-linear-gradient(#addf58,#96c742);
	background-image: -moz-linear-gradient(#addf58,#96c742);
	background-image: -o-linear-gradient(#addf58,#96c742);
	background-image: linear-gradient(#addf58,#96c742);
}

.mws-button, 
.ui-button
{
	border:0;
	outline:none;
	padding:6px 9px;
	cursor:pointer;
	font-family:'PTSansRegular', Arial, Helvetica, sans-serif;
	
	/* CSS 3 */
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
	
	-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
	-o-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.15);	
}
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'PTSansRegular', Arial, Helvetica, sans-serif; }

.ui-accordion-header .ui-icon, 
.ui-dialog-titlebar-close .ui-icon
{
	-webkit-box-shadow:0 0 0 3px rgba(0, 0, 0, 0.3), 0 1px 0 3px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 0 3px rgba(0, 0, 0, 0.3), 0 1px 0 3px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.5);
	box-shadow:0 0 0 3px rgba(0, 0, 0, 0.3), 0 1px 0 3px rgba(255, 255, 255, 0.05), 0 1px 0 rgba(0, 0, 0, 0.5);
}
.ui-icon-closethick { background-position: -96px -128px; }

.ui-dialog-titlebar-close .ui-icon
{
	background-color:#c5d52b;
}
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }

.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/*JGROWL CSS*/


div.jGrowl {
	z-index: 				9999;
	color: 					#fff;
	font-size: 				12px;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	border-radius:			5px;
}

/** Special IE6 Style Positioning 
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				6px;
	top: 				6px;
}

div.jGrowl.top-right {
	right: 				6px;
	top: 				6px;
}

div.jGrowl.bottom-left {
	left: 				6px;
	bottom:				6px;
}

div.jGrowl.bottom-right {
	right: 				6px;
	bottom: 			6px;
}

div.jGrowl.center {
	top: 				9%;
	width: 				50%;
	left: 				78%;
}


div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	/*background-image:		url(../images/core/body-bck-4.gif);*/
	background:				black;
	opacity: 				.95;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	border:					1px solid #666666;
	-moz-border-radius: 	3px;
	-webkit-border-radius:	3px;
	border-radius:			3px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				6px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
/*  login css created by santosh in css/style.css  */

@charset "utf-8";

#wrapper{
	width:960px;
	margin: 0 auto;
	position: relative;	
	padding: 0;

}


#container{
	width:960px;
	height:auto;
	margin: 0 auto;
	padding: 0;
	float:left;
}
#container_left{
	width:500px;
	height:400px;
	margin: 0 auto;
	padding: 0;
	float:left;

}
#container_left img{
	width:500px;
	height:400px;
	border-right:solid 1px #828284;
	margin-top:5px;
}
#container_right
{
margin-top:80px;
}
/*#logo{
float:left;
width:460px;
height:auto;
}*/
#login{
float:left;
width:450px;
height:auto;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}
#kaizan{
float:left;
width:450px;
height:auto;
text-align:center;
margin-top:5px;
}
#powerdby{
float:left;
height:auto;
margin-top:50px;
color:#000000;
margin-left:10px;
}
#webianlogo{
float:left;
height:auto;
color:#000000;
}
#webianlogo img{
margin-top:20px;
height:60px;
width:150px;
}
#social{
float:left;
margin-top:45px;
}
#social img{
height:20px;
width:20px;
}
#click{color:#828284;font-size:16px;text-align:center;}
#top_line{border-bottom:solid 1px #828284;}
#footer_area{height:10px;text-align:right;float:left;width:960px;}
#footer{float:right;}