body,td,th	{	 
	
	
}

h1		{ font-size: 30px; margin:0px;}

h2		{ font-size: 26px; margin:0px;}

.date	{ font-size: 14px; color:#999;}
#form_cropper					{}
#tbl_cropper_wrap				{}
#tbl_cropper_wrap #container	{	width:600px; min-height:200px; background-color:#EEE; text-align:center; vertical-align:middle; 
									overflow:hidden; background:#EEEEEE;}
#tbl_cropper_wrap #preview		{	height:375px; width:300px;} 							
#tbl_cropper_wrap th div		{	overflow:hidden;}
#tbl_cropper_wrap td			{	background-color:#FAFAFA; vertical-align:top; }
#tbl_cropper_wrap .error		{	background-color:#C00; font-weight:bold; color:#FFF;}
#div_loader						{	position:absolute; width:600px; height:205px; padding-top:170px; 
									display:none; z-index:1000;}
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

