/* CSS Document for SignOn */
/* Imports main.css and misc.css */
/* Special css-dokument for greybox */
/* ============================================================================= */

@import url(main.css);
@import url(misc.css);

body
{
	background-color:#FFFFFF !important;
	background-image:none !important;
	text-align:left !important;
	padding: 0 8px 0 8px;
}

input.text
{
	margin: 0 0 4px 0;
	padding: 4px 0 0 5px !important;
	line-height:1.3em;
	height:23px;
}

label.wide
{
	display:block;
	margin-top:4px;
}

.addUserWrapper form input.radio, table.radio input
{
	background: none;
	width: 13px;
	height: 13px;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	border:none;
	float:left;
}

table.radio
{
	margin:0 0 8px 0;
	padding:0 0 0 0;
}

table.radio label
{
	font-size:0.6em !important;
	font-weight:normal;
	width:150px;
}

input#txtDocumentName
{
	border:none !important;
	margin:0 0 3px 0;
	padding:0 0 0 0;
	color:#333333;	
}

input#imgBtnDownloadWord
{
	width: 210px !important;
	position: absolute;
	top:0px;
	left: -2px;
}

.pdfButton
{
	margin-left: -8px;
	position: relative;
	height: 40px;
	width: 240px;
}

.wordButton
{
	margin-left: -8px;
	position: relative;
	height: 40px;
	width: 240px;
}

.docProperties
{
	font-size: 1em;
}

.textArea h1
{
	margin-left: 12px;
}

.previewBg
{
	background: url(../images/docPreview_bg.gif);	
	background-repeat: no-repeat;
	width:281px;
	height:377px;
	padding:4px;
}