@charset "utf-8";
/* CSS Document for BB register your interest page*/

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, 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,
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 {
    background-color: #d9e0e6;
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    border-bottom: 100px solid #d9e0e6;
    height: 1000px;
}

#wrapper	{
    background: #d9e0e6;
    clear: both;
    margin: 0 auto;
    padding: 0 11px;
    width: 945px;
    margin-top: 10px;
    /*padding-left: 0;*/
    padding: 10px 10px 10px 10px;
}


img {
	border: 0;
}


#error-msg	{
	width: 95%;
	height: 40px;
	background-color: #ffffff;
	float: left;
	display: inline;
	background-repeat: no-repeat;
	background-position: left;
	border: 2px solid red;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	
}

#main-content	{
	width: 100%;
	height: 500px;
	background-color: #ffffff;
	float: left;
	display: inline;
	background-image:url("https://cis.bbk.ac.uk/ibbk/themes/theme_bbk/images/big-b.png");
	background-repeat: no-repeat;
	background-position: left;
}

#main-content h1	{
	color: #eb058b;
	font-weight: bold;
	font-size: 27px;
	line-height: 1.3;
	margin: 80px 50px 25px 290px;
	width: 60%;
}

#main-content h2	{
	color: #eb058b;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	margin: 0px 0px 0px 290px;
	width: 60%;
}

#main-content p	{
	color: #eb058b;
	//font-weight: bold;
	//font-size: 20px;
	line-height: 1.3;
	margin: 0px 0px 0px 290px;
	width: 60%;
}

#main-input	{
	line-height: 1.3;
	margin: 0px 0px 0px 290px;
}


.cp_button {  
  display:block; 
  background: url("https://cis.bbk.ac.uk/ibbk/themes/theme_bbk/images/cp_button_fon_right.gif") no-repeat 100%; 
  //background-color:#eb058b;
  float: left; 
  outline: none; 
  padding-right: 18px; 
  text-decoration: none; 
 } 

.cp_button:hover {  
  //text-decoration: none; 
  //background-color:yellow;
  color: #fff;
} 

.cp_button span{  
  display:block; 
  background: url("https://cis.bbk.ac.uk/ibbk/themes/theme_bbk/images/cp_button_fon_left.gif") no-repeat;  
  //background-color:#eb058b;
  white-space: nowrap; 
  line-height: 34px; 
  padding: 0 0 0 18px; 
  //font-family: Arial, Verdana; 
  font-size: 15px; 
  font-weight: bold;  
  color: #fff;  
  text-transform: none;  
 }