@charset "utf-8";

.box-wrapper{
	background-color:#66209E;/*------BOX BG COLOUR------*/
	float:left;
	margin:10px 0;
	}
.boxstyle{
	overflow:hidden;
	float:left;
	border-color:#fff;/*------BOARDER COLOUR------*/
	border-width:1px;
	border-style:solid;
	
	
	}
	
.text .boxstyle h3 a{
	font-size:18px;/*------BOX TITLE FONT SIZE------*/
	font-weight:bold;/*------BOX TITLE FONT WEIGHT------*/
	color:#FFFFFF;/*------BOX TITLE COLOUR------*/text-decoration:none;
 }
 
.text .boxstyle p a{
	font-size:14px;/*------BOX FONT SIZE------*/
	color:#FFFFFF;/*------BOX TEXT COLOUR------*/
	text-decoration:none;
 }

.text .boxstyle h3{
	margin:0;
	padding:0;
	font-size:18px;/*------BOX TITLE FONT SIZE------*/
	font-weight:bold;/*------BOX TITLE FONT WEIGHT------*/
	color:#FFFFFF;/*------BOX TITLE COLOUR------*/}
.text .boxstyle p{
	margin:0;
	padding:5px 0 0;
	font-size:14px;/*------BOX FONT SIZE------*/
	color:#FFFFFF;/*------BOX TEXT COLOUR------*/
	}

	
/*-------------------------------------------------------BOX1---------------------------------------------------------*/
.box1{
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px;
	height:60px;
	width:198px;
	}
/*-------------------------------------------------------BOX2---------------------------------------------------------*/
.box2{
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px;	
	height:60px;
	width:338px;
	}
/*-------------------------------------------------------BOX3---------------------------------------------------------*/
.box3{
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px;	
	height:60px;
	width:458px;
	}
/*-------------------------------------------------------BOX1---------------------------------------------------------*/
.box4{
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px;
	height:160px;
	width:198px;
	position:relative;
	}
.box4 input.button{position:absolute; bottom:10px; left:10px;}
/*-------------------------------------------------------BOX2---------------------------------------------------------*/
.box5{
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px;	
	height:160px;
	width:338px;
	position:relative;
	}
.box5 input.button{position:absolute; bottom:10px; left:10px;}
/*-------------------------------------------------------BOX3---------------------------------------------------------*/
.box6{
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px;	
	height:160px;
	width:458px;
	position:relative;
	}
.box6 input.button{position:absolute; bottom:10px; left:10px;}
