/*
    Document   : register
    Created on : 22.08.2011, 10:13:05
    Author     : Igor
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.register_step
{
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #FF6600;
	padding: 5px;
	width: 170px;
	background-color: #FFE6D6;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: gray;
	float: left;

	/* Abrundung CSS3 (Firefox ab 4, Opera, Internet Explorer ab 9) */
	border-radius: 5px;

	/* Abrundung Mozilla (Firefox ab 3.5) */
	-moz-border-radius: 5px;

	/* Abrundung WebKit (Safari, Chrome) */
	-webkit-border-radius: 5px;
}
.register_step_active
{
	color: #FFFFFF;
	background-color: #FF6600;
	border: 1px solid #FF6600;
}
.register_step span
{
	font-size: 12px;
	font-weight: normal;
}
.register_step_arrow1
{
		border-right:	15px solid transparent;
    border-bottom: 19px solid #FF6600;
    height: 0;
    width: 0;
	float: left;
	margin-top: 3px;
}
.register_step_arrow2
{
    border-right: 15px solid transparent;
		border-top: 19px solid #FF6600;
    height: 0;
    width: 0;
	float: left;
	margin-top: 22px;
	margin-left: -15px;
}
.regiter_form
{
	background-position: bottom right;
	background-repeat: no-repeat;
	margin-bottom: -10px;
	padding-bottom: 10px;
}
.register_form_part
{
	margin-top: 10px;
}
.regiter_form input, .regiter_form select
{
	border: 1px solid gray;
	color: #000000;
	padding: 3px;
	background-repeat: no-repeat;
	background-position: 2px 3px;

	/* Abrundung CSS3 (Firefox ab 4, Opera, Internet Explorer ab 9) */
	border-radius: 5px;

	/* Abrundung Mozilla (Firefox ab 3.5) */
	-moz-border-radius: 5px;

	/* Abrundung WebKit (Safari, Chrome) */
	-webkit-border-radius: 5px;
}
.regiter_form input:active, .regiter_form select:active, .regiter_form input:focus, .regiter_form select:focus
{
	box-shadow:			0px 0px 5px #8E8E8E;
	-webkit-box-shadow:	0px 0px 5px #8E8E8E;
	-moz-box-shadow:	0px 0px 5px #8E8E8E;
}
#register_info
{
	text-align: justify;
}
#register_info div
{
	margin: 3px 0px 3px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#register_info img
{
	vertical-align: middle;
}

.register_sidebar_arrow1
{
    border-right: 20px solid transparent;
	border-top: 10px solid #FF6600;
    height: 0;
    width: 0;
	float: right;
	margin-top: -5px;
	margin-right: 60px;
}

.register_sidebar_arrow2
{
    border-left: 20px solid transparent;
	border-top: 10px solid #FF6600;
    height: 0;
    width: 0;
	float: right;
	margin-top: -5px;
	margin-right: 0px;
}



/*
Community Logo Auswahlboxen (Siehe ext=firstlogin)
*/
.platform_icon
{
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #C4C4C4;
	padding: 5px;
	width: 109px;
	height: 44px;
	background-color: #DEDEDE;

	/* Farbverlauf fÃ¼r Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEDEDE');

	/* Farbverlauf fÃ¼r Firefox */
	background: -moz-linear-gradient(top, #FFF, #DEDEDE);

	/* Farbverlauf fÃ¼r Safari */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DEDEDE));

	font-weight: bold;
	font-size: 15px;
	text-align: center;
	color: gray;
	float: left;
	cursor: pointer;

	/* Abrundung CSS3 (Firefox ab 4, Opera, Internet Explorer ab 9) */
	border-radius: 5px;

	/* Abrundung Mozilla (Firefox ab 3.5) */
	-moz-border-radius: 5px;

	/* Abrundung WebKit (Safari, Chrome) */
	-webkit-border-radius:	5px;
}

.platform_icon:hover
{
	/* Hintergrund fÃ¼r Browser die keinen Verlauf darstellen kÃ¶nnen */
	background-color: #FF6600;

	/* Farbverlauf fÃ¼r Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9249', endColorstr='#FF6600');

	/* Farbverlauf fÃ¼r Firefox */
	background: -moz-linear-gradient(top, #FF9249, #FF6600);

	/* Farbverlauf fÃ¼r Safari */
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9249), to(#FF6600));
}
