
/******************************************************************************************************************************************/
/*** COMMON TO ALL SUBSCRIPTION PAGES *****************************************************************************************************/
/******************************************************************************************************************************************/

h2 {
	color: #666;
}

dl {
	margin: 0;
	padding: 0;
}
dt {
	color: #666;
	
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	
	margin: 0;
	padding: 0 2px 2px 2px;
}
dd {
	text-align: center;
	
	margin: 0;
	padding: 0 0 10px 0;
}

.formblock dt {
	float: left;
	width: 150px;
	
	text-align: right;
	
	padding: 2px 0 0 0;
}
.formblock dd {
	text-align: left;
	
	border-left: solid 1px #ccc;
	margin-left: 155px;
	padding-left: 5px;

	padding-bottom: 15px;
}
.formblock dd p {
	color: #555;
	
	font-size: 11px;
	line-height: 16px;
	
	margin: 0;
	padding: 4px 0 0 0;
}

.formblock dt.invalid {
	color: #f00;
}
.formblock dd.invalid .inputtext {
	background: #ff9;
}
.formblock dd.invalid p {
	color: #000;
	font-weight: bold;
}

#signup .msg,
#login .msg {
	margin: 4px 20px 15px 20px !important;
}
.formblock .msg {
	margin: 0 0 14px 0;
}

/******************************************************************************************************************************************/
/*** WELCOME PAGE *************************************************************************************************************************/
/******************************************************************************************************************************************/

#HTMLWELCOME, #BODYWELCOME {
	background: #222222 url('http://static.webispink.com/w/img/index2/background.png') repeat-x;
	width: 100%;
	height: 100%;
}

#indexleft {
	width: 420px;
	padding-top: 40px;
}
#indexright {
	position: relative;
	width: 450px;
	background: url('http://static.webispink.com/w/img/index2/background-image.jpg') no-repeat;
	background-position: 50% 0;
}

#BODYWELCOME h1 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	text-transform: none;
	text-shadow: 0 2px 3px #333;
	margin: 0;
	padding: 0;
}

#BODYWELCOME h2 {
	color: #fff;
	text-align: center;
	margin: 10px 0 10px 0;
}

#BODYWELCOME .TOOLBAR {
	margin: 0;
	padding: 0;
}
#BODYWELCOME .TOOLBAR a,
#BODYWELCOME .TOOLBAR span {
	color: #1a1a1a !important;
	background: #ccc !important;
}

#BODYWELCOME input, #BODYWELCOME select {
	color: #222;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;

	margin: 0;
	padding: 4px 0;
}
#BODYWELCOME input.inputtext {
	background: #e0e0e0;
	border: solid 1px #fff;
	-webkit-border-radius: 6px;

	text-align: center;
}

#BODYWELCOME .msg {
	margin: 0;
}

/******************************************************************************************************************************************/
/*** INDEX FORMS **************************************************************************************************************************/
/******************************************************************************************************************************************/

#loginform td {
	color: #999;
	
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
}
#loginform td small {
	color: #444;

	font-size: 11px;
}
#loginform td label {
	color: #fff;
	
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

#signupform label {
	color: #aaa;
	
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

/******************************************************************************************************************************************/
/*** INTRO ********************************************************************************************************************************/
/******************************************************************************************************************************************/

#intro {
	padding: 20px 35px 25px 35px;
}
#intro p {
	color: #ccc;
	
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	
	margin: 0;
	padding: 0;
}

#iphone {
	padding: 30px 35px 25px 35px;
}
#iphone p {
	color: #ccc;
	
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	
	margin: 0 0 10px 0;
	padding: 0;
}
#iphone a {
	color: #fff;
}

#teaser {
	background: url('http://static.webispink.com/w/img/index2/teaser-background.png') no-repeat;
	width: 390px;
	height: 390px;
	overflow: hidden;
}

#teaserimages {
	padding: 7px 15px 0 15px;
}
#teaserimagescontainer {
	position: relative;
	width: 360px;
	height: 360px;
}
#teaserimages img {
	border: none;
}

#teasertext {
	padding: 0 45px 11px 45px;
}
#teasertext p {
	color: #ccc;
	
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	
	margin: 0;
	padding: 0;
}

/******************************************************************************************************************************************/
/*** LATEST PROFILES/BLOGS ****************************************************************************************************************/
/******************************************************************************************************************************************/

#teasercontents {
	padding: 0 23px;
}

.welcomelistimages {
	padding: 7px 0 20px 0;
}
.welcomelistnames {
	padding: 5px 0 18px 0;
}

.welcomelistimages img,
.welcomelistnames img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	margin: 2px 2px 0 0;
	
	border: solid 1px #aaa;
}

.welcomelistnames a {
	color: #aaa;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: none;
}
.welcomelistnames a:hover {
	text-decoration: underline;
}

/******************************************************************************************************************************************/
/*** DETAILED FORMS ***********************************************************************************************************************/
/******************************************************************************************************************************************/

.formblock {
	background: #f0f0f0;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 4px #aaa;
	-moz-box-shadow: 0 2px 4px #aaa;
	
	margin: 0 0 15px 0;
	padding: 10px 10px 0 10px;
}

.formdetails {
	padding: 0 0 10px 0;
}

.formblock .inputtext {
	width: 100%;
	
	color: #000;
	background: #fff;
	border: solid 1px #666;
	
	font-size: 14px;

	margin: 0 0 2px 0;
	padding: 3px 0;
}
.formblock .inputselect {
	width: 100%;
	
	margin: 0;
	padding: 3px 0;
}
.formblock .inputbutton {
	width: 100%;
	
	margin: 0;
	padding: 3px 0;
}

