@charset "utf-8";

/* CSS Document */



.sidebar-container{

	background:#33FF00;

	padding:10px;

}



.sidebar-box{

	padding:5px 5px 10px 5px;

	margin:0;

	width:230px;

	

	background:#ffffff;

	-moz-border-radius: 5px; -webkit-border-radius: 5px;

	text-align:center;

}



.sidebar-box h2{

	font-size:20px;

text-align:center;

}



.sidebar-inner-box{

	padding:0;

	margin:0 5px;

	width:220px;

	height:210px;

	background:#99BBFF;

	-moz-border-radius: 5px; -webkit-border-radius: 5px;

}



/*** content ***/



.content-box{

	padding:5px 5px 10px 5px;

	margin:0 auto;

	width:500px;

	height:300px;

	background:#ffffff url(images/content-woman.png) bottom left no-repeat;

	-moz-border-radius: 5px; -webkit-border-radius: 5px;

	text-align:center;

}



.content-box h2{

	margin-left:250px;

}



.content-inner-box{

	margin-left:270px;

	width:220px;

	height:210px;

	background:#99BBFF;

	-moz-border-radius: 5px; -webkit-border-radius: 5px;

	

}



.content-inner-box .one, .content-inner-box .two, .content-inner-box .three{

	font-size:30px;

	font-style:italic;

	font-weight:bold;

	height:50px;

	line-height:50px;

	width:100%;

	color:#FFFFFF;



}



/*** form ***/



form{

	margin-top:10px;

}

input, select{

	width:170px;

	margin:7px;

}



.content-inner box input, .content-inner box select{

	width:170px;

	margin:0;

}



/*** buttons ***/



.round-red-button{

	border:2px solid white;

	background:#CC0000;

	color:#FFFFFF;

	-moz-border-radius: 5px; -webkit-border-radius: 5px;

	height:30px;

	width:170px;

	line-height:28px;

	font-size:14px;

	font-weight:bold;

}

.round-red-button-shadow{

	box-shadow:10px 10px 5px #888;padding: 5px 5px 5px 15px;

	border:2px solid white;

	background:#CC0000;

	color:#FFFFFF;

	-moz-border-radius: 5px; -webkit-border-radius: 5px;

	height:30px;

	width:170px;

	line-height:28px;

	font-size:14px;

	font-weight:bold;

}







/*** images ***/



.sidebar-woman{

	margin-left:-95px;

	margin-top:-10px;

}
