/********** WHITE TEXT BLOCK **********/

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../images/bob_corners_big.gif'); /* CHANGE: path and name of your image */
	height: 11px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
.top-left, .bottom-left { 
	margin-right: 12px; /* CHANGE: replace by the width of one of your corners */
}
.top-right, .bottom-right { 
	margin-left: 12px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -11px;  /* CHANGE: replace by the height of one of your corners */
}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left  { 
	background-position: 0 -11px;    /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right { 
	background-position: 100% -11px; /* CHANGE: replace second number by negative height of one of your corners */
}


/********** BLUE TEXT BLOCK **********/

.top-left-b, .top-right-b, .bottom-left-b, .bottom-right-b { 
	background-image: url('../images/bob_corners_blue.gif'); /* CHANGE: path and name of your image */
	height: 11px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
}
.top-left-b, .bottom-left-b { 
	margin-right: 12px; /* CHANGE: replace by the width of one of your corners */
}
.top-right-b, .bottom-right-b { 
	margin-left: 12px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -11px;  /* CHANGE: replace by the height of one of your corners */
}
.top-right-b {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
.bottom-left-b  { 
	background-position: 0 -11px;    /* CHANGE: replace second number by negative height of one of your corners */
}
.bottom-right-b { 
	background-position: 100% -11px; /* CHANGE: replace second number by negative height of one of your corners */
}


/********** DIMENSIONS AND TEXT  **********/

.big_width { 
  width: 480px; 
}

.small_width { 
  width: 155px; 
}

.mid_width { 
  width: 175px; 
}

.b_mid_width { 
  width: 220px; 
}

.mid_spc { 
  margin: 12px 30px 12px 30px; 
}

.content_txt {
	background: #ffffff;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	font-family: verdana, arial;
  font-size: 12px;
}   

.content_txt_big {
	background: #ffffff;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	font-family: verdana, arial;
  font-size: 14px;
  line-height: 20px;
} 

.title_txt {
	background: #053a77;            /* YCC: background-color of the inside */
	color: #ffffff;                 /* YCC: default text-color of the inside */
	font-family: verdana, arial;
 	font-size: 15px;
  	font-weight: 700;
  	vertical-align: top;
 	margin-top: -2px;
  	height: 26;
} 

.cntr {
  text-align:center;
}
/********** BOTH **********/

.inside {
	border-left: 3px solid #e7731f; /* YCC: color & properties of the left-borderline */
	border-right: 3px solid #e7731f;/* YCC: color & properties of the right-borderline */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
}

.spc { 
  display: inline;
  text-align:right;
  float: left;
  width: 7px;
}

.spc2 { 
  display: inline;
  text-align:right;
  float: left;
  width: 40px;
}

.align_right {
  display: inline;
  text-align:right;
  float: right;
}

.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */

.feature_block {
  display: inline;
  text-align:right;
  float: left;
}

.disclaimer {
text-align:left;
font-family: verdana, arial;
font-size: 10px;
}

.signUpTitle {
font-family: verdana, arial;
font-size: 14px;
font-weight:bold;
}

.SignUpBlock {
  display: inline;
  text-align:right;

}
