/**********************************

Use: Main Screen Import
Author: Nick Rigby

***********************************/

body, p, blockquote {
	margin: 0;
	padding: 0;
	}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
	}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	}
	
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }


div.boxBody p{
margin-top: 0;
}

p { margin: 10px 0; }
	
	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset dt {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset dd {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 97px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 10px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */


/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

form.cmxform {
	width: 600px;
	font-size: 1.1em;
	color: #333;
	margin: 20px;

	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	/*border-top: 1px solid #C9DCA6;
	background: url(cmxform-fieldset.gif) left bottom repeat-x;
	background: url(../img/cmxform-fieldset.gif) left bottom repeat-x;*/
	}
	
form.cmxform fieldset fieldset { background: none; }

/*	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../img/cmxform-divider.gif) left bottom repeat-x;
	}
*/
form.cmxform fieldset hr {
	/*padding: 5px 10px 7px;*/
	border: 0px;
	background: url(cmxform-divider.gif) left bottom repeat-x;
	}

.tx-srfeuserregister-pi1 dd {
	text-align:left;
	width:80%;
}

div.tx-srfeuserregister-pi1-captcha label {
	line-height:normal;
	width:100%;
	margin-bottom: 10px;
}

div.tx-srfeuserregister-pi1-captcha img {
	margin:0;
	padding:0;
}


/* correction image btn select dojo */
img.dojoComboBox {
	background-color:#FFFFFF;
	padding-top:2px;
	padding-right:2px;
	padding-bottom:2px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
