/*NOTE: IE can't add class styles to a dynamic element, therefore we have to
        list all dialogs with they individual ID. */
/*div.sfx_Dialog, {*/
#Comments_Captcha, #Comments_Error, #Members_Captcha,  #Members_Result {
	background-color: #FFFFFF;
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	color: #000000;
	text-align: center;
	padding: 0px;
}

/* NOTE: The IE won't apply this style. However, he sets margin-top of the
         first child to 0px anyway. *
form.sfx_Dialog *:first-Child {
	margin-top: 0px;
}

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

#swx_BloxPort {
	margin: 40px auto;
	width: 900px;
}

.swx_BloxFrame {
	float: left;
	padding: 0px 10px;
	overflow: hidden;
	position: relative;
}

#swx_BloxTop {
	width: 880px;
}

#swx_BloxLeft {
	padding-right: 0px;
	width: 250px;
}

#swx_BloxCenter {
	width: 360px;
}

#swx_BloxRight {
	padding-left: 0px;
	width: 250px;
}

#swx_BloxBottom {
	width: 880px;
}

#swx_BloxLeft div, #swx_BloxRight div {
	margin: 10px 0px;
}
