/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: bold;
	vertical-align: baseline;
	font-family: Tahoma, Arial;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.25;
	font-size: 13px;
	color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
	text-decoration: none;
}

#main{
	background: #F0EFEF;
}

#login_panel{	
	width: 380px;
    height: 250px;
	padding: 25px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 1px 1px 1px #666;
    position: relative;
}

.left{
	float: left;
	width: auto;
	height: 200px;
}


.right{
	float: right;
	width: auto;
	height: auto;    
    margin-right: -15px;    
    margin-top: -2px;
}

#login_panel h2{
	
	font-size: 16px;
	font-weight: bold;
}

#login_panel input[type=submit]{
	height: 30px;
	width: 90px;
	padding-top: 5px;
	border: 0;
	color: #FFF;
	background: url(../image/bg_btn_logins.gif)repeat-x;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.logo{
	width: 170px;
	height: 170px;
	background: url(../image/logo_bulet.png)no-repeat;
	margin: 0 auto 50px auto;
}

.clear{
	clear: both;
}

.box2 {
			background: #FFF;
			width: 440px;
			height: 170px;
			margin: 0 auto 35px auto;
			padding: 25px;
			border: 11px solid green;
			position: relative;
			margin-top: 35px;

			-moz-border-radius: 32px;
			-webkit-border-radius: 32px;
			border-radius: 32px;

			-moz-box-shadow: 10px 10px 10px #000;
			-webkit-box-shadow: 10px 10px 10px #000;
			box-shadow: 10px 10px 10px #000;

			z-index: 2;

			behavior: url(ie-css3.htc);
		}
