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, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, 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: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Verdana;
	width: 100%;
}

label {
	float: left;
	width: 90px;
	font-weight: bold;
}

a, a:link, a:visited { 
	color: #666666; 
	font-weight: normal; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
}

.wrapper {
	width: 1024px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	background: url(../images/img11.gif) repeat-x;
	padding: 20px;
	margin-bottom: 15px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	border-left: 650px solid #B5E3FF;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 374px;
	float: left;
	overflow: hidden;
	margin-right: -374px;
}
.content {
	padding: 0 20px;
}
.box {
	padding: 20px;
	-webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 5px 5px 160px 50px rgba(110, 110, 110, 0.3);
    box-shadow: inset 5px 5px 160px 50px rgba(110, 110, 110, 0.3);
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 650px;
	position: relative;
	background: #FFFFFF;
	left: -650px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	clear : both;
	margin-top: 10px;
	padding: 10px 0;
	background: url(../images/img11.gif) repeat-x;
	text-align: center;
}

.footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;
}