div.flashcards
{
	width: 520px;
	height: 450px;
}

div.startscreen
{
	width: 520px;
	height: 388px;
	margin-left: 0;
	margin-top: 0;
	background-image: url(../images/fc_bg.png);
	border: solid 1px white;
}

div.startscreen, div.startscreen p, a.restartbutton, div.answer
{
    color: #034298;
    font-size: 10pt;
}

div.question, .flashcardtitle 
{
    text-align: center;
    color: #034298;
    font-size:15pt; 
    font-weight: bold;
}

a.restartbutton 
{
    font-weight: bold;
}

.turnbutton 
{
    position: absolute;
    bottom: 25px;
    right: 32px;
}

.flashcardtitle 
{
    padding-top: 63px;
}

div.question 
{
    padding-top: 148px; 
    line-height: normal;
    padding-left: 30px;
    padding-right: 30px;
}

div.answer
{
    padding-top: 133px;
    padding-left: 70px;
    padding-right: 70px;
}

input.radio
{
	
}

div.flashcardwrapper
{
	width: 520px;
	height: 388px;
	margin-left: auto;
	margin-right: auto;
}

div.flashcard
{
	width: 520px;
	height: 388px;
	position: relative;
}

div.questionside
{
	display: none;
	height: 100%;
	width: 100%;
	background-image: url(../images/fc_bg.png);
}

div.answerside
{
	display: none;
	height: 100%;
	width: 100%;
	background-image: url(../images/fc_bg.png);
}

.previousbutton
{
	position: absolute;
	left: 50px;
}

.nextbutton
{
	position: absolute;
	right: 50px;
}

div.controls
{
	text-align: center;
	padding-top: 10px;
	position: relative;
	width: 100%
}

.currentcard
{
	font-weight: bold;
}