
/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

.tlc, .trc { zoom: 1 }

/* CURVEBOX */
.dialog1
	{
	float: left !important;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	/*margin-top: 3em;*/
	padding: 0;
	text-align: left;
	/*width:33%;				/* <-- use this to tie width to viewport size */
	background-color: #f9eff0;
	}
 	
.dialog1 .bcontent
	{
	padding:1em 1.16em;
	}

.dialog1 .bcontent h1
	{
	}
		
.dialog1 .bcontent p
	{
	}
		
.dialog1 .tlc, .dialog1 .trc, .dialog1 .blc, .dialog1 .brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.dialog1 .tlc
	{
	background-image:url(../img/global/dialog/tl.png);
	background-position: 0% 0%;
	}

.dialog1 .trc
	{
	background-image:url(../img/global/dialog/tr.png);
	background-position: 100% 0%;
	}
	
.dialog1 .blc
	{
	background-image:url(../img/global/dialog/bl.png);
	background-position: 0% 100%;
	}

.dialog1 .brc
	{
	background-image:url(../img/global/dialog/br.png);
	background-position: 100% 100%;
	}

.dialog1 .tb, .dialog1 .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.dialog1 .tb
	{
	background-image:url(../img/global/dialog/tl.png);
	background-position: 0% 0%;
	}

.dialog1 .bb
	{
	/*background-image:url(images/bb.gif);*/
	background-position: 50% 100%;
	}
	
.dialog1 .rb
	{
	background-image:url(../img/global/dialog/mr.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.dialog1 .lb
	{
	background-color: #f9eff0;
	background-image:url(../img/global/dialog/ml.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			

/*/*/
/* CURVEBOX */
.dialog2
	{
	float: left !important;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	/*margin-top: 3em;*/
	padding: 0;
	text-align: left;
	/*width:33%;				/* <-- use this to tie width to viewport size */
	background-color: #f3ddde;
	}
 	
.dialog2 .bcontent
	{
	padding:1em 1.1em;
	}

.dialog2 .bcontent h1
	{
	}
		
.dialog2 .bcontent p
	{
	}
		
.dialog2 .tlc, .dialog2 .trc, .dialog2 .blc, .dialog2 .brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

.dialog2 .tlc
	{
	background-image:url(../img/global/dialog/tl2.png);
	background-position: 0% 0%;
	}

.dialog2 .trc
	{
	background-image:url(../img/global/dialog/tr2.png);
	background-position: 100% 0%;
	}
	
.dialog2 .blc
	{
	background-image:url(../img/global/dialog/bl2.png);
	background-position: 0% 100%;
	}

.dialog2 .brc
	{
	background-image:url(../img/global/dialog/br2.png);
	background-position: 100% 100%;
	}

.dialog2 .tb, .dialog2 .bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
.dialog2 .tb
	{
	background-image:url(../img/global/dialog/tl2.png);
	background-position: 0% 0%;
	}

.dialog2 .bb
	{
	/*background-image:url(images/bb.gif);*/
	background-position: 50% 100%;
	}
	
.dialog2 .rb
	{
	background-image:url(../img/global/dialog/mr2.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

.dialog2 .lb
	{
	background-color: #f3ddde;
	background-image:url(../img/global/dialog/ml2.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}