/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}


h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385B88;
}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}



/* Boxed Style */

.boxed {
	margin-bottom: 20px;
}

.boxed .title {
	height: 25px;
	margin: 0;
	padding: 4px 0 0 15px;
	background: url(../images/img05.gif) no-repeat;
	font-size: 1.4em;
	color: #5B62BA;
}



.boxed .content {
	width:auto;
	padding: 15px;
	border: 1px solid #9FA4FF;
}



/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	
}

/* Content > Main */

#main {
	float: right;
	width: 620px;

}

#main1 {
	float: right;
	width: 500px;

}

/* Content > Main > Welcome */

#welcome {

}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar1 {
	float: left;
	width: 400px;
}


/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

#inputsubmit2 {
	background:  #CCCCFF;
	color: #FFFFFF;
}




